#fa501f color space conversions
Hex:
        #fa501f
        RGB:
        250, 80, 31
        CMY:
        2, 69, 88
        CMYK:
        0, 68, 88, 2
      HSL:
        13°, 95.6332%, 55.0980%
        HSV (HSB):
        13°, 87.6000%, 98.0392%
        XYZ:
        42.5403, 26.1602, 4.1036
        xyY:
        0.5843, 0.3593, 26.1602
      CIE-Lab:
        58.1888, 62.6847, 60.8565
        CIE-LCH:
        58.1888, 87.3664, 44.1522
        CIE-Luv:
        58.1888, 138.1418, 43.9348
        Hunter-Lab:
        51.1471, 58.9556, 31.0460
      #fa501f color charts
#fa501f RGB chart
      #fa501f CMYK chart
      #fa501f RGB pie chart
      #fa501f color shades, tints & tones
#fa501f color schemes
#fa501f color preview, HTML & CSS examples
           This text has a color of #fa501f        
        
          <p style="color:#fa501f;">Text here</p>
        
        
          .mytext {color:#fa501f;}
        
        Text color #fa501f
      
           This box has a color of #fa501f        
        
          <div style="background-color:#fa501f;">Content here</div>
        
        
          .mybackground {background-color:#fa501f;}
        
        Background color #fa501f
      
           Border around this has a color of #fa501f        
        
          <div style="border:2px solid #fa501f;">Content here</div>
        
        
          .myborder {border:2px solid #fa501f;}
        
        Border color #fa501f