#fdd40a color space conversions
Hex:
        #fdd40a
        RGB:
        253, 212, 10
        CMY:
        1, 17, 96
        CMYK:
        0, 16, 96, 1
      HSL:
        50°, 98.3806%, 51.5686%
        HSV (HSB):
        50°, 96.0474%, 99.2157%
        XYZ:
        64.1063, 67.9915, 10.0321
        xyY:
        0.4510, 0.4784, 67.9915
      CIE-Lab:
        86.0022, -1.1770, 85.5342
        CIE-LCH:
        86.0022, 85.5423, 90.7884
        CIE-Luv:
        86.0022, 36.1445, 90.4817
        Hunter-Lab:
        82.4570, -5.5247, 50.5064
      #fdd40a color charts
#fdd40a RGB chart
      #fdd40a CMYK chart
      #fdd40a RGB pie chart
      #fdd40a color shades, tints & tones
#fdd40a color schemes
#fdd40a color preview, HTML & CSS examples
           This text has a color of #fdd40a        
        
          <p style="color:#fdd40a;">Text here</p>
        
        
          .mytext {color:#fdd40a;}
        
        Text color #fdd40a
      
           This box has a color of #fdd40a        
        
          <div style="background-color:#fdd40a;">Content here</div>
        
        
          .mybackground {background-color:#fdd40a;}
        
        Background color #fdd40a
      
           Border around this has a color of #fdd40a        
        
          <div style="border:2px solid #fdd40a;">Content here</div>
        
        
          .myborder {border:2px solid #fdd40a;}
        
        Border color #fdd40a