Shades of Corn #FCE85E
Tints of Corn #FCE85E
RGB
CMYK
RGB Variations
Color information
#FCE85E (or 0xFCE85E) is known color: Corn. HEX triplet: FC, E8 and 5E. RGB value is (252,232,94). Sum of RGB (Red+Green+Blue) = 252+232+94=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 232 (91.02% from 255 or 40.14% from 578); Blue value is 94 (37.11% from 255 or 16.26% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE85E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCE85E is #0317A1. Grayscale: #DEDEDE. Windows color (decimal): -202658 or 6220028. OLE color: 6220028.
HSL color Cylindrical-coordinate representation of color #FCE85E: hue angle of 52.41º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FCE85E is Cyan = 0, Magento = 0.08, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 232 | 94 | - |
| CMYK | 0 | 0.08 | 0.63 | 0.01 |
| HSL | 52.41º | 0.96% | 0.68% | - |
| HSV(B) | 52.41º | 0.63% | 0.99% | - |
| XYZ | 71.02 | 79.22 | 22.14 | - |
| YUV | 222.25 | 55.63 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 232 | 94 | 0 | 0.08 | 0.63 | 0.01 | 52.41 | 0.96 | 0.68 |
| Hex | FC | E8 | 5E | 0 | 8 | 3F | 1 | 34 | 60 | 44 |
| Octal | 374 | 350 | 136 | 0 | 10 | 77 | 1 | 64 | 140 | 104 |
| Binary | 11111100 | 11101000 | 1011110 | 0 | 1000 | 111111 | 1 | 110100 | 1100000 | 1000100 |
Color Harmonies of #FCE85E
Complementary color
Monochromatic Colors of #FCE85E
Black with #FCE85E
Text Example
Text Example
White with #FCE85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE85E; }
p { color: rgb(252,232,94); }
H1.HeaderClassName
{
color: #FCE85E;
}
.AnyTagClassName
{
color: #FCE85E;
}
</style>
background-color css
<style>
a { background-color: #FCE85E; }
a { background-color: rgb(252,232,94); }
div.DivClassName
{
background-color: #FCE85E;
}
.BgClassName
{
background-color: #FCE85E;
}
</style>
border-color css
<style>
span { border-color: #FCE85E; }
span { border-color: rgb(252,232,94); }
td.TdClassName
{
border-color: #FCE85E;
}
.TagClassName
{
border-color: #FCE85E;
}
</style>