#fc512b color space conversions
Hex:
        #fc512b
        RGB:
        252, 81, 43
        CMY:
        1, 68, 83
        CMYK:
        0, 68, 83, 1
      HSL:
        11°, 97.2093%, 57.8431%
        HSV (HSB):
        11°, 82.9365%, 98.8235%
        XYZ:
        43.5234, 26.7547, 5.1557
        xyY:
        0.5770, 0.3547, 26.7547
      CIE-Lab:
        58.7466, 63.2042, 56.5176
        CIE-LCH:
        58.7466, 84.7880, 41.8033
        CIE-Luv:
        58.7466, 137.7482, 41.8293
        Hunter-Lab:
        51.7250, 59.6780, 30.2977
      #fc512b color charts
#fc512b RGB chart
      #fc512b CMYK chart
      #fc512b RGB pie chart
      #fc512b color shades, tints & tones
#fc512b color schemes
#fc512b color preview, HTML & CSS examples
           This text has a color of #fc512b        
        
          <p style="color:#fc512b;">Text here</p>
        
        
          .mytext {color:#fc512b;}
        
        Text color #fc512b
      
           This box has a color of #fc512b        
        
          <div style="background-color:#fc512b;">Content here</div>
        
        
          .mybackground {background-color:#fc512b;}
        
        Background color #fc512b
      
           Border around this has a color of #fc512b        
        
          <div style="border:2px solid #fc512b;">Content here</div>
        
        
          .myborder {border:2px solid #fc512b;}
        
        Border color #fc512b