#fed072 color space conversions
Hex:
        #fed072
        RGB:
        254, 208, 114
        CMY:
        0, 18, 55
        CMYK:
        0, 18, 55, 0
      HSL:
        40°, 98.5915%, 72.1569%
        HSV (HSB):
        40°, 55.1181%, 99.6078%
        XYZ:
        66.4662, 67.3975, 25.4255
        xyY:
        0.4173, 0.4231, 67.3975
      CIE-Lab:
        85.7043, 5.4231, 52.1932
        CIE-LCH:
        85.7043, 52.4742, 84.0680
        CIE-Luv:
        85.7043, 36.3265, 63.9843
        Hunter-Lab:
        82.0960, 0.8485, 39.1048
      #fed072 color charts
#fed072 RGB chart
      #fed072 CMYK chart
      #fed072 RGB pie chart
      #fed072 color shades, tints & tones
#fed072 color schemes
#fed072 color preview, HTML & CSS examples
           This text has a color of #fed072        
        
          <p style="color:#fed072;">Text here</p>
        
        
          .mytext {color:#fed072;}
        
        Text color #fed072
      
           This box has a color of #fed072        
        
          <div style="background-color:#fed072;">Content here</div>
        
        
          .mybackground {background-color:#fed072;}
        
        Background color #fed072
      
           Border around this has a color of #fed072        
        
          <div style="border:2px solid #fed072;">Content here</div>
        
        
          .myborder {border:2px solid #fed072;}
        
        Border color #fed072