#faac03 color space conversions
Hex:
        #faac03
        RGB:
        250, 172, 3
        CMY:
        2, 33, 99
        CMYK:
        0, 31, 99, 2
      HSL:
        41°, 97.6285%, 49.6078%
        HSV (HSB):
        41°, 98.8000%, 98.0392%
        XYZ:
        54.1933, 49.8356, 6.8491
        xyY:
        0.4888, 0.4495, 49.8356
      CIE-Lab:
        75.9683, 18.1944, 79.0256
        CIE-LCH:
        75.9683, 81.0930, 77.0345
        CIE-Luv:
        75.9683, 64.9698, 76.1694
        Hunter-Lab:
        70.5943, 13.4893, 43.6637
      #faac03 color charts
#faac03 RGB chart
      #faac03 CMYK chart
      #faac03 RGB pie chart
      #faac03 color shades, tints & tones
#faac03 color schemes
#faac03 color preview, HTML & CSS examples
           This text has a color of #faac03        
        
          <p style="color:#faac03;">Text here</p>
        
        
          .mytext {color:#faac03;}
        
        Text color #faac03
      
           This box has a color of #faac03        
        
          <div style="background-color:#faac03;">Content here</div>
        
        
          .mybackground {background-color:#faac03;}
        
        Background color #faac03
      
           Border around this has a color of #faac03        
        
          <div style="border:2px solid #faac03;">Content here</div>
        
        
          .myborder {border:2px solid #faac03;}
        
        Border color #faac03