#fa240b color space conversions
Hex:
        #fa240b
        RGB:
        250, 36, 11
        CMY:
        2, 86, 96
        CMYK:
        0, 86, 96, 2
      HSL:
        6°, 95.9839%, 51.1765%
        HSV (HSB):
        6°, 95.6000%, 98.0392%
        XYZ:
        40.1156, 21.6099, 2.3734
        xyY:
        0.6258, 0.3371, 21.6099
      CIE-Lab:
        53.6106, 75.0092, 64.1498
        CIE-LCH:
        53.6106, 98.6994, 40.5379
        CIE-Luv:
        53.6106, 163.2410, 38.5759
        Hunter-Lab:
        46.4865, 72.6858, 29.5134
      #fa240b color charts
#fa240b RGB chart
      #fa240b CMYK chart
      #fa240b RGB pie chart
      #fa240b color shades, tints & tones
#fa240b color schemes
#fa240b color preview, HTML & CSS examples
           This text has a color of #fa240b        
        
          <p style="color:#fa240b;">Text here</p>
        
        
          .mytext {color:#fa240b;}
        
        Text color #fa240b
      
           This box has a color of #fa240b        
        
          <div style="background-color:#fa240b;">Content here</div>
        
        
          .mybackground {background-color:#fa240b;}
        
        Background color #fa240b
      
           Border around this has a color of #fa240b        
        
          <div style="border:2px solid #fa240b;">Content here</div>
        
        
          .myborder {border:2px solid #fa240b;}
        
        Border color #fa240b