#ffac00 color space conversions
Hex:
        #ffac00
        RGB:
        255, 172, 0
        CMY:
        0, 33, 100
        CMYK:
        0, 33, 100, 0
      HSL:
        40°, 100.0000%, 50.0000%
        HSV (HSB):
        40°, 100.0000%, 100.0000%
        XYZ:
        55.9925, 50.7650, 6.8475
        xyY:
        0.4929, 0.4469, 50.7650
      CIE-Lab:
        76.5365, 20.2837, 80.0114
        CIE-LCH:
        76.5365, 82.5424, 75.7746
        CIE-Luv:
        76.5365, 69.0753, 76.4797
        Hunter-Lab:
        71.2496, 15.5900, 44.1766
      #ffac00 color charts
#ffac00 RGB chart
      #ffac00 CMYK chart
      #ffac00 RGB pie chart
      #ffac00 color shades, tints & tones
#ffac00 color schemes
#ffac00 color preview, HTML & CSS examples
           This text has a color of #ffac00        
        
          <p style="color:#ffac00;">Text here</p>
        
        
          .mytext {color:#ffac00;}
        
        Text color #ffac00
      
           This box has a color of #ffac00        
        
          <div style="background-color:#ffac00;">Content here</div>
        
        
          .mybackground {background-color:#ffac00;}
        
        Background color #ffac00
      
           Border around this has a color of #ffac00        
        
          <div style="border:2px solid #ffac00;">Content here</div>
        
        
          .myborder {border:2px solid #ffac00;}
        
        Border color #ffac00