#facc1f color space conversions
Hex:
        #facc1f
        RGB:
        250, 204, 31
        CMY:
        2, 20, 88
        CMYK:
        0, 18, 88, 2
      HSL:
        47°, 95.6332%, 55.0980%
        HSV (HSB):
        47°, 87.6000%, 98.0392%
        XYZ:
        61.2645, 63.6087, 10.3450
        xyY:
        0.4531, 0.4704, 63.6087
      CIE-Lab:
        83.7616, 1.9034, 80.7413
        CIE-LCH:
        83.7616, 80.7638, 88.6495
        CIE-Luv:
        83.7616, 39.5764, 85.7412
        Hunter-Lab:
        79.7550, -2.4550, 48.1380
      #facc1f color charts
#facc1f RGB chart
      #facc1f CMYK chart
      #facc1f RGB pie chart
      #facc1f color shades, tints & tones
#facc1f color schemes
#facc1f color preview, HTML & CSS examples
           This text has a color of #facc1f        
        
          <p style="color:#facc1f;">Text here</p>
        
        
          .mytext {color:#facc1f;}
        
        Text color #facc1f
      
           This box has a color of #facc1f        
        
          <div style="background-color:#facc1f;">Content here</div>
        
        
          .mybackground {background-color:#facc1f;}
        
        Background color #facc1f
      
           Border around this has a color of #facc1f        
        
          <div style="border:2px solid #facc1f;">Content here</div>
        
        
          .myborder {border:2px solid #facc1f;}
        
        Border color #facc1f