Shades of Corn #FCE55E
Tints of Corn #FCE55E
RGB
CMYK
RGB Variations
Color information
#FCE55E (or 0xFCE55E) is known color: Corn. HEX triplet: FC, E5 and 5E. RGB value is (252,229,94). Sum of RGB (Red+Green+Blue) = 252+229+94=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 229 (89.84% from 255 or 39.83% from 575); Blue value is 94 (37.11% from 255 or 16.35% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE55E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE55E is #031AA1. Grayscale: #DDDDDD. Windows color (decimal): -203426 or 6219260. OLE color: 6219260.
HSL color Cylindrical-coordinate representation of color #FCE55E: hue angle of 51.27º 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 #FCE55E is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 94 | - |
| CMYK | 0 | 0.09 | 0.63 | 0.01 |
| HSL | 51.27º | 0.96% | 0.68% | - |
| HSV(B) | 51.27º | 0.63% | 0.99% | - |
| XYZ | 70.18 | 77.54 | 21.86 | - |
| YUV | 220.49 | 56.62 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 94 | 0 | 0.09 | 0.63 | 0.01 | 51.27 | 0.96 | 0.68 |
| Hex | FC | E5 | 5E | 0 | 9 | 3F | 1 | 33 | 60 | 44 |
| Octal | 374 | 345 | 136 | 0 | 11 | 77 | 1 | 63 | 140 | 104 |
| Binary | 11111100 | 11100101 | 1011110 | 0 | 1001 | 111111 | 1 | 110011 | 1100000 | 1000100 |
Color Harmonies of #FCE55E
Complementary color
Monochromatic Colors of #FCE55E
Black with #FCE55E
Text Example
Text Example
White with #FCE55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE55E; }
p { color: rgb(252,229,94); }
H1.HeaderClassName
{
color: #FCE55E;
}
.AnyTagClassName
{
color: #FCE55E;
}
</style>
background-color css
<style>
a { background-color: #FCE55E; }
a { background-color: rgb(252,229,94); }
div.DivClassName
{
background-color: #FCE55E;
}
.BgClassName
{
background-color: #FCE55E;
}
</style>
border-color css
<style>
span { border-color: #FCE55E; }
span { border-color: rgb(252,229,94); }
td.TdClassName
{
border-color: #FCE55E;
}
.TagClassName
{
border-color: #FCE55E;
}
</style>