#ff5f00 color space conversions
Hex:
        #ff5f00
        RGB:
        255, 95, 0
        CMY:
        0, 63, 100
        CMYK:
        0, 63, 100, 0
      HSL:
        22°, 100.0000%, 50.0000%
        HSV (HSB):
        22°, 100.0000%, 100.0000%
        XYZ:
        45.3322, 29.4444, 3.2941
        xyY:
        0.5807, 0.3772, 29.4444
      CIE-Lab:
        61.1719, 58.0172, 70.7359
        CIE-LCH:
        61.1719, 91.4853, 50.6416
        CIE-Luv:
        61.1719, 132.8793, 51.6826
        Hunter-Lab:
        54.2627, 54.1629, 34.3846
      #ff5f00 color charts
#ff5f00 RGB chart
      #ff5f00 CMYK chart
      #ff5f00 RGB pie chart
      #ff5f00 color shades, tints & tones
#ff5f00 color schemes
#ff5f00 color preview, HTML & CSS examples
           This text has a color of #ff5f00        
        
          <p style="color:#ff5f00;">Text here</p>
        
        
          .mytext {color:#ff5f00;}
        
        Text color #ff5f00
      
           This box has a color of #ff5f00        
        
          <div style="background-color:#ff5f00;">Content here</div>
        
        
          .mybackground {background-color:#ff5f00;}
        
        Background color #ff5f00
      
           Border around this has a color of #ff5f00        
        
          <div style="border:2px solid #ff5f00;">Content here</div>
        
        
          .myborder {border:2px solid #ff5f00;}
        
        Border color #ff5f00