#fdac3d color space conversions
Hex:
        #fdac3d
        RGB:
        253, 172, 61
        CMY:
        1, 33, 76
        CMYK:
        0, 32, 76, 1
      HSL:
        35°, 97.9592%, 61.5686%
        HSV (HSB):
        35°, 75.8893%, 99.2157%
        XYZ:
        56.1028, 50.7246, 11.2488
        xyY:
        0.4751, 0.4296, 50.7246
      CIE-Lab:
        76.5119, 20.6647, 65.6582
        CIE-LCH:
        76.5119, 68.8333, 72.5295
        CIE-Luv:
        76.5119, 65.5981, 67.9293
        Hunter-Lab:
        71.2212, 15.9721, 40.4905
      #fdac3d color charts
#fdac3d RGB chart
      #fdac3d CMYK chart
      #fdac3d RGB pie chart
      #fdac3d color shades, tints & tones
#fdac3d color schemes
#fdac3d color preview, HTML & CSS examples
           This text has a color of #fdac3d        
        
          <p style="color:#fdac3d;">Text here</p>
        
        
          .mytext {color:#fdac3d;}
        
        Text color #fdac3d
      
           This box has a color of #fdac3d        
        
          <div style="background-color:#fdac3d;">Content here</div>
        
        
          .mybackground {background-color:#fdac3d;}
        
        Background color #fdac3d
      
           Border around this has a color of #fdac3d        
        
          <div style="border:2px solid #fdac3d;">Content here</div>
        
        
          .myborder {border:2px solid #fdac3d;}
        
        Border color #fdac3d