#fa210f color space conversions
Hex:
        #fa210f
        RGB:
        250, 33, 15
        CMY:
        2, 87, 94
        CMYK:
        0, 87, 94, 2
      HSL:
        5°, 95.9184%, 51.9608%
        HSV (HSB):
        5°, 94.0000%, 98.0392%
        XYZ:
        40.0544, 21.4462, 2.4804
        xyY:
        0.6260, 0.3352, 21.4462
      CIE-Lab:
        53.4344, 75.5780, 63.0190
        CIE-LCH:
        53.4344, 98.4044, 39.8223
        CIE-Luv:
        53.4344, 164.0290, 37.8407
        Hunter-Lab:
        46.3100, 73.3454, 29.2415
      #fa210f color charts
#fa210f RGB chart
      #fa210f CMYK chart
      #fa210f RGB pie chart
      #fa210f color shades, tints & tones
#fa210f color schemes
#fa210f color preview, HTML & CSS examples
           This text has a color of #fa210f        
        
          <p style="color:#fa210f;">Text here</p>
        
        
          .mytext {color:#fa210f;}
        
        Text color #fa210f
      
           This box has a color of #fa210f        
        
          <div style="background-color:#fa210f;">Content here</div>
        
        
          .mybackground {background-color:#fa210f;}
        
        Background color #fa210f
      
           Border around this has a color of #fa210f        
        
          <div style="border:2px solid #fa210f;">Content here</div>
        
        
          .myborder {border:2px solid #fa210f;}
        
        Border color #fa210f