#fdd50f color space conversions
Hex:
        #fdd50f
        RGB:
        253, 213, 15
        CMY:
        1, 16, 94
        CMYK:
        0, 16, 94, 1
      HSL:
        50°, 98.3471%, 52.5490%
        HSV (HSB):
        50°, 94.0711%, 99.2157%
        XYZ:
        64.3885, 68.5056, 10.2812
        xyY:
        0.4497, 0.4785, 68.5056
      CIE-Lab:
        86.2587, -1.6399, 85.2347
        CIE-LCH:
        86.2587, 85.2504, 91.1022
        CIE-Luv:
        86.2587, 35.3703, 90.5775
        Hunter-Lab:
        82.7681, -5.9823, 50.5729
      #fdd50f color charts
#fdd50f RGB chart
      #fdd50f CMYK chart
      #fdd50f RGB pie chart
      #fdd50f color shades, tints & tones
#fdd50f color schemes
#fdd50f color preview, HTML & CSS examples
           This text has a color of #fdd50f        
        
          <p style="color:#fdd50f;">Text here</p>
        
        
          .mytext {color:#fdd50f;}
        
        Text color #fdd50f
      
           This box has a color of #fdd50f        
        
          <div style="background-color:#fdd50f;">Content here</div>
        
        
          .mybackground {background-color:#fdd50f;}
        
        Background color #fdd50f
      
           Border around this has a color of #fdd50f        
        
          <div style="border:2px solid #fdd50f;">Content here</div>
        
        
          .myborder {border:2px solid #fdd50f;}
        
        Border color #fdd50f