#fa403a color space conversions
Hex:
        #fa403a
        RGB:
        250, 64, 58
        CMY:
        2, 75, 77
        CMYK:
        0, 74, 77, 2
      HSL:
        2°, 95.0495%, 60.3922%
        HSV (HSB):
        2°, 76.8000%, 98.0392%
        XYZ:
        42.0215, 24.2963, 6.4779
        xyY:
        0.5773, 0.3338, 24.2963
      CIE-Lab:
        56.3832, 68.9062, 46.7221
        CIE-LCH:
        56.3832, 83.2528, 34.1394
        CIE-Luv:
        56.3832, 144.2664, 33.0478
        Hunter-Lab:
        49.2913, 65.9140, 26.7120
      #fa403a color charts
#fa403a RGB chart
      #fa403a CMYK chart
      #fa403a RGB pie chart
      #fa403a color shades, tints & tones
#fa403a color schemes
#fa403a color preview, HTML & CSS examples
           This text has a color of #fa403a        
        
          <p style="color:#fa403a;">Text here</p>
        
        
          .mytext {color:#fa403a;}
        
        Text color #fa403a
      
           This box has a color of #fa403a        
        
          <div style="background-color:#fa403a;">Content here</div>
        
        
          .mybackground {background-color:#fa403a;}
        
        Background color #fa403a
      
           Border around this has a color of #fa403a        
        
          <div style="border:2px solid #fa403a;">Content here</div>
        
        
          .myborder {border:2px solid #fa403a;}
        
        Border color #fa403a