#fdd70e color space conversions
Hex:
        #fdd70e
        RGB:
        253, 215, 14
        CMY:
        1, 16, 95
        CMYK:
        0, 15, 94, 1
      HSL:
        50°, 98.3539%, 52.3529%
        HSV (HSB):
        50°, 94.4664%, 99.2157%
        XYZ:
        64.8877, 69.5152, 10.4133
        xyY:
        0.4481, 0.4800, 69.5152
      CIE-Lab:
        86.7586, -2.6626, 85.7082
        CIE-LCH:
        86.7586, 85.7495, 91.7794
        CIE-Luv:
        86.7586, 33.9093, 91.3786
        Hunter-Lab:
        83.3758, -6.9889, 50.9580
      #fdd70e color charts
#fdd70e RGB chart
      #fdd70e CMYK chart
      #fdd70e RGB pie chart
      #fdd70e color shades, tints & tones
#fdd70e color schemes
#fdd70e color preview, HTML & CSS examples
           This text has a color of #fdd70e        
        
          <p style="color:#fdd70e;">Text here</p>
        
        
          .mytext {color:#fdd70e;}
        
        Text color #fdd70e
      
           This box has a color of #fdd70e        
        
          <div style="background-color:#fdd70e;">Content here</div>
        
        
          .mybackground {background-color:#fdd70e;}
        
        Background color #fdd70e
      
           Border around this has a color of #fdd70e        
        
          <div style="border:2px solid #fdd70e;">Content here</div>
        
        
          .myborder {border:2px solid #fdd70e;}
        
        Border color #fdd70e