#fc070b color space conversions
Hex:
        #fc070b
        RGB:
        252, 7, 11
        CMY:
        1, 97, 96
        CMYK:
        0, 97, 96, 1
      HSL:
        359°, 97.6096%, 50.7843%
        HSV (HSB):
        359°, 97.2222%, 98.8235%
        XYZ:
        40.2813, 20.8716, 2.2222
        xyY:
        0.6356, 0.3293, 20.8716
      CIE-Lab:
        52.8086, 78.9816, 63.9799
        CIE-LCH:
        52.8086, 101.6441, 39.0096
        CIE-Luv:
        52.8086, 171.4245, 36.6749
        Hunter-Lab:
        45.6854, 77.4357, 29.0959
      #fc070b color charts
#fc070b RGB chart
      #fc070b CMYK chart
      #fc070b RGB pie chart
      #fc070b color shades, tints & tones
#fc070b color schemes
#fc070b color preview, HTML & CSS examples
           This text has a color of #fc070b        
        
          <p style="color:#fc070b;">Text here</p>
        
        
          .mytext {color:#fc070b;}
        
        Text color #fc070b
      
           This box has a color of #fc070b        
        
          <div style="background-color:#fc070b;">Content here</div>
        
        
          .mybackground {background-color:#fc070b;}
        
        Background color #fc070b
      
           Border around this has a color of #fc070b        
        
          <div style="border:2px solid #fc070b;">Content here</div>
        
        
          .myborder {border:2px solid #fc070b;}
        
        Border color #fc070b