#fc250b color space conversions
Hex:
        #fc250b
        RGB:
        252, 37, 11
        CMY:
        1, 85, 96
        CMYK:
        0, 85, 96, 1
      HSL:
        6°, 97.5709%, 51.5686%
        HSV (HSB):
        6°, 95.6349%, 98.8235%
        XYZ:
        40.8669, 22.0427, 2.4174
        xyY:
        0.6256, 0.3374, 22.0427
      CIE-Lab:
        54.0723, 75.3459, 64.6030
        CIE-LCH:
        54.0723, 99.2500, 40.6104
        CIE-Luv:
        54.0723, 164.3094, 38.9694
        Hunter-Lab:
        46.9497, 73.2114, 29.8120
      #fc250b color charts
#fc250b RGB chart
      #fc250b CMYK chart
      #fc250b RGB pie chart
      #fc250b color shades, tints & tones
#fc250b color schemes
#fc250b color preview, HTML & CSS examples
           This text has a color of #fc250b        
        
          <p style="color:#fc250b;">Text here</p>
        
        
          .mytext {color:#fc250b;}
        
        Text color #fc250b
      
           This box has a color of #fc250b        
        
          <div style="background-color:#fc250b;">Content here</div>
        
        
          .mybackground {background-color:#fc250b;}
        
        Background color #fc250b
      
           Border around this has a color of #fc250b        
        
          <div style="border:2px solid #fc250b;">Content here</div>
        
        
          .myborder {border:2px solid #fc250b;}
        
        Border color #fc250b