#fa301f color space conversions
Hex:
        #fa301f
        RGB:
        250, 48, 31
        CMY:
        2, 81, 88
        CMYK:
        0, 81, 88, 2
      HSL:
        5°, 95.6332%, 55.0980%
        HSV (HSB):
        5°, 87.6000%, 98.0392%
        XYZ:
        40.7286, 22.5368, 3.4997
        xyY:
        0.6100, 0.3376, 22.5368
      CIE-Lab:
        54.5920, 72.6799, 58.1205
        CIE-LCH:
        54.5920, 93.0610, 38.6486
        CIE-Luv:
        54.5920, 156.6030, 37.4052
        Hunter-Lab:
        47.4730, 70.0633, 28.8602
      #fa301f color charts
#fa301f RGB chart
      #fa301f CMYK chart
      #fa301f RGB pie chart
      #fa301f color shades, tints & tones
#fa301f color schemes
#fa301f color preview, HTML & CSS examples
           This text has a color of #fa301f        
        
          <p style="color:#fa301f;">Text here</p>
        
        
          .mytext {color:#fa301f;}
        
        Text color #fa301f
      
           This box has a color of #fa301f        
        
          <div style="background-color:#fa301f;">Content here</div>
        
        
          .mybackground {background-color:#fa301f;}
        
        Background color #fa301f
      
           Border around this has a color of #fa301f        
        
          <div style="border:2px solid #fa301f;">Content here</div>
        
        
          .myborder {border:2px solid #fa301f;}
        
        Border color #fa301f