#fddd2a color space conversions
Hex:
        #fddd2a
        RGB:
        253, 221, 42
        CMY:
        1, 13, 84
        CMYK:
        0, 13, 83, 1
      HSL:
        51°, 98.1395%, 57.8431%
        HSV (HSB):
        51°, 83.3992%, 99.2157%
        XYZ:
        66.7824, 72.7627, 12.7153
        xyY:
        0.4386, 0.4779, 72.7627
      CIE-Lab:
        88.3344, -5.2111, 82.1290
        CIE-LCH:
        88.3344, 82.2942, 93.6306
        CIE-Luv:
        88.3344, 29.2183, 90.7658
        Hunter-Lab:
        85.3011, -9.5288, 50.8728
      #fddd2a color charts
#fddd2a RGB chart
      #fddd2a CMYK chart
      #fddd2a RGB pie chart
      #fddd2a color shades, tints & tones
#fddd2a color schemes
#fddd2a color preview, HTML & CSS examples
           This text has a color of #fddd2a        
        
          <p style="color:#fddd2a;">Text here</p>
        
        
          .mytext {color:#fddd2a;}
        
        Text color #fddd2a
      
           This box has a color of #fddd2a        
        
          <div style="background-color:#fddd2a;">Content here</div>
        
        
          .mybackground {background-color:#fddd2a;}
        
        Background color #fddd2a
      
           Border around this has a color of #fddd2a        
        
          <div style="border:2px solid #fddd2a;">Content here</div>
        
        
          .myborder {border:2px solid #fddd2a;}
        
        Border color #fddd2a