#feed30 color space conversions
Hex:
        #feed30
        RGB:
        254, 237, 48
        CMY:
        0, 7, 81
        CMYK:
        0, 7, 81, 0
      HSL:
        55°, 99.0385%, 59.2157%
        HSV (HSB):
        55°, 81.1024%, 99.6078%
        XYZ:
        71.6907, 81.8526, 14.8169
        xyY:
        0.4258, 0.4862, 81.8526
      CIE-Lab:
        92.5098, -12.5746, 84.2141
        CIE-LCH:
        92.5098, 85.1477, 98.4925
        CIE-Luv:
        92.5098, 18.6846, 95.9842
        Hunter-Lab:
        90.4724, -16.8826, 53.6206
      #feed30 color charts
#feed30 RGB chart
      #feed30 CMYK chart
      #feed30 RGB pie chart
      #feed30 color shades, tints & tones
#feed30 color schemes
#feed30 color preview, HTML & CSS examples
           This text has a color of #feed30        
        
          <p style="color:#feed30;">Text here</p>
        
        
          .mytext {color:#feed30;}
        
        Text color #feed30
      
           This box has a color of #feed30        
        
          <div style="background-color:#feed30;">Content here</div>
        
        
          .mybackground {background-color:#feed30;}
        
        Background color #feed30
      
           Border around this has a color of #feed30        
        
          <div style="border:2px solid #feed30;">Content here</div>
        
        
          .myborder {border:2px solid #feed30;}
        
        Border color #feed30