#fa400f color space conversions
Hex:
        #fa400f
        RGB:
        250, 64, 15
        CMY:
        2, 75, 94
        CMYK:
        0, 74, 94, 2
      HSL:
        13°, 95.9184%, 51.9608%
        HSV (HSB):
        13°, 94.0000%, 98.0392%
        XYZ:
        41.3440, 24.0253, 2.9102
        xyY:
        0.6055, 0.3519, 24.0253
      CIE-Lab:
        56.1131, 68.0124, 64.5352
        CIE-LCH:
        56.1131, 93.7576, 43.4973
        CIE-Luv:
        56.1131, 149.5925, 42.6483
        Hunter-Lab:
        49.0156, 64.7850, 30.7907
      #fa400f color charts
#fa400f RGB chart
      #fa400f CMYK chart
      #fa400f RGB pie chart
      #fa400f color shades, tints & tones
#fa400f color schemes
#fa400f color preview, HTML & CSS examples
           This text has a color of #fa400f        
        
          <p style="color:#fa400f;">Text here</p>
        
        
          .mytext {color:#fa400f;}
        
        Text color #fa400f
      
           This box has a color of #fa400f        
        
          <div style="background-color:#fa400f;">Content here</div>
        
        
          .mybackground {background-color:#fa400f;}
        
        Background color #fa400f
      
           Border around this has a color of #fa400f        
        
          <div style="border:2px solid #fa400f;">Content here</div>
        
        
          .myborder {border:2px solid #fa400f;}
        
        Border color #fa400f