#fae102 color space conversions
Hex:
        #fae102
        RGB:
        250, 225, 2
        CMY:
        2, 12, 99
        CMYK:
        0, 10, 99, 2
      HSL:
        54°, 98.4127%, 49.4118%
        HSV (HSB):
        54°, 99.2000%, 98.0392%
        XYZ:
        66.3605, 74.1788, 10.8778
        xyY:
        0.4383, 0.4899, 74.1788
      CIE-Lab:
        89.0069, -9.0478, 88.2445
        CIE-LCH:
        89.0069, 88.7071, 95.8541
        CIE-Luv:
        89.0069, 24.5654, 95.6262
        Hunter-Lab:
        86.1271, -13.1891, 52.8007
      #fae102 color charts
#fae102 RGB chart
      #fae102 CMYK chart
      #fae102 RGB pie chart
      #fae102 color shades, tints & tones
#fae102 color schemes
#fae102 color preview, HTML & CSS examples
           This text has a color of #fae102        
        
          <p style="color:#fae102;">Text here</p>
        
        
          .mytext {color:#fae102;}
        
        Text color #fae102
      
           This box has a color of #fae102        
        
          <div style="background-color:#fae102;">Content here</div>
        
        
          .mybackground {background-color:#fae102;}
        
        Background color #fae102
      
           Border around this has a color of #fae102        
        
          <div style="border:2px solid #fae102;">Content here</div>
        
        
          .myborder {border:2px solid #fae102;}
        
        Border color #fae102