#face1a color space conversions
Hex:
        #face1a
        RGB:
        250, 206, 26
        CMY:
        2, 19, 90
        CMYK:
        0, 18, 90, 2
      HSL:
        48°, 95.7265%, 54.1176%
        HSV (HSB):
        48°, 89.6000%, 98.0392%
        XYZ:
        61.6821, 64.5412, 10.1840
        xyY:
        0.4522, 0.4732, 64.5412
      CIE-Lab:
        84.2468, 0.7913, 82.0539
        CIE-LCH:
        84.2468, 82.0577, 89.4475
        CIE-Luv:
        84.2468, 38.1632, 87.0395
        Hunter-Lab:
        80.3375, -3.5407, 48.7204
      #face1a color charts
#face1a RGB chart
      #face1a CMYK chart
      #face1a RGB pie chart
      #face1a color shades, tints & tones
#face1a color schemes
#face1a color preview, HTML & CSS examples
           This text has a color of #face1a        
        
          <p style="color:#face1a;">Text here</p>
        
        
          .mytext {color:#face1a;}
        
        Text color #face1a
      
           This box has a color of #face1a        
        
          <div style="background-color:#face1a;">Content here</div>
        
        
          .mybackground {background-color:#face1a;}
        
        Background color #face1a
      
           Border around this has a color of #face1a        
        
          <div style="border:2px solid #face1a;">Content here</div>
        
        
          .myborder {border:2px solid #face1a;}
        
        Border color #face1a