Shades of Corn #FCEC5E
Tints of Corn #FCEC5E
RGB
CMYK
RGB Variations
Color information
#FCEC5E (or 0xFCEC5E) is known color: Corn. HEX triplet: FC, EC and 5E. RGB value is (252,236,94). Sum of RGB (Red+Green+Blue) = 252+236+94=582 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.30% from 582); Green value is 236 (92.58% from 255 or 40.55% from 582); Blue value is 94 (37.11% from 255 or 16.15% from 582); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEC5E is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEC5E is #0313A1. Grayscale: #E1E1E1. Windows color (decimal): -201634 or 6221052. OLE color: 6221052.
HSL color Cylindrical-coordinate representation of color #FCEC5E: hue angle of 53.92º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FCEC5E is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 236 | 94 | - |
| CMYK | 0 | 0.06 | 0.63 | 0.01 |
| HSL | 53.92º | 0.96% | 0.68% | - |
| HSV(B) | 53.92º | 0.63% | 0.99% | - |
| XYZ | 72.16 | 81.49 | 22.52 | - |
| YUV | 224.6 | 54.3 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 236 | 94 | 0 | 0.06 | 0.63 | 0.01 | 53.92 | 0.96 | 0.68 |
| Hex | FC | EC | 5E | 0 | 6 | 3F | 1 | 36 | 60 | 44 |
| Octal | 374 | 354 | 136 | 0 | 6 | 77 | 1 | 66 | 140 | 104 |
| Binary | 11111100 | 11101100 | 1011110 | 0 | 110 | 111111 | 1 | 110110 | 1100000 | 1000100 |
Color Harmonies of #FCEC5E
Complementary color
Monochromatic Colors of #FCEC5E
Black with #FCEC5E
Text Example
Text Example
White with #FCEC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEC5E; }
p { color: rgb(252,236,94); }
H1.HeaderClassName
{
color: #FCEC5E;
}
.AnyTagClassName
{
color: #FCEC5E;
}
</style>
background-color css
<style>
a { background-color: #FCEC5E; }
a { background-color: rgb(252,236,94); }
div.DivClassName
{
background-color: #FCEC5E;
}
.BgClassName
{
background-color: #FCEC5E;
}
</style>
border-color css
<style>
span { border-color: #FCEC5E; }
span { border-color: rgb(252,236,94); }
td.TdClassName
{
border-color: #FCEC5E;
}
.TagClassName
{
border-color: #FCEC5E;
}
</style>