Color: #FEA85B
#FEA85B Color Information
#FEA85B is a light color. The closest websafe version is #FEA85B. A complement of this color would be #5DB3FE, perceived brightness is 0.73, and the grayscale version is #ACACAC.
In the HSL color space, this color has a hue angle of 28°,a saturation of 99%, and a lightness of 68%.The HSV representation shows a hue of 28°, a saturation of 64%, and a value of 100%.
In a RGB color space, #FEA85B is composed of 100% red, 66% green and 36% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 34% magenta, 64% yellow and 0% black.
In the Yxy color space, this color is represented as Y: 50.76, x: 0.4853, and y: 0.4120.
Color Code #FEA85B
Shades of Color #FEA85B
Shades are created by darkening the original color #FEA85B 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 #FEA85B
Tints are created by lightening the original color #FEA85B 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 #FEA85B Color Code
In the HSL color space, this color has a hue angle of 28°, a saturation of 99%, and a lightness of 68%. The HSV representation shows a hue of 28°, a saturation of 64%, and a value of 100%.
- HEX: #FEA85B
- RGB: rgb(254, 168, 91)
- HSL: hsl(28, 99%, 68%)
- HSV: hsv(28, 64%, 100%)
- CMYK: 0.00% cyan, 34.00% magenta, 64.00% yellow, 0.00% black
- XYZ: 59.79, 50.76, 12.65
- Yxy: 50.76, 0.4853, 0.4120
- Hunter Lab: 76.53, 27.54, 52.49
- CIE-Lab: 76.53, 27.54, 52.49
In the XYZ color space, this color is represented as X: 59.79, Y: 50.76, Z: 12.65. The Yxy representation further refines this as Y: 50.76, x: 0.4853, and y: 0.4120.
In the Hunter Lab color space, this color is represented as L: 76.53, a: 27.54, and b: 52.49. Similarly, in the CIE-Lab color space, it is represented as L: 76.53, a: 27.54, and b: 52.49.
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 #FEA85B
Triadic colors are three colors evenly spaced around the color wheel, including #FEA85B. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #FEA85B
Split complementary colors are two colors adjacent to the complementary color of #FEA85B. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #FEA85B
Monochromatic colors are variations of #FEA85B, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #FEA85B
The complementary color of #FEA85B 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 #FEA85B
/* Using HEX */ body { background-color: #fea85b; }
/* Using RGB */ body { background-color: rgb(254, 168, 91); }
/* Using RGB with opacity */ body { background-color: rgba(254, 168, 91, 0.5); }
/* Using HSL */ body { background-color: hsl(28, 99%, 68%); }
/* Text color */ p { color: #fea85b; }
/* Box shadow */ div { box-shadow: 4px 4px #fea85b; }
/* Border color */ .box { border: 4px solid #fea85b; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #fea85b; }
/* Background with text */ div { background: #fea85b; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #FEA85B
<!-- Using HEX --> <div style="background-color: #fea85b; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(254, 168, 91); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(254, 168, 91, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(28, 99%, 68%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #fea85b;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #fea85b; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #fea85b; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #fea85b;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #fea85b; color: #fff; padding: 16px; border-radius: 8px;"> #FEA85B </div>
Related Colors of #FEA85B
These colors are similar to #FEA85B, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.