#fca048 color space conversions
Hex:
        #fca048
        RGB:
        252, 160, 72
        CMY:
        1, 37, 72
        CMYK:
        0, 37, 71, 1
      HSL:
        29°, 96.7742%, 63.5294%
        HSV (HSB):
        29°, 71.4286%, 98.8235%
        XYZ:
        53.8854, 46.3049, 12.2286
        xyY:
        0.4793, 0.4119, 46.3049
      CIE-Lab:
        73.7430, 26.9995, 58.2349
        CIE-LCH:
        73.7430, 64.1894, 65.1261
        CIE-Luv:
        73.7430, 73.5144, 59.8684
        Hunter-Lab:
        68.0477, 22.2664, 36.9787
      #fca048 color charts
#fca048 RGB chart
      #fca048 CMYK chart
      #fca048 RGB pie chart
      #fca048 color shades, tints & tones
#fca048 color schemes
#fca048 color preview, HTML & CSS examples
           This text has a color of #fca048        
        
          <p style="color:#fca048;">Text here</p>
        
        
          .mytext {color:#fca048;}
        
        Text color #fca048
      
           This box has a color of #fca048        
        
          <div style="background-color:#fca048;">Content here</div>
        
        
          .mybackground {background-color:#fca048;}
        
        Background color #fca048
      
           Border around this has a color of #fca048        
        
          <div style="border:2px solid #fca048;">Content here</div>
        
        
          .myborder {border:2px solid #fca048;}
        
        Border color #fca048