#f2500b color space conversions
Hex:
        #f2500b
        RGB:
        242, 80, 11
        CMY:
        5, 69, 96
        CMYK:
        0, 67, 95, 5
      HSL:
        18°, 91.3043%, 49.6078%
        HSV (HSB):
        18°, 95.4545%, 94.9020%
        XYZ:
        39.5470, 24.6387, 2.9880
        xyY:
        0.5887, 0.3668, 24.6387
      CIE-Lab:
        56.7217, 59.8189, 65.0564
        CIE-LCH:
        56.7217, 88.3778, 47.4017
        CIE-Luv:
        56.7217, 133.1103, 45.7516
        Hunter-Lab:
        49.6374, 55.3487, 31.1771
      #f2500b color charts
#f2500b RGB chart
      #f2500b CMYK chart
      #f2500b RGB pie chart
      #f2500b color shades, tints & tones
#f2500b color schemes
#f2500b color preview, HTML & CSS examples
           This text has a color of #f2500b        
        
          <p style="color:#f2500b;">Text here</p>
        
        
          .mytext {color:#f2500b;}
        
        Text color #f2500b
      
           This box has a color of #f2500b        
        
          <div style="background-color:#f2500b;">Content here</div>
        
        
          .mybackground {background-color:#f2500b;}
        
        Background color #f2500b
      
           Border around this has a color of #f2500b        
        
          <div style="border:2px solid #f2500b;">Content here</div>
        
        
          .myborder {border:2px solid #f2500b;}
        
        Border color #f2500b