#fc250d color space conversions
Hex:
        #fc250d
        RGB:
        252, 37, 13
        CMY:
        1, 85, 95
        CMYK:
        0, 85, 95, 1
      HSL:
        6°, 97.5510%, 51.9608%
        HSV (HSB):
        6°, 94.8413%, 98.8235%
        XYZ:
        40.8791, 22.0476, 2.4818
        xyY:
        0.6250, 0.3371, 22.0476
      CIE-Lab:
        54.0775, 75.3612, 64.1167
        CIE-LCH:
        54.0775, 98.9458, 40.3909
        CIE-Luv:
        54.0775, 164.1926, 38.7838
        Hunter-Lab:
        46.9549, 73.2316, 29.7346
      #fc250d color charts
#fc250d RGB chart
      #fc250d CMYK chart
      #fc250d RGB pie chart
      #fc250d color shades, tints & tones
#fc250d color schemes
#fc250d color preview, HTML & CSS examples
           This text has a color of #fc250d        
        
          <p style="color:#fc250d;">Text here</p>
        
        
          .mytext {color:#fc250d;}
        
        Text color #fc250d
      
           This box has a color of #fc250d        
        
          <div style="background-color:#fc250d;">Content here</div>
        
        
          .mybackground {background-color:#fc250d;}
        
        Background color #fc250d
      
           Border around this has a color of #fc250d        
        
          <div style="border:2px solid #fc250d;">Content here</div>
        
        
          .myborder {border:2px solid #fc250d;}
        
        Border color #fc250d