#fdd22f color space conversions
Hex:
        #fdd22f
        RGB:
        253, 210, 47
        CMY:
        1, 18, 82
        CMYK:
        0, 17, 81, 1
      HSL:
        47°, 98.0952%, 58.8235%
        HSV (HSB):
        47°, 81.4229%, 99.2157%
        XYZ:
        64.0677, 67.1811, 12.2798
        xyY:
        0.4464, 0.4681, 67.1811
      CIE-Lab:
        85.5953, 0.4889, 78.5353
        CIE-LCH:
        85.5953, 78.5368, 89.6433
        CIE-Luv:
        85.5953, 37.0781, 85.7382
        Hunter-Lab:
        81.9641, -3.9115, 48.4920
      #fdd22f color charts
#fdd22f RGB chart
      #fdd22f CMYK chart
      #fdd22f RGB pie chart
      #fdd22f color shades, tints & tones
#fdd22f color schemes
#fdd22f color preview, HTML & CSS examples
           This text has a color of #fdd22f        
        
          <p style="color:#fdd22f;">Text here</p>
        
        
          .mytext {color:#fdd22f;}
        
        Text color #fdd22f
      
           This box has a color of #fdd22f        
        
          <div style="background-color:#fdd22f;">Content here</div>
        
        
          .mybackground {background-color:#fdd22f;}
        
        Background color #fdd22f
      
           Border around this has a color of #fdd22f        
        
          <div style="border:2px solid #fdd22f;">Content here</div>
        
        
          .myborder {border:2px solid #fdd22f;}
        
        Border color #fdd22f