#fae101 color space conversions
Hex:
        #fae101
        RGB:
        250, 225, 1
        CMY:
        2, 12, 100
        CMYK:
        0, 10, 100, 2
      HSL:
        54°, 99.2032%, 49.2157%
        HSV (HSB):
        54°, 99.6000%, 98.0392%
        XYZ:
        66.3550, 74.1766, 10.8490
        xyY:
        0.4383, 0.4900, 74.1766
      CIE-Lab:
        89.0059, -9.0556, 88.3248
        CIE-LCH:
        89.0059, 88.7878, 95.8538
        CIE-Luv:
        89.0059, 24.5704, 95.6720
        Hunter-Lab:
        86.1258, -13.1962, 52.8196
      #fae101 color charts
#fae101 RGB chart
      #fae101 CMYK chart
      #fae101 RGB pie chart
      #fae101 color shades, tints & tones
#fae101 color schemes
#fae101 color preview, HTML & CSS examples
           This text has a color of #fae101        
        
          <p style="color:#fae101;">Text here</p>
        
        
          .mytext {color:#fae101;}
        
        Text color #fae101
      
           This box has a color of #fae101        
        
          <div style="background-color:#fae101;">Content here</div>
        
        
          .mybackground {background-color:#fae101;}
        
        Background color #fae101
      
           Border around this has a color of #fae101        
        
          <div style="border:2px solid #fae101;">Content here</div>
        
        
          .myborder {border:2px solid #fae101;}
        
        Border color #fae101