#feda2e color space conversions
Hex:
        #feda2e
        RGB:
        254, 218, 46
        CMY:
        0, 15, 82
        CMYK:
        0, 14, 82, 0
      HSL:
        50°, 99.0476%, 58.8235%
        HSV (HSB):
        50°, 81.8898%, 99.6078%
        XYZ:
        66.4376, 71.4109, 12.8668
        xyY:
        0.4408, 0.4738, 71.4109
      CIE-Lab:
        87.6843, -3.1750, 80.6212
        CIE-LCH:
        87.6843, 80.6837, 92.2552
        CIE-Luv:
        87.6843, 32.0307, 89.0054
        Hunter-Lab:
        84.5050, -7.5474, 50.1259
      #feda2e color charts
#feda2e RGB chart
      #feda2e CMYK chart
      #feda2e RGB pie chart
      #feda2e color shades, tints & tones
#feda2e color schemes
#feda2e color preview, HTML & CSS examples
           This text has a color of #feda2e        
        
          <p style="color:#feda2e;">Text here</p>
        
        
          .mytext {color:#feda2e;}
        
        Text color #feda2e
      
           This box has a color of #feda2e        
        
          <div style="background-color:#feda2e;">Content here</div>
        
        
          .mybackground {background-color:#feda2e;}
        
        Background color #feda2e
      
           Border around this has a color of #feda2e        
        
          <div style="border:2px solid #feda2e;">Content here</div>
        
        
          .myborder {border:2px solid #feda2e;}
        
        Border color #feda2e