#facc12 color space conversions
Hex:
        #facc12
        RGB:
        250, 204, 18
        CMY:
        2, 20, 93
        CMYK:
        0, 18, 93, 2
      HSL:
        48°, 95.8678%, 52.5490%
        HSV (HSB):
        48°, 92.8000%, 98.0392%
        XYZ:
        61.1264, 63.5534, 9.6176
        xyY:
        0.4552, 0.4732, 63.5534
      CIE-Lab:
        83.7327, 1.7031, 82.8828
        CIE-LCH:
        83.7327, 82.9003, 88.8228
        CIE-Luv:
        83.7327, 39.7557, 86.9904
        Hunter-Lab:
        79.7204, -2.6440, 48.6514
      #facc12 color charts
#facc12 RGB chart
      #facc12 CMYK chart
      #facc12 RGB pie chart
      #facc12 color shades, tints & tones
#facc12 color schemes
#facc12 color preview, HTML & CSS examples
           This text has a color of #facc12        
        
          <p style="color:#facc12;">Text here</p>
        
        
          .mytext {color:#facc12;}
        
        Text color #facc12
      
           This box has a color of #facc12        
        
          <div style="background-color:#facc12;">Content here</div>
        
        
          .mybackground {background-color:#facc12;}
        
        Background color #facc12
      
           Border around this has a color of #facc12        
        
          <div style="border:2px solid #facc12;">Content here</div>
        
        
          .myborder {border:2px solid #facc12;}
        
        Border color #facc12