#fdd65a color space conversions
Hex:
        #fdd65a
        RGB:
        253, 214, 90
        CMY:
        1, 16, 65
        CMYK:
        0, 15, 64, 1
      HSL:
        46°, 97.6048%, 67.2549%
        HSV (HSB):
        46°, 64.4269%, 99.2157%
        XYZ:
        66.4000, 69.7140, 19.6293
        xyY:
        0.4263, 0.4476, 69.7140
      CIE-Lab:
        86.8564, 0.3098, 64.3559
        CIE-LCH:
        86.8564, 64.3567, 89.7242
        CIE-Luv:
        86.8564, 32.7172, 76.1805
        Hunter-Lab:
        83.4949, -4.1624, 44.5076
      #fdd65a color charts
#fdd65a RGB chart
      #fdd65a CMYK chart
      #fdd65a RGB pie chart
      #fdd65a color shades, tints & tones
#fdd65a color schemes
#fdd65a color preview, HTML & CSS examples
           This text has a color of #fdd65a        
        
          <p style="color:#fdd65a;">Text here</p>
        
        
          .mytext {color:#fdd65a;}
        
        Text color #fdd65a
      
           This box has a color of #fdd65a        
        
          <div style="background-color:#fdd65a;">Content here</div>
        
        
          .mybackground {background-color:#fdd65a;}
        
        Background color #fdd65a
      
           Border around this has a color of #fdd65a        
        
          <div style="border:2px solid #fdd65a;">Content here</div>
        
        
          .myborder {border:2px solid #fdd65a;}
        
        Border color #fdd65a