Shades of Corn #FCE966
Tints of Corn #FCE966
RGB
CMYK
RGB Variations
Color information
#FCE966 (or 0xFCE966) is known color: Corn. HEX triplet: FC, E9 and 66. RGB value is (252,233,102). Sum of RGB (Red+Green+Blue) = 252+233+102=587 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.93% from 587); Green value is 233 (91.41% from 255 or 39.69% from 587); Blue value is 102 (40.23% from 255 or 17.38% from 587); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE966 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCE966 is #031699. Grayscale: #E0E0E0. Windows color (decimal): -202394 or 6744572. OLE color: 6744572.
HSL color Cylindrical-coordinate representation of color #FCE966: hue angle of 52.4º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FCE966 is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 233 | 102 | - |
| CMYK | 0 | 0.08 | 0.60 | 0.01 |
| HSL | 52.4º | 0.96% | 0.69% | - |
| HSV(B) | 52.4º | 0.6% | 0.99% | - |
| XYZ | 71.68 | 79.93 | 24.22 | - |
| YUV | 223.75 | 59.29 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 233 | 102 | 0 | 0.08 | 0.60 | 0.01 | 52.4 | 0.96 | 0.69 |
| Hex | FC | E9 | 66 | 0 | 8 | 3C | 1 | 34 | 60 | 45 |
| Octal | 374 | 351 | 146 | 0 | 10 | 74 | 1 | 64 | 140 | 105 |
| Binary | 11111100 | 11101001 | 1100110 | 0 | 1000 | 111100 | 1 | 110100 | 1100000 | 1000101 |
Color Harmonies of #FCE966
Complementary color
Monochromatic Colors of #FCE966
Black with #FCE966
Text Example
Text Example
White with #FCE966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE966; }
p { color: rgb(252,233,102); }
H1.HeaderClassName
{
color: #FCE966;
}
.AnyTagClassName
{
color: #FCE966;
}
</style>
background-color css
<style>
a { background-color: #FCE966; }
a { background-color: rgb(252,233,102); }
div.DivClassName
{
background-color: #FCE966;
}
.BgClassName
{
background-color: #FCE966;
}
</style>
border-color css
<style>
span { border-color: #FCE966; }
span { border-color: rgb(252,233,102); }
td.TdClassName
{
border-color: #FCE966;
}
.TagClassName
{
border-color: #FCE966;
}
</style>