#feed31 color space conversions
Hex:
        #feed31
        RGB:
        254, 237, 49
        CMY:
        0, 7, 81
        CMYK:
        0, 7, 81, 0
      HSL:
        55°, 99.0338%, 59.4118%
        HSV (HSB):
        55°, 80.7087%, 99.6078%
        XYZ:
        71.7116, 81.8610, 14.9269
        xyY:
        0.4256, 0.4858, 81.8610
      CIE-Lab:
        92.5135, -12.5464, 83.9666
        CIE-LCH:
        92.5135, 84.8988, 98.4983
        CIE-Luv:
        92.5135, 18.6692, 95.8219
        Hunter-Lab:
        90.4770, -16.8567, 53.5523
      #feed31 color charts
#feed31 RGB chart
      #feed31 CMYK chart
      #feed31 RGB pie chart
      #feed31 color shades, tints & tones
#feed31 color schemes
#feed31 color preview, HTML & CSS examples
           This text has a color of #feed31        
        
          <p style="color:#feed31;">Text here</p>
        
        
          .mytext {color:#feed31;}
        
        Text color #feed31
      
           This box has a color of #feed31        
        
          <div style="background-color:#feed31;">Content here</div>
        
        
          .mybackground {background-color:#feed31;}
        
        Background color #feed31
      
           Border around this has a color of #feed31        
        
          <div style="border:2px solid #feed31;">Content here</div>
        
        
          .myborder {border:2px solid #feed31;}
        
        Border color #feed31