Shades of Corn #FCEC65
Tints of Corn #FCEC65
RGB
CMYK
RGB Variations
Color information
#FCEC65 (or 0xFCEC65) is known color: Corn. HEX triplet: FC, EC and 65. RGB value is (252,236,101). Sum of RGB (Red+Green+Blue) = 252+236+101=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 236 (92.58% from 255 or 40.07% from 589); Blue value is 101 (39.84% from 255 or 17.15% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEC65 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEC65 is #03139A. Grayscale: #E1E1E1. Windows color (decimal): -201627 or 6679804. OLE color: 6679804.
HSL color Cylindrical-coordinate representation of color #FCEC65: hue angle of 53.64º 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 #FCEC65 is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 236 | 101 | - |
| CMYK | 0 | 0.06 | 0.60 | 0.01 |
| HSL | 53.64º | 0.96% | 0.69% | - |
| HSV(B) | 53.64º | 0.6% | 0.99% | - |
| XYZ | 72.49 | 81.63 | 24.25 | - |
| YUV | 225.39 | 57.8 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 236 | 101 | 0 | 0.06 | 0.60 | 0.01 | 53.64 | 0.96 | 0.69 |
| Hex | FC | EC | 65 | 0 | 6 | 3C | 1 | 36 | 60 | 45 |
| Octal | 374 | 354 | 145 | 0 | 6 | 74 | 1 | 66 | 140 | 105 |
| Binary | 11111100 | 11101100 | 1100101 | 0 | 110 | 111100 | 1 | 110110 | 1100000 | 1000101 |
Color Harmonies of #FCEC65
Complementary color
Monochromatic Colors of #FCEC65
Black with #FCEC65
Text Example
Text Example
White with #FCEC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEC65; }
p { color: rgb(252,236,101); }
H1.HeaderClassName
{
color: #FCEC65;
}
.AnyTagClassName
{
color: #FCEC65;
}
</style>
background-color css
<style>
a { background-color: #FCEC65; }
a { background-color: rgb(252,236,101); }
div.DivClassName
{
background-color: #FCEC65;
}
.BgClassName
{
background-color: #FCEC65;
}
</style>
border-color css
<style>
span { border-color: #FCEC65; }
span { border-color: rgb(252,236,101); }
td.TdClassName
{
border-color: #FCEC65;
}
.TagClassName
{
border-color: #FCEC65;
}
</style>