#fa801e color space conversions
Hex:
        #fa801e
        RGB:
        250, 128, 30
        CMY:
        2, 50, 88
        CMYK:
        0, 49, 88, 2
      HSL:
        27°, 95.6522%, 54.9020%
        HSV (HSB):
        27°, 88.0000%, 98.0392%
        XYZ:
        47.3779, 35.8561, 5.6521
        xyY:
        0.5330, 0.4034, 35.8561
      CIE-Lab:
        66.4098, 41.2298, 67.4787
        CIE-LCH:
        66.4098, 79.0776, 58.5749
        CIE-Luv:
        66.4098, 100.8984, 58.3280
        Hunter-Lab:
        59.8799, 36.4418, 36.3195
      #fa801e color charts
#fa801e RGB chart
      #fa801e CMYK chart
      #fa801e RGB pie chart
      #fa801e color shades, tints & tones
#fa801e color schemes
#fa801e color preview, HTML & CSS examples
           This text has a color of #fa801e        
        
          <p style="color:#fa801e;">Text here</p>
        
        
          .mytext {color:#fa801e;}
        
        Text color #fa801e
      
           This box has a color of #fa801e        
        
          <div style="background-color:#fa801e;">Content here</div>
        
        
          .mybackground {background-color:#fa801e;}
        
        Background color #fa801e
      
           Border around this has a color of #fa801e        
        
          <div style="border:2px solid #fa801e;">Content here</div>
        
        
          .myborder {border:2px solid #fa801e;}
        
        Border color #fa801e