#fdc85e color space conversions
Hex:
        #fdc85e
        RGB:
        253, 200, 94
        CMY:
        1, 22, 63
        CMYK:
        0, 21, 63, 1
      HSL:
        40°, 97.5460%, 68.0392%
        HSV (HSB):
        40°, 62.8458%, 99.2157%
        XYZ:
        63.1827, 62.9994, 19.4197
        xyY:
        0.4339, 0.4327, 62.9994
      CIE-Lab:
        83.4420, 7.7422, 58.8728
        CIE-LCH:
        83.4420, 59.3797, 82.5082
        CIE-Luv:
        83.4420, 42.4650, 68.7054
        Hunter-Lab:
        79.3721, 3.1903, 41.0542
      #fdc85e color charts
#fdc85e RGB chart
      #fdc85e CMYK chart
      #fdc85e RGB pie chart
      #fdc85e color shades, tints & tones
#fdc85e color schemes
#fdc85e color preview, HTML & CSS examples
           This text has a color of #fdc85e        
        
          <p style="color:#fdc85e;">Text here</p>
        
        
          .mytext {color:#fdc85e;}
        
        Text color #fdc85e
      
           This box has a color of #fdc85e        
        
          <div style="background-color:#fdc85e;">Content here</div>
        
        
          .mybackground {background-color:#fdc85e;}
        
        Background color #fdc85e
      
           Border around this has a color of #fdc85e        
        
          <div style="border:2px solid #fdc85e;">Content here</div>
        
        
          .myborder {border:2px solid #fdc85e;}
        
        Border color #fdc85e