Shades of Corn #FCEC60
Tints of Corn #FCEC60
RGB
CMYK
RGB Variations
Color information
#FCEC60 (or 0xFCEC60) is known color: Corn. HEX triplet: FC, EC and 60. RGB value is (252,236,96). Sum of RGB (Red+Green+Blue) = 252+236+96=584 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.15% from 584); Green value is 236 (92.58% from 255 or 40.41% from 584); Blue value is 96 (37.89% from 255 or 16.44% from 584); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEC60 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEC60 is #03139F. Grayscale: #E1E1E1. Windows color (decimal): -201632 or 6352124. OLE color: 6352124.
HSL color Cylindrical-coordinate representation of color #FCEC60: hue angle of 53.85º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FCEC60 is Cyan = 0, Magento = 0.06, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 236 | 96 | - |
| CMYK | 0 | 0.06 | 0.62 | 0.01 |
| HSL | 53.85º | 0.96% | 0.68% | - |
| HSV(B) | 53.85º | 0.62% | 0.99% | - |
| XYZ | 72.25 | 81.53 | 23 | - |
| YUV | 224.82 | 55.3 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 236 | 96 | 0 | 0.06 | 0.62 | 0.01 | 53.85 | 0.96 | 0.68 |
| Hex | FC | EC | 60 | 0 | 6 | 3E | 1 | 36 | 60 | 44 |
| Octal | 374 | 354 | 140 | 0 | 6 | 76 | 1 | 66 | 140 | 104 |
| Binary | 11111100 | 11101100 | 1100000 | 0 | 110 | 111110 | 1 | 110110 | 1100000 | 1000100 |
Color Harmonies of #FCEC60
Complementary color
Monochromatic Colors of #FCEC60
Black with #FCEC60
Text Example
Text Example
White with #FCEC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEC60; }
p { color: rgb(252,236,96); }
H1.HeaderClassName
{
color: #FCEC60;
}
.AnyTagClassName
{
color: #FCEC60;
}
</style>
background-color css
<style>
a { background-color: #FCEC60; }
a { background-color: rgb(252,236,96); }
div.DivClassName
{
background-color: #FCEC60;
}
.BgClassName
{
background-color: #FCEC60;
}
</style>
border-color css
<style>
span { border-color: #FCEC60; }
span { border-color: rgb(252,236,96); }
td.TdClassName
{
border-color: #FCEC60;
}
.TagClassName
{
border-color: #FCEC60;
}
</style>