Shades of Corn #FCEC64
Tints of Corn #FCEC64
RGB
CMYK
RGB Variations
Color information
#FCEC64 (or 0xFCEC64) is known color: Corn. HEX triplet: FC, EC and 64. RGB value is (252,236,100). Sum of RGB (Red+Green+Blue) = 252+236+100=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 236 (92.58% from 255 or 40.14% from 588); Blue value is 100 (39.45% from 255 or 17.01% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEC64 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEC64 is #03139B. Grayscale: #E1E1E1. Windows color (decimal): -201628 or 6614268. OLE color: 6614268.
HSL color Cylindrical-coordinate representation of color #FCEC64: hue angle of 53.68º 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 #FCEC64 is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 236 | 100 | - |
| CMYK | 0 | 0.06 | 0.60 | 0.01 |
| HSL | 53.68º | 0.96% | 0.69% | - |
| HSV(B) | 53.68º | 0.6% | 0.99% | - |
| XYZ | 72.44 | 81.61 | 23.99 | - |
| YUV | 225.28 | 57.3 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 236 | 100 | 0 | 0.06 | 0.60 | 0.01 | 53.68 | 0.96 | 0.69 |
| Hex | FC | EC | 64 | 0 | 6 | 3C | 1 | 36 | 60 | 45 |
| Octal | 374 | 354 | 144 | 0 | 6 | 74 | 1 | 66 | 140 | 105 |
| Binary | 11111100 | 11101100 | 1100100 | 0 | 110 | 111100 | 1 | 110110 | 1100000 | 1000101 |
Color Harmonies of #FCEC64
Complementary color
Monochromatic Colors of #FCEC64
Black with #FCEC64
Text Example
Text Example
White with #FCEC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEC64; }
p { color: rgb(252,236,100); }
H1.HeaderClassName
{
color: #FCEC64;
}
.AnyTagClassName
{
color: #FCEC64;
}
</style>
background-color css
<style>
a { background-color: #FCEC64; }
a { background-color: rgb(252,236,100); }
div.DivClassName
{
background-color: #FCEC64;
}
.BgClassName
{
background-color: #FCEC64;
}
</style>
border-color css
<style>
span { border-color: #FCEC64; }
span { border-color: rgb(252,236,100); }
td.TdClassName
{
border-color: #FCEC64;
}
.TagClassName
{
border-color: #FCEC64;
}
</style>