Shades of Corn #FCEC57
Tints of Corn #FCEC57
RGB
CMYK
RGB Variations
Color information
#FCEC57 (or 0xFCEC57) is known color: Corn. HEX triplet: FC, EC and 57. RGB value is (252,236,87). Sum of RGB (Red+Green+Blue) = 252+236+87=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 236 (92.58% from 255 or 41.04% from 575); Blue value is 87 (34.38% from 255 or 15.13% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEC57 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEC57 is #0313A8. Grayscale: #E0E0E0. Windows color (decimal): -201641 or 5762300. OLE color: 5762300.
HSL color Cylindrical-coordinate representation of color #FCEC57: hue angle of 54.18º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FCEC57 is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 236 | 87 | - |
| CMYK | 0 | 0.06 | 0.65 | 0.01 |
| HSL | 54.18º | 0.96% | 0.66% | - |
| HSV(B) | 54.18º | 0.65% | 0.99% | - |
| XYZ | 71.86 | 81.37 | 20.94 | - |
| YUV | 223.8 | 50.8 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 236 | 87 | 0 | 0.06 | 0.65 | 0.01 | 54.18 | 0.96 | 0.66 |
| Hex | FC | EC | 57 | 0 | 6 | 41 | 1 | 36 | 60 | 42 |
| Octal | 374 | 354 | 127 | 0 | 6 | 101 | 1 | 66 | 140 | 102 |
| Binary | 11111100 | 11101100 | 1010111 | 0 | 110 | 1000001 | 1 | 110110 | 1100000 | 1000010 |
Color Harmonies of #FCEC57
Complementary color
Monochromatic Colors of #FCEC57
Black with #FCEC57
Text Example
Text Example
White with #FCEC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEC57; }
p { color: rgb(252,236,87); }
H1.HeaderClassName
{
color: #FCEC57;
}
.AnyTagClassName
{
color: #FCEC57;
}
</style>
background-color css
<style>
a { background-color: #FCEC57; }
a { background-color: rgb(252,236,87); }
div.DivClassName
{
background-color: #FCEC57;
}
.BgClassName
{
background-color: #FCEC57;
}
</style>
border-color css
<style>
span { border-color: #FCEC57; }
span { border-color: rgb(252,236,87); }
td.TdClassName
{
border-color: #FCEC57;
}
.TagClassName
{
border-color: #FCEC57;
}
</style>