#faae00 color space conversions
Hex:
        #faae00
        RGB:
        250, 174, 0
        CMY:
        2, 32, 100
        CMYK:
        0, 30, 100, 2
      HSL:
        42°, 100.0000%, 49.0196%
        HSV (HSB):
        42°, 100.0000%, 98.0392%
        XYZ:
        54.5604, 50.5961, 6.8904
        xyY:
        0.4869, 0.4516, 50.5961
      CIE-Lab:
        76.4337, 17.1223, 79.6686
        CIE-LCH:
        76.4337, 81.4877, 77.8706
        CIE-Luv:
        76.4337, 63.3807, 77.0581
        Hunter-Lab:
        71.1309, 12.4378, 44.0483
      #faae00 color charts
#faae00 RGB chart
      #faae00 CMYK chart
      #faae00 RGB pie chart
      #faae00 color shades, tints & tones
#faae00 color schemes
#faae00 color preview, HTML & CSS examples
           This text has a color of #faae00        
        
          <p style="color:#faae00;">Text here</p>
        
        
          .mytext {color:#faae00;}
        
        Text color #faae00
      
           This box has a color of #faae00        
        
          <div style="background-color:#faae00;">Content here</div>
        
        
          .mybackground {background-color:#faae00;}
        
        Background color #faae00
      
           Border around this has a color of #faae00        
        
          <div style="border:2px solid #faae00;">Content here</div>
        
        
          .myborder {border:2px solid #faae00;}
        
        Border color #faae00