#fc150e color space conversions
Hex:
        #fc150e
        RGB:
        252, 21, 14
        CMY:
        1, 92, 95
        CMYK:
        0, 92, 94, 1
      HSL:
        2°, 97.5410%, 52.1569%
        HSV (HSB):
        2°, 94.4444%, 98.8235%
        XYZ:
        40.4923, 21.2635, 2.3855
        xyY:
        0.6313, 0.3315, 21.2635
      CIE-Lab:
        53.2367, 77.7915, 63.4099
        CIE-LCH:
        53.2367, 100.3610, 39.1844
        CIE-Luv:
        53.2367, 168.8483, 37.1498
        Hunter-Lab:
        46.1123, 76.0484, 29.2114
      #fc150e color charts
#fc150e RGB chart
      #fc150e CMYK chart
      #fc150e RGB pie chart
      #fc150e color shades, tints & tones
#fc150e color schemes
#fc150e color preview, HTML & CSS examples
           This text has a color of #fc150e        
        
          <p style="color:#fc150e;">Text here</p>
        
        
          .mytext {color:#fc150e;}
        
        Text color #fc150e
      
           This box has a color of #fc150e        
        
          <div style="background-color:#fc150e;">Content here</div>
        
        
          .mybackground {background-color:#fc150e;}
        
        Background color #fc150e
      
           Border around this has a color of #fc150e        
        
          <div style="border:2px solid #fc150e;">Content here</div>
        
        
          .myborder {border:2px solid #fc150e;}
        
        Border color #fc150e