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