Color: #FCD680
#FCD680 Color Information
#FCD680 is a light color. The closest websafe version is #FCD680. A complement of this color would be #83A7FC, perceived brightness is 0.85, and the grayscale version is #BEBEBE.
In the HSL color space, this color has a hue angle of 42°,a saturation of 95%, and a lightness of 75%.The HSV representation shows a hue of 42°, a saturation of 49%, and a value of 99%.
In a RGB color space, #FCD680 is composed of 99% red, 84% green and 50% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 15% magenta, 49% yellow and 1% black.
In the Yxy color space, this color is represented as Y: 71.17, x: 0.4306, and y: 0.4290.
Color Code #FCD680
Shades of Color #FCD680
Shades are created by darkening the original color #FCD680 in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.
Tints of Color #FCD680
Tints are created by lightening the original color #FCD680 in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.
About #FCD680 Color Code
In the HSL color space, this color has a hue angle of 42°, a saturation of 95%, and a lightness of 75%. The HSV representation shows a hue of 42°, a saturation of 49%, and a value of 99%.
- HEX: #FCD680
- RGB: rgb(252, 214, 128)
- HSL: hsl(42, 95%, 75%)
- HSV: hsv(42, 49%, 99%)
- CMYK: 0.00% cyan, 15.00% magenta, 49.00% yellow, 100.00% black
- XYZ: 71.43, 71.17, 23.30
- Yxy: 71.17, 0.4306, 0.4290
- Hunter Lab: 87.57, 6.00, 47.36
- CIE-Lab: 87.57, 6.00, 47.36
In the XYZ color space, this color is represented as X: 71.43, Y: 71.17, Z: 23.30. The Yxy representation further refines this as Y: 71.17, x: 0.4306, and y: 0.4290.
In the Hunter Lab color space, this color is represented as L: 87.57, a: 6.00, and b: 47.36. Similarly, in the CIE-Lab color space, it is represented as L: 87.57, a: 6.00, and b: 47.36.
Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.
Triadic Colors of #FCD680
Triadic colors are three colors evenly spaced around the color wheel, including #FCD680. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #FCD680
Split complementary colors are two colors adjacent to the complementary color of #FCD680. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #FCD680
Monochromatic colors are variations of #FCD680, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #FCD680
The complementary color of #FCD680 is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.
CSS Examples of #FCD680
/* Using HEX */ body { background-color: #fcd680; }
/* Using RGB */ body { background-color: rgb(252, 214, 128); }
/* Using RGB with opacity */ body { background-color: rgba(252, 214, 128, 0.5); }
/* Using HSL */ body { background-color: hsl(42, 95%, 75%); }
/* Text color */ p { color: #fcd680; }
/* Box shadow */ div { box-shadow: 4px 4px #fcd680; }
/* Border color */ .box { border: 4px solid #fcd680; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #fcd680; }
/* Background with text */ div { background: #fcd680; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #FCD680
<!-- Using HEX --> <div style="background-color: #fcd680; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(252, 214, 128); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(252, 214, 128, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(42, 95%, 75%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #fcd680;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #fcd680; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #fcd680; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #fcd680;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #fcd680; color: #fff; padding: 16px; border-radius: 8px;"> #FCD680 </div>
Related Colors of #FCD680
These colors are similar to #FCD680, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.