#f8500f color space conversions
Hex:
        #f8500f
        RGB:
        248, 80, 15
        CMY:
        3, 69, 94
        CMYK:
        0, 68, 94, 3
      HSL:
        17°, 94.3320%, 51.5686%
        HSV (HSB):
        17°, 93.9516%, 97.2549%
        XYZ:
        41.6663, 25.7283, 3.2219
        xyY:
        0.5900, 0.3643, 25.7283
      CIE-Lab:
        57.7782, 61.8171, 65.3430
        CIE-LCH:
        57.7782, 89.9504, 46.5883
        CIE-Luv:
        57.7782, 137.6959, 45.9880
        Hunter-Lab:
        50.7230, 57.8629, 31.7400
      #f8500f color charts
#f8500f RGB chart
      #f8500f CMYK chart
      #f8500f RGB pie chart
      #f8500f color shades, tints & tones
#f8500f color schemes
#f8500f color preview, HTML & CSS examples
           This text has a color of #f8500f        
        
          <p style="color:#f8500f;">Text here</p>
        
        
          .mytext {color:#f8500f;}
        
        Text color #f8500f
      
           This box has a color of #f8500f        
        
          <div style="background-color:#f8500f;">Content here</div>
        
        
          .mybackground {background-color:#f8500f;}
        
        Background color #f8500f
      
           Border around this has a color of #f8500f        
        
          <div style="border:2px solid #f8500f;">Content here</div>
        
        
          .myborder {border:2px solid #f8500f;}
        
        Border color #f8500f