#fa1e01 color space conversions
Hex:
        #fa1e01
        RGB:
        250, 30, 1
        CMY:
        2, 88, 100
        CMYK:
        0, 88, 100, 2
      HSL:
        7°, 99.2032%, 49.2157%
        HSV (HSB):
        7°, 99.6000%, 98.0392%
        XYZ:
        39.8941, 21.2547, 2.0286
        xyY:
        0.6315, 0.3364, 21.2547
      CIE-Lab:
        53.2272, 75.9705, 66.3366
        CIE-LCH:
        53.2272, 100.8566, 41.1271
        CIE-Luv:
        53.2272, 165.7880, 38.7763
        Hunter-Lab:
        46.1029, 73.7811, 29.6631
      #fa1e01 color charts
#fa1e01 RGB chart
      #fa1e01 CMYK chart
      #fa1e01 RGB pie chart
      #fa1e01 color shades, tints & tones
#fa1e01 color schemes
#fa1e01 color preview, HTML & CSS examples
           This text has a color of #fa1e01        
        
          <p style="color:#fa1e01;">Text here</p>
        
        
          .mytext {color:#fa1e01;}
        
        Text color #fa1e01
      
           This box has a color of #fa1e01        
        
          <div style="background-color:#fa1e01;">Content here</div>
        
        
          .mybackground {background-color:#fa1e01;}
        
        Background color #fa1e01
      
           Border around this has a color of #fa1e01        
        
          <div style="border:2px solid #fa1e01;">Content here</div>
        
        
          .myborder {border:2px solid #fa1e01;}
        
        Border color #fa1e01