#fedf1d color space conversions
Hex:
        #fedf1d
        RGB:
        254, 223, 29
        CMY:
        0, 13, 89
        CMYK:
        0, 12, 89, 0
      HSL:
        52°, 99.1189%, 55.4902%
        HSV (HSB):
        52°, 88.5827%, 99.6078%
        XYZ:
        67.4825, 73.9349, 11.8765
        xyY:
        0.4402, 0.4823, 73.9349
      CIE-Lab:
        88.8917, -6.0653, 85.2884
        CIE-LCH:
        88.8917, 85.5038, 94.0677
        CIE-Luv:
        88.8917, 28.7162, 93.1682
        Hunter-Lab:
        85.9854, -10.3853, 52.0005
      #fedf1d color charts
#fedf1d RGB chart
      #fedf1d CMYK chart
      #fedf1d RGB pie chart
      #fedf1d color shades, tints & tones
#fedf1d color schemes
#fedf1d color preview, HTML & CSS examples
           This text has a color of #fedf1d        
        
          <p style="color:#fedf1d;">Text here</p>
        
        
          .mytext {color:#fedf1d;}
        
        Text color #fedf1d
      
           This box has a color of #fedf1d        
        
          <div style="background-color:#fedf1d;">Content here</div>
        
        
          .mybackground {background-color:#fedf1d;}
        
        Background color #fedf1d
      
           Border around this has a color of #fedf1d        
        
          <div style="border:2px solid #fedf1d;">Content here</div>
        
        
          .myborder {border:2px solid #fedf1d;}
        
        Border color #fedf1d