#fdd62a color space conversions
Hex:
        #fdd62a
        RGB:
        253, 214, 42
        CMY:
        1, 16, 84
        CMYK:
        0, 15, 83, 1
      HSL:
        49°, 98.1395%, 57.8431%
        HSV (HSB):
        49°, 83.3992%, 99.2157%
        XYZ:
        64.9725, 69.1429, 12.1120
        xyY:
        0.4443, 0.4728, 69.1429
      CIE-Lab:
        86.5748, -1.6789, 80.6663
        CIE-LCH:
        86.5748, 80.6838, 91.1923
        CIE-Luv:
        86.5748, 34.2636, 88.0918
        Hunter-Lab:
        83.1522, -6.0422, 49.5704
      #fdd62a color charts
#fdd62a RGB chart
      #fdd62a CMYK chart
      #fdd62a RGB pie chart
      #fdd62a color shades, tints & tones
#fdd62a color schemes
#fdd62a color preview, HTML & CSS examples
           This text has a color of #fdd62a        
        
          <p style="color:#fdd62a;">Text here</p>
        
        
          .mytext {color:#fdd62a;}
        
        Text color #fdd62a
      
           This box has a color of #fdd62a        
        
          <div style="background-color:#fdd62a;">Content here</div>
        
        
          .mybackground {background-color:#fdd62a;}
        
        Background color #fdd62a
      
           Border around this has a color of #fdd62a        
        
          <div style="border:2px solid #fdd62a;">Content here</div>
        
        
          .myborder {border:2px solid #fdd62a;}
        
        Border color #fdd62a