#fed25e color space conversions
Hex:
        #fed25e
        RGB:
        254, 210, 94
        CMY:
        0, 18, 63
        CMYK:
        0, 17, 63, 0
      HSL:
        44°, 98.7654%, 68.2353%
        HSV (HSB):
        44°, 62.9921%, 99.6078%
        XYZ:
        65.9400, 67.9722, 20.2342
        xyY:
        0.4278, 0.4410, 67.9722
      CIE-Lab:
        85.9925, 3.0064, 61.7177
        CIE-LCH:
        85.9925, 61.7909, 87.2112
        CIE-Luv:
        85.9925, 36.0771, 73.0792
        Hunter-Lab:
        82.4452, -1.5142, 43.1604
      #fed25e color charts
#fed25e RGB chart
      #fed25e CMYK chart
      #fed25e RGB pie chart
      #fed25e color shades, tints & tones
#fed25e color schemes
#fed25e color preview, HTML & CSS examples
           This text has a color of #fed25e        
        
          <p style="color:#fed25e;">Text here</p>
        
        
          .mytext {color:#fed25e;}
        
        Text color #fed25e
      
           This box has a color of #fed25e        
        
          <div style="background-color:#fed25e;">Content here</div>
        
        
          .mybackground {background-color:#fed25e;}
        
        Background color #fed25e
      
           Border around this has a color of #fed25e        
        
          <div style="border:2px solid #fed25e;">Content here</div>
        
        
          .myborder {border:2px solid #fed25e;}
        
        Border color #fed25e