#fcc94b color space conversions
Hex:
        #fcc94b
        RGB:
        252, 201, 75
        CMY:
        1, 21, 71
        CMYK:
        0, 20, 70, 1
      HSL:
        43°, 96.7213%, 64.1176%
        HSV (HSB):
        43°, 70.2381%, 98.8235%
        XYZ:
        62.3015, 62.9767, 15.5287
        xyY:
        0.4425, 0.4473, 62.9767
      CIE-Lab:
        83.4301, 5.7554, 66.9380
        CIE-LCH:
        83.4301, 67.1850, 85.0857
        CIE-Luv:
        83.4301, 41.9761, 75.5431
        Hunter-Lab:
        79.3579, 1.2588, 43.9487
      #fcc94b color charts
#fcc94b RGB chart
      #fcc94b CMYK chart
      #fcc94b RGB pie chart
      #fcc94b color shades, tints & tones
#fcc94b color schemes
#fcc94b color preview, HTML & CSS examples
           This text has a color of #fcc94b        
        
          <p style="color:#fcc94b;">Text here</p>
        
        
          .mytext {color:#fcc94b;}
        
        Text color #fcc94b
      
           This box has a color of #fcc94b        
        
          <div style="background-color:#fcc94b;">Content here</div>
        
        
          .mybackground {background-color:#fcc94b;}
        
        Background color #fcc94b
      
           Border around this has a color of #fcc94b        
        
          <div style="border:2px solid #fcc94b;">Content here</div>
        
        
          .myborder {border:2px solid #fcc94b;}
        
        Border color #fcc94b