Color: #FAED1C
#FAED1C Color Information
#FAED1C is a light color. The closest websafe version is #FAED1C. A complement of this color would be #1E2DFA, perceived brightness is 0.85, and the grayscale version is #8B8B8B.
In the HSL color space, this color has a hue angle of 56°,a saturation of 96%, and a lightness of 55%.The HSV representation shows a hue of 56°, a saturation of 89%, and a value of 98%.
In a RGB color space, #FAED1C is composed of 98% red, 93% green and 11% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 5% magenta, 89% yellow and 2% black.
In the Yxy color space, this color is represented as Y: 82.05, x: 0.4462, and y: 0.4916.
Color Code #FAED1C
Shades of Color #FAED1C
Shades are created by darkening the original color #FAED1C 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 #FAED1C
Tints are created by lightening the original color #FAED1C 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 #FAED1C Color Code
In the HSL color space, this color has a hue angle of 56°, a saturation of 96%, and a lightness of 55%. The HSV representation shows a hue of 56°, a saturation of 89%, and a value of 98%.
- HEX: #FAED1C
- RGB: rgb(250, 237, 28)
- HSL: hsl(56, 96%, 55%)
- HSV: hsv(56, 89%, 98%)
- CMYK: 0.00% cyan, 5.00% magenta, 89.00% yellow, 2.00% black
- XYZ: 74.46, 82.05, 10.38
- Yxy: 82.05, 0.4462, 0.4916
- Hunter Lab: 92.60, -9.36, 87.01
- CIE-Lab: 92.60, -9.36, 87.01
In the XYZ color space, this color is represented as X: 74.46, Y: 82.05, Z: 10.38. The Yxy representation further refines this as Y: 82.05, x: 0.4462, and y: 0.4916.
In the Hunter Lab color space, this color is represented as L: 92.60, a: -9.36, and b: 87.01. Similarly, in the CIE-Lab color space, it is represented as L: 92.60, a: -9.36, and b: 87.01.
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 #FAED1C
Triadic colors are three colors evenly spaced around the color wheel, including #FAED1C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #FAED1C
Split complementary colors are two colors adjacent to the complementary color of #FAED1C. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #FAED1C
Monochromatic colors are variations of #FAED1C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #FAED1C
The complementary color of #FAED1C 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 #FAED1C
/* Using HEX */ body { background-color: #faed1c; }
/* Using RGB */ body { background-color: rgb(250, 237, 28); }
/* Using RGB with opacity */ body { background-color: rgba(250, 237, 28, 0.5); }
/* Using HSL */ body { background-color: hsl(56, 96%, 55%); }
/* Text color */ p { color: #faed1c; }
/* Box shadow */ div { box-shadow: 4px 4px #faed1c; }
/* Border color */ .box { border: 4px solid #faed1c; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #faed1c; }
/* Background with text */ div { background: #faed1c; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #FAED1C
<!-- Using HEX --> <div style="background-color: #faed1c; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(250, 237, 28); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(250, 237, 28, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(56, 96%, 55%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #faed1c;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #faed1c; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #faed1c; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #faed1c;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #faed1c; color: #fff; padding: 16px; border-radius: 8px;"> #FAED1C </div>
Related Colors of #FAED1C
These colors are similar to #FAED1C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.