#fa000f color space conversions
Hex:
        #fa000f
        RGB:
        250, 0, 15
        CMY:
        2, 100, 94
        CMYK:
        0, 100, 94, 2
      HSL:
        356°, 100.0000%, 49.0196%
        HSV (HSB):
        356°, 100.0000%, 98.0392%
        XYZ:
        39.5106, 20.3585, 2.2991
        xyY:
        0.6355, 0.3275, 20.3585
      CIE-Lab:
        52.2401, 79.0214, 62.3763
        CIE-LCH:
        52.2401, 100.6736, 38.2861
        CIE-Luv:
        52.2401, 170.7436, 35.6615
        Hunter-Lab:
        45.1204, 77.3465, 28.5632
      #fa000f color charts
#fa000f RGB chart
      #fa000f CMYK chart
      #fa000f RGB pie chart
      #fa000f color shades, tints & tones
#fa000f color schemes
#fa000f color preview, HTML & CSS examples
           This text has a color of #fa000f        
        
          <p style="color:#fa000f;">Text here</p>
        
        
          .mytext {color:#fa000f;}
        
        Text color #fa000f
      
           This box has a color of #fa000f        
        
          <div style="background-color:#fa000f;">Content here</div>
        
        
          .mybackground {background-color:#fa000f;}
        
        Background color #fa000f
      
           Border around this has a color of #fa000f        
        
          <div style="border:2px solid #fa000f;">Content here</div>
        
        
          .myborder {border:2px solid #fa000f;}
        
        Border color #fa000f