#ff0f01 color space conversions
Hex:
        #ff0f01
        RGB:
        255, 15, 1
        CMY:
        0, 94, 100
        CMYK:
        0, 94, 100, 0
      HSL:
        3°, 100.0000%, 50.1961%
        HSV (HSB):
        3°, 99.6078%, 100.0000%
        XYZ:
        41.4163, 21.6038, 2.0158
        xyY:
        0.6368, 0.3322, 21.6038
      CIE-Lab:
        53.6041, 79.0478, 67.0986
        CIE-LCH:
        53.6041, 103.6860, 40.3258
        CIE-Luv:
        53.6041, 172.8689, 38.3344
        Hunter-Lab:
        46.4799, 77.7139, 29.9646
      #ff0f01 color charts
#ff0f01 RGB chart
      #ff0f01 CMYK chart
      #ff0f01 RGB pie chart
      #ff0f01 color shades, tints & tones
#ff0f01 color schemes
#ff0f01 color preview, HTML & CSS examples
           This text has a color of #ff0f01        
        
          <p style="color:#ff0f01;">Text here</p>
        
        
          .mytext {color:#ff0f01;}
        
        Text color #ff0f01
      
           This box has a color of #ff0f01        
        
          <div style="background-color:#ff0f01;">Content here</div>
        
        
          .mybackground {background-color:#ff0f01;}
        
        Background color #ff0f01
      
           Border around this has a color of #ff0f01        
        
          <div style="border:2px solid #ff0f01;">Content here</div>
        
        
          .myborder {border:2px solid #ff0f01;}
        
        Border color #ff0f01