#cf5000 color space conversions
Hex:
        #cf5000
        RGB:
        207, 80, 0
        CMY:
        19, 69, 100
        CMYK:
        0, 61, 100, 19
      HSL:
        23°, 100.0000%, 40.5882%
        HSV (HSB):
        23°, 100.0000%, 81.1765%
        XYZ:
        28.6008, 19.0027, 2.1605
        xyY:
        0.5747, 0.3819, 19.0027
      CIE-Lab:
        50.6904, 47.5968, 60.8384
        CIE-LCH:
        50.6904, 77.2448, 51.9622
        CIE-Luv:
        50.6904, 105.1281, 43.4330
        Hunter-Lab:
        43.5921, 40.8277, 27.5760
      #cf5000 color charts
#cf5000 RGB chart
      #cf5000 CMYK chart
      #cf5000 RGB pie chart
      #cf5000 color shades, tints & tones
#cf5000 color schemes
#cf5000 color preview, HTML & CSS examples
           This text has a color of #cf5000        
        
          <p style="color:#cf5000;">Text here</p>
        
        
          .mytext {color:#cf5000;}
        
        Text color #cf5000
      
           This box has a color of #cf5000        
        
          <div style="background-color:#cf5000;">Content here</div>
        
        
          .mybackground {background-color:#cf5000;}
        
        Background color #cf5000
      
           Border around this has a color of #cf5000        
        
          <div style="border:2px solid #cf5000;">Content here</div>
        
        
          .myborder {border:2px solid #cf5000;}
        
        Border color #cf5000