#f8250d color space conversions
Hex:
        #f8250d
        RGB:
        248, 37, 13
        CMY:
        3, 85, 95
        CMYK:
        0, 85, 95, 3
      HSL:
        6°, 94.3775%, 51.1765%
        HSV (HSB):
        6°, 94.7581%, 97.2549%
        XYZ:
        39.4456, 21.3087, 2.4147
        xyY:
        0.6244, 0.3373, 21.3087
      CIE-Lab:
        53.2857, 74.3102, 63.2671
        CIE-LCH:
        53.2857, 97.5947, 40.4108
        CIE-Luv:
        53.2857, 161.3217, 38.2307
        Hunter-Lab:
        46.1613, 71.7490, 29.2114
      #f8250d color charts
#f8250d RGB chart
      #f8250d CMYK chart
      #f8250d RGB pie chart
      #f8250d color shades, tints & tones
#f8250d color schemes
#f8250d color preview, HTML & CSS examples
           This text has a color of #f8250d        
        
          <p style="color:#f8250d;">Text here</p>
        
        
          .mytext {color:#f8250d;}
        
        Text color #f8250d
      
           This box has a color of #f8250d        
        
          <div style="background-color:#f8250d;">Content here</div>
        
        
          .mybackground {background-color:#f8250d;}
        
        Background color #f8250d
      
           Border around this has a color of #f8250d        
        
          <div style="border:2px solid #f8250d;">Content here</div>
        
        
          .myborder {border:2px solid #f8250d;}
        
        Border color #f8250d