#fc995c color space conversions
Hex:
        #fc995c
        RGB:
        252, 153, 92
        CMY:
        1, 40, 64
        CMYK:
        0, 39, 63, 1
      HSL:
        23°, 96.3855%, 67.4510%
        HSV (HSB):
        23°, 63.4921%, 98.8235%
        XYZ:
        53.4679, 44.2506, 15.8484
        xyY:
        0.4708, 0.3896, 44.2506
      CIE-Lab:
        72.3957, 31.7351, 47.2009
        CIE-LCH:
        72.3957, 56.8775, 56.0854
        CIE-Luv:
        72.3957, 76.9988, 49.3293
        Hunter-Lab:
        66.5211, 27.0615, 32.4392
      #fc995c color charts
#fc995c RGB chart
      #fc995c CMYK chart
      #fc995c RGB pie chart
      #fc995c color shades, tints & tones
#fc995c color schemes
#fc995c color preview, HTML & CSS examples
           This text has a color of #fc995c        
        
          <p style="color:#fc995c;">Text here</p>
        
        
          .mytext {color:#fc995c;}
        
        Text color #fc995c
      
           This box has a color of #fc995c        
        
          <div style="background-color:#fc995c;">Content here</div>
        
        
          .mybackground {background-color:#fc995c;}
        
        Background color #fc995c
      
           Border around this has a color of #fc995c        
        
          <div style="border:2px solid #fc995c;">Content here</div>
        
        
          .myborder {border:2px solid #fc995c;}
        
        Border color #fc995c