Shades of Corn #FCEC5D
Tints of Corn #FCEC5D
RGB
CMYK
RGB Variations
Color information
#FCEC5D (or 0xFCEC5D) is known color: Corn. HEX triplet: FC, EC and 5D. RGB value is (252,236,93). Sum of RGB (Red+Green+Blue) = 252+236+93=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 236 (92.58% from 255 or 40.62% from 581); Blue value is 93 (36.72% from 255 or 16.01% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEC5D is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEC5D is #0313A2. Grayscale: #E1E1E1. Windows color (decimal): -201635 or 6155516. OLE color: 6155516.
HSL color Cylindrical-coordinate representation of color #FCEC5D: hue angle of 53.96º 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 #FCEC5D is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 236 | 93 | - |
| CMYK | 0 | 0.06 | 0.63 | 0.01 |
| HSL | 53.96º | 0.96% | 0.68% | - |
| HSV(B) | 53.96º | 0.63% | 0.99% | - |
| XYZ | 72.12 | 81.48 | 22.28 | - |
| YUV | 224.48 | 53.8 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 236 | 93 | 0 | 0.06 | 0.63 | 0.01 | 53.96 | 0.96 | 0.68 |
| Hex | FC | EC | 5D | 0 | 6 | 3F | 1 | 36 | 60 | 44 |
| Octal | 374 | 354 | 135 | 0 | 6 | 77 | 1 | 66 | 140 | 104 |
| Binary | 11111100 | 11101100 | 1011101 | 0 | 110 | 111111 | 1 | 110110 | 1100000 | 1000100 |
Color Harmonies of #FCEC5D
Complementary color
Monochromatic Colors of #FCEC5D
Black with #FCEC5D
Text Example
Text Example
White with #FCEC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEC5D; }
p { color: rgb(252,236,93); }
H1.HeaderClassName
{
color: #FCEC5D;
}
.AnyTagClassName
{
color: #FCEC5D;
}
</style>
background-color css
<style>
a { background-color: #FCEC5D; }
a { background-color: rgb(252,236,93); }
div.DivClassName
{
background-color: #FCEC5D;
}
.BgClassName
{
background-color: #FCEC5D;
}
</style>
border-color css
<style>
span { border-color: #FCEC5D; }
span { border-color: rgb(252,236,93); }
td.TdClassName
{
border-color: #FCEC5D;
}
.TagClassName
{
border-color: #FCEC5D;
}
</style>