#ffa300 color space conversions
Hex:
        #ffa300
        RGB:
        255, 163, 0
        CMY:
        0, 36, 100
        CMYK:
        0, 36, 100, 0
      HSL:
        38°, 100.0000%, 50.0000%
        HSV (HSB):
        38°, 100.0000%, 100.0000%
        XYZ:
        54.3372, 47.4544, 6.2957
        xyY:
        0.5027, 0.4390, 47.4544
      CIE-Lab:
        74.4795, 24.9782, 78.6613
        CIE-LCH:
        74.4795, 82.5318, 72.3832
        CIE-Luv:
        74.4795, 76.5131, 73.2942
        Hunter-Lab:
        68.8871, 20.2457, 42.8024
      #ffa300 color charts
#ffa300 RGB chart
      #ffa300 CMYK chart
      #ffa300 RGB pie chart
      #ffa300 color shades, tints & tones
#ffa300 color schemes
#ffa300 color preview, HTML & CSS examples
           This text has a color of #ffa300        
        
          <p style="color:#ffa300;">Text here</p>
        
        
          .mytext {color:#ffa300;}
        
        Text color #ffa300
      
           This box has a color of #ffa300        
        
          <div style="background-color:#ffa300;">Content here</div>
        
        
          .mybackground {background-color:#ffa300;}
        
        Background color #ffa300
      
           Border around this has a color of #ffa300        
        
          <div style="border:2px solid #ffa300;">Content here</div>
        
        
          .myborder {border:2px solid #ffa300;}
        
        Border color #ffa300