#fc150f color space conversions
Hex:
        #fc150f
        RGB:
        252, 21, 15
        CMY:
        1, 92, 94
        CMYK:
        0, 92, 94, 1
      HSL:
        2°, 97.5309%, 52.3529%
        HSV (HSB):
        2°, 94.0476%, 98.8235%
        XYZ:
        40.4993, 21.2663, 2.4222
        xyY:
        0.6310, 0.3313, 21.2663
      CIE-Lab:
        53.2397, 77.8000, 63.1301
        CIE-LCH:
        53.2397, 100.1910, 39.0573
        CIE-Luv:
        53.2397, 168.7781, 37.0429
        Hunter-Lab:
        46.1154, 76.0598, 29.1666
      #fc150f color charts
#fc150f RGB chart
      #fc150f CMYK chart
      #fc150f RGB pie chart
      #fc150f color shades, tints & tones
#fc150f color schemes
#fc150f color preview, HTML & CSS examples
           This text has a color of #fc150f        
        
          <p style="color:#fc150f;">Text here</p>
        
        
          .mytext {color:#fc150f;}
        
        Text color #fc150f
      
           This box has a color of #fc150f        
        
          <div style="background-color:#fc150f;">Content here</div>
        
        
          .mybackground {background-color:#fc150f;}
        
        Background color #fc150f
      
           Border around this has a color of #fc150f        
        
          <div style="border:2px solid #fc150f;">Content here</div>
        
        
          .myborder {border:2px solid #fc150f;}
        
        Border color #fc150f