#ff520c color space conversions
Hex:
        #ff520c
        RGB:
        255, 82, 12
        CMY:
        0, 68, 95
        CMYK:
        0, 68, 95, 0
      HSL:
        17°, 100.0000%, 52.3529%
        HSV (HSB):
        17°, 95.2941%, 100.0000%
        XYZ:
        44.3237, 27.3211, 3.2852
        xyY:
        0.5915, 0.3646, 27.3211
      CIE-Lab:
        59.2704, 63.2943, 67.5134
        CIE-LCH:
        59.2704, 92.5431, 46.8474
        CIE-Luv:
        59.2704, 141.9780, 47.4666
        Hunter-Lab:
        52.2696, 59.8928, 32.8623
      #ff520c color charts
#ff520c RGB chart
      #ff520c CMYK chart
      #ff520c RGB pie chart
      #ff520c color shades, tints & tones
#ff520c color schemes
#ff520c color preview, HTML & CSS examples
           This text has a color of #ff520c        
        
          <p style="color:#ff520c;">Text here</p>
        
        
          .mytext {color:#ff520c;}
        
        Text color #ff520c
      
           This box has a color of #ff520c        
        
          <div style="background-color:#ff520c;">Content here</div>
        
        
          .mybackground {background-color:#ff520c;}
        
        Background color #ff520c
      
           Border around this has a color of #ff520c        
        
          <div style="border:2px solid #ff520c;">Content here</div>
        
        
          .myborder {border:2px solid #ff520c;}
        
        Border color #ff520c