#fef00e color space conversions
Hex:
        #fef00e
        RGB:
        254, 240, 14
        CMY:
        0, 6, 95
        CMYK:
        0, 6, 94, 0
      HSL:
        57°, 99.1736%, 52.5490%
        HSV (HSB):
        57°, 94.4882%, 99.6078%
        XYZ:
        72.1124, 83.4227, 12.7169
        xyY:
        0.4286, 0.4958, 83.4227
      CIE-Lab:
        93.1992, -14.6557, 90.5123
        CIE-LCH:
        93.1992, 91.6912, 99.1975
        CIE-Luv:
        93.1992, 16.9691, 100.6534
        Hunter-Lab:
        91.3360, -18.9072, 55.6801
      #fef00e color charts
#fef00e RGB chart
      #fef00e CMYK chart
      #fef00e RGB pie chart
      #fef00e color shades, tints & tones
#fef00e color schemes
#fef00e color preview, HTML & CSS examples
           This text has a color of #fef00e        
        
          <p style="color:#fef00e;">Text here</p>
        
        
          .mytext {color:#fef00e;}
        
        Text color #fef00e
      
           This box has a color of #fef00e        
        
          <div style="background-color:#fef00e;">Content here</div>
        
        
          .mybackground {background-color:#fef00e;}
        
        Background color #fef00e
      
           Border around this has a color of #fef00e        
        
          <div style="border:2px solid #fef00e;">Content here</div>
        
        
          .myborder {border:2px solid #fef00e;}
        
        Border color #fef00e