#fcd256 color space conversions
Hex:
        #fcd256
        RGB:
        252, 210, 86
        CMY:
        1, 18, 66
        CMYK:
        0, 17, 66, 1
      HSL:
        45°, 96.5116%, 66.2745%
        HSV (HSB):
        45°, 65.8730%, 98.8235%
        XYZ:
        64.8712, 67.4605, 18.4062
        xyY:
        0.4304, 0.4475, 67.4605
      CIE-Lab:
        85.7360, 1.7077, 64.8214
        CIE-LCH:
        85.7360, 64.8439, 88.4909
        CIE-Luv:
        85.7360, 34.9835, 75.8037
        Hunter-Lab:
        82.1344, -2.7526, 44.2072
      #fcd256 color charts
#fcd256 RGB chart
      #fcd256 CMYK chart
      #fcd256 RGB pie chart
      #fcd256 color shades, tints & tones
#fcd256 color schemes
#fcd256 color preview, HTML & CSS examples
           This text has a color of #fcd256        
        
          <p style="color:#fcd256;">Text here</p>
        
        
          .mytext {color:#fcd256;}
        
        Text color #fcd256
      
           This box has a color of #fcd256        
        
          <div style="background-color:#fcd256;">Content here</div>
        
        
          .mybackground {background-color:#fcd256;}
        
        Background color #fcd256
      
           Border around this has a color of #fcd256        
        
          <div style="border:2px solid #fcd256;">Content here</div>
        
        
          .myborder {border:2px solid #fcd256;}
        
        Border color #fcd256