#fa402a color space conversions
Hex:
        #fa402a
        RGB:
        250, 64, 42
        CMY:
        2, 75, 84
        CMYK:
        0, 74, 83, 2
      HSL:
        6°, 95.4128%, 57.2549%
        HSV (HSB):
        6°, 83.2000%, 98.0392%
        XYZ:
        41.6757, 24.1580, 4.6569
        xyY:
        0.5912, 0.3427, 24.1580
      CIE-Lab:
        56.2456, 68.4517, 54.6187
        CIE-LCH:
        56.2456, 87.5719, 38.5869
        CIE-Luv:
        56.2456, 146.9371, 37.8696
        Hunter-Lab:
        49.1507, 65.3391, 28.7880
      #fa402a color charts
#fa402a RGB chart
      #fa402a CMYK chart
      #fa402a RGB pie chart
      #fa402a color shades, tints & tones
#fa402a color schemes
#fa402a color preview, HTML & CSS examples
           This text has a color of #fa402a        
        
          <p style="color:#fa402a;">Text here</p>
        
        
          .mytext {color:#fa402a;}
        
        Text color #fa402a
      
           This box has a color of #fa402a        
        
          <div style="background-color:#fa402a;">Content here</div>
        
        
          .mybackground {background-color:#fa402a;}
        
        Background color #fa402a
      
           Border around this has a color of #fa402a        
        
          <div style="border:2px solid #fa402a;">Content here</div>
        
        
          .myborder {border:2px solid #fa402a;}
        
        Border color #fa402a