#fc050e color space conversions
Hex:
        #fc050e
        RGB:
        252, 5, 14
        CMY:
        1, 98, 95
        CMYK:
        0, 98, 94, 1
      HSL:
        358°, 97.6285%, 50.3922%
        HSV (HSB):
        358°, 98.0159%, 98.8235%
        XYZ:
        40.2784, 20.8357, 2.3142
        xyY:
        0.6350, 0.3285, 20.8357
      CIE-Lab:
        52.7692, 79.1428, 63.1672
        CIE-LCH:
        52.7692, 101.2604, 38.5948
        CIE-Luv:
        52.7692, 171.5006, 36.2952
        Hunter-Lab:
        45.6461, 77.6287, 28.9463
      #fc050e color charts
#fc050e RGB chart
      #fc050e CMYK chart
      #fc050e RGB pie chart
      #fc050e color shades, tints & tones
#fc050e color schemes
#fc050e color preview, HTML & CSS examples
           This text has a color of #fc050e        
        
          <p style="color:#fc050e;">Text here</p>
        
        
          .mytext {color:#fc050e;}
        
        Text color #fc050e
      
           This box has a color of #fc050e        
        
          <div style="background-color:#fc050e;">Content here</div>
        
        
          .mybackground {background-color:#fc050e;}
        
        Background color #fc050e
      
           Border around this has a color of #fc050e        
        
          <div style="border:2px solid #fc050e;">Content here</div>
        
        
          .myborder {border:2px solid #fc050e;}
        
        Border color #fc050e