#fcc12f color space conversions
Hex:
        #fcc12f
        RGB:
        252, 193, 47
        CMY:
        1, 24, 82
        CMYK:
        0, 23, 81, 1
      HSL:
        43°, 97.1564%, 58.6275%
        HSV (HSB):
        43°, 81.3492%, 98.8235%
        XYZ:
        59.7279, 59.0406, 10.9373
        xyY:
        0.4605, 0.4552, 59.0406
      CIE-Lab:
        81.3139, 8.8122, 74.8118
        CIE-LCH:
        81.3139, 75.3290, 83.2820
        CIE-Luv:
        81.3139, 49.0581, 79.1748
        Hunter-Lab:
        76.8379, 4.2860, 45.3470
      #fcc12f color charts
#fcc12f RGB chart
      #fcc12f CMYK chart
      #fcc12f RGB pie chart
      #fcc12f color shades, tints & tones
#fcc12f color schemes
#fcc12f color preview, HTML & CSS examples
           This text has a color of #fcc12f        
        
          <p style="color:#fcc12f;">Text here</p>
        
        
          .mytext {color:#fcc12f;}
        
        Text color #fcc12f
      
           This box has a color of #fcc12f        
        
          <div style="background-color:#fcc12f;">Content here</div>
        
        
          .mybackground {background-color:#fcc12f;}
        
        Background color #fcc12f
      
           Border around this has a color of #fcc12f        
        
          <div style="border:2px solid #fcc12f;">Content here</div>
        
        
          .myborder {border:2px solid #fcc12f;}
        
        Border color #fcc12f