#ff700b color space conversions
Hex:
        #ff700b
        RGB:
        255, 112, 11
        CMY:
        0, 56, 96
        CMYK:
        0, 56, 96, 0
      HSL:
        25°, 100.0000%, 52.1569%
        HSV (HSB):
        25°, 95.6863%, 100.0000%
        XYZ:
        47.0946, 32.8725, 4.1795
        xyY:
        0.5597, 0.3907, 32.8725
      CIE-Lab:
        64.0575, 50.5771, 70.5644
        CIE-LCH:
        64.0575, 86.8181, 54.3689
        CIE-Luv:
        64.0575, 119.0666, 55.7356
        Hunter-Lab:
        57.3345, 46.2844, 35.8122
      #ff700b color charts
#ff700b RGB chart
      #ff700b CMYK chart
      #ff700b RGB pie chart
      #ff700b color shades, tints & tones
#ff700b color schemes
#ff700b color preview, HTML & CSS examples
           This text has a color of #ff700b        
        
          <p style="color:#ff700b;">Text here</p>
        
        
          .mytext {color:#ff700b;}
        
        Text color #ff700b
      
           This box has a color of #ff700b        
        
          <div style="background-color:#ff700b;">Content here</div>
        
        
          .mybackground {background-color:#ff700b;}
        
        Background color #ff700b
      
           Border around this has a color of #ff700b        
        
          <div style="border:2px solid #ff700b;">Content here</div>
        
        
          .myborder {border:2px solid #ff700b;}
        
        Border color #ff700b