#fc512d color space conversions
Hex:
        #fc512d
        RGB:
        252, 81, 45
        CMY:
        1, 68, 82
        CMYK:
        0, 68, 82, 1
      HSL:
        10°, 97.1831%, 58.2353%
        HSV (HSB):
        10°, 82.1429%, 98.8235%
        XYZ:
        43.5610, 26.7698, 5.3538
        xyY:
        0.5756, 0.3537, 26.7698
      CIE-Lab:
        58.7606, 63.2548, 55.6269
        CIE-LCH:
        58.7606, 84.2349, 41.3287
        CIE-Luv:
        58.7606, 137.4931, 41.3206
        Hunter-Lab:
        51.7395, 59.7401, 30.0826
      #fc512d color charts
#fc512d RGB chart
      #fc512d CMYK chart
      #fc512d RGB pie chart
      #fc512d color shades, tints & tones
#fc512d color schemes
#fc512d color preview, HTML & CSS examples
           This text has a color of #fc512d        
        
          <p style="color:#fc512d;">Text here</p>
        
        
          .mytext {color:#fc512d;}
        
        Text color #fc512d
      
           This box has a color of #fc512d        
        
          <div style="background-color:#fc512d;">Content here</div>
        
        
          .mybackground {background-color:#fc512d;}
        
        Background color #fc512d
      
           Border around this has a color of #fc512d        
        
          <div style="border:2px solid #fc512d;">Content here</div>
        
        
          .myborder {border:2px solid #fc512d;}
        
        Border color #fc512d