#feed40 color space conversions
Hex:
        #feed40
        RGB:
        254, 237, 64
        CMY:
        0, 7, 75
        CMYK:
        0, 7, 75, 0
      HSL:
        55°, 98.9583%, 62.3529%
        HSV (HSB):
        55°, 74.8031%, 99.6078%
        XYZ:
        72.0827, 82.0094, 16.8807
        xyY:
        0.4216, 0.4797, 82.0094
      CIE-Lab:
        92.5790, -12.0452, 79.7633
        CIE-LCH:
        92.5790, 80.6676, 98.5874
        CIE-Luv:
        92.5790, 18.3972, 92.9542
        Hunter-Lab:
        90.5590, -16.3969, 52.3393
      #feed40 color charts
#feed40 RGB chart
      #feed40 CMYK chart
      #feed40 RGB pie chart
      #feed40 color shades, tints & tones
#feed40 color schemes
#feed40 color preview, HTML & CSS examples
           This text has a color of #feed40        
        
          <p style="color:#feed40;">Text here</p>
        
        
          .mytext {color:#feed40;}
        
        Text color #feed40
      
           This box has a color of #feed40        
        
          <div style="background-color:#feed40;">Content here</div>
        
        
          .mybackground {background-color:#feed40;}
        
        Background color #feed40
      
           Border around this has a color of #feed40        
        
          <div style="border:2px solid #feed40;">Content here</div>
        
        
          .myborder {border:2px solid #feed40;}
        
        Border color #feed40