#fa350e color space conversions
Hex:
        #fa350e
        RGB:
        250, 53, 14
        CMY:
        2, 79, 95
        CMYK:
        0, 79, 94, 2
      HSL:
        10°, 95.9350%, 51.7647%
        HSV (HSB):
        10°, 94.4000%, 98.0392%
        XYZ:
        40.7767, 22.9019, 2.6868
        xyY:
        0.6144, 0.3451, 22.9019
      CIE-Lab:
        54.9712, 71.1940, 64.1374
        CIE-LCH:
        54.9712, 95.8237, 42.0151
        CIE-Luv:
        54.9712, 155.6891, 40.7212
        Hunter-Lab:
        47.8559, 68.3470, 30.1704
      #fa350e color charts
#fa350e RGB chart
      #fa350e CMYK chart
      #fa350e RGB pie chart
      #fa350e color shades, tints & tones
#fa350e color schemes
#fa350e color preview, HTML & CSS examples
           This text has a color of #fa350e        
        
          <p style="color:#fa350e;">Text here</p>
        
        
          .mytext {color:#fa350e;}
        
        Text color #fa350e
      
           This box has a color of #fa350e        
        
          <div style="background-color:#fa350e;">Content here</div>
        
        
          .mybackground {background-color:#fa350e;}
        
        Background color #fa350e
      
           Border around this has a color of #fa350e        
        
          <div style="border:2px solid #fa350e;">Content here</div>
        
        
          .myborder {border:2px solid #fa350e;}
        
        Border color #fa350e