#fde00e color space conversions
Hex:
        #fde00e
        RGB:
        253, 224, 14
        CMY:
        1, 12, 95
        CMYK:
        0, 11, 94, 1
      HSL:
        53°, 98.3539%, 52.3529%
        HSV (HSB):
        53°, 94.4664%, 99.2157%
        XYZ:
        67.2429, 74.2257, 11.1984
        xyY:
        0.4405, 0.4862, 74.2257
      CIE-Lab:
        89.0290, -7.1856, 87.3798
        CIE-LCH:
        89.0290, 87.6748, 94.7011
        CIE-Luv:
        89.0290, 27.4041, 94.7143
        Hunter-Lab:
        86.1543, -11.4519, 52.6015
      #fde00e color charts
#fde00e RGB chart
      #fde00e CMYK chart
      #fde00e RGB pie chart
      #fde00e color shades, tints & tones
#fde00e color schemes
#fde00e color preview, HTML & CSS examples
           This text has a color of #fde00e        
        
          <p style="color:#fde00e;">Text here</p>
        
        
          .mytext {color:#fde00e;}
        
        Text color #fde00e
      
           This box has a color of #fde00e        
        
          <div style="background-color:#fde00e;">Content here</div>
        
        
          .mybackground {background-color:#fde00e;}
        
        Background color #fde00e
      
           Border around this has a color of #fde00e        
        
          <div style="border:2px solid #fde00e;">Content here</div>
        
        
          .myborder {border:2px solid #fde00e;}
        
        Border color #fde00e