#fcc67e color space conversions
Hex:
        #fcc67e
        RGB:
        252, 198, 126
        CMY:
        1, 22, 51
        CMYK:
        0, 21, 50, 1
      HSL:
        34°, 95.4545%, 74.1176%
        HSV (HSB):
        34°, 50.0000%, 98.8235%
        XYZ:
        64.1049, 62.5900, 28.4410
        xyY:
        0.4132, 0.4035, 62.5900
      CIE-Lab:
        83.2262, 10.7854, 43.2322
        CIE-LCH:
        83.2262, 44.5573, 75.9920
        CIE-Luv:
        83.2262, 40.8754, 53.3176
        Hunter-Lab:
        79.1138, 6.1869, 34.0652
      #fcc67e color charts
#fcc67e RGB chart
      #fcc67e CMYK chart
      #fcc67e RGB pie chart
      #fcc67e color shades, tints & tones
#fcc67e color schemes
#fcc67e color preview, HTML & CSS examples
           This text has a color of #fcc67e        
        
          <p style="color:#fcc67e;">Text here</p>
        
        
          .mytext {color:#fcc67e;}
        
        Text color #fcc67e
      
           This box has a color of #fcc67e        
        
          <div style="background-color:#fcc67e;">Content here</div>
        
        
          .mybackground {background-color:#fcc67e;}
        
        Background color #fcc67e
      
           Border around this has a color of #fcc67e        
        
          <div style="border:2px solid #fcc67e;">Content here</div>
        
        
          .myborder {border:2px solid #fcc67e;}
        
        Border color #fcc67e