#fa250b color space conversions
Hex:
        #fa250b
        RGB:
        250, 37, 11
        CMY:
        2, 85, 96
        CMYK:
        0, 85, 96, 2
      HSL:
        7°, 95.9839%, 51.1765%
        HSV (HSB):
        7°, 95.6000%, 98.0392%
        XYZ:
        40.1463, 21.6713, 2.3836
        xyY:
        0.6253, 0.3376, 21.6713
      CIE-Lab:
        53.6765, 74.8210, 64.1832
        CIE-LCH:
        53.6765, 98.5782, 40.6237
        CIE-Luv:
        53.6765, 162.8764, 38.6948
        Hunter-Lab:
        46.5524, 72.4697, 29.5509
      #fa250b color charts
#fa250b RGB chart
      #fa250b CMYK chart
      #fa250b RGB pie chart
      #fa250b color shades, tints & tones
#fa250b color schemes
#fa250b color preview, HTML & CSS examples
           This text has a color of #fa250b        
        
          <p style="color:#fa250b;">Text here</p>
        
        
          .mytext {color:#fa250b;}
        
        Text color #fa250b
      
           This box has a color of #fa250b        
        
          <div style="background-color:#fa250b;">Content here</div>
        
        
          .mybackground {background-color:#fa250b;}
        
        Background color #fa250b
      
           Border around this has a color of #fa250b        
        
          <div style="border:2px solid #fa250b;">Content here</div>
        
        
          .myborder {border:2px solid #fa250b;}
        
        Border color #fa250b