#fdd12b color space conversions
Hex:
        #fdd12b
        RGB:
        253, 209, 43
        CMY:
        1, 18, 83
        CMYK:
        0, 17, 83, 1
      HSL:
        47°, 98.1308%, 58.0392%
        HSV (HSB):
        47°, 83.0040%, 99.2157%
        XYZ:
        63.7445, 66.6580, 11.7921
        xyY:
        0.4483, 0.4688, 66.6580
      CIE-Lab:
        85.3309, 0.8900, 79.3762
        CIE-LCH:
        85.3309, 79.3812, 89.3576
        CIE-Luv:
        85.3309, 37.9064, 86.0244
        Hunter-Lab:
        81.6443, -3.5122, 48.5877
      #fdd12b color charts
#fdd12b RGB chart
      #fdd12b CMYK chart
      #fdd12b RGB pie chart
      #fdd12b color shades, tints & tones
#fdd12b color schemes
#fdd12b color preview, HTML & CSS examples
           This text has a color of #fdd12b        
        
          <p style="color:#fdd12b;">Text here</p>
        
        
          .mytext {color:#fdd12b;}
        
        Text color #fdd12b
      
           This box has a color of #fdd12b        
        
          <div style="background-color:#fdd12b;">Content here</div>
        
        
          .mybackground {background-color:#fdd12b;}
        
        Background color #fdd12b
      
           Border around this has a color of #fdd12b        
        
          <div style="border:2px solid #fdd12b;">Content here</div>
        
        
          .myborder {border:2px solid #fdd12b;}
        
        Border color #fdd12b