Shades of Sweet Corn #FCE87F
Tints of Sweet Corn #FCE87F
RGB
CMYK
RGB Variations
Color information
#FCE87F (or 0xFCE87F) is known color: Sweet Corn. HEX triplet: FC, E8 and 7F. RGB value is (252,232,127). Sum of RGB (Red+Green+Blue) = 252+232+127=611 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.24% from 611); Green value is 232 (91.02% from 255 or 37.97% from 611); Blue value is 127 (50% from 255 or 20.79% from 611); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE87F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCE87F is #031780. Grayscale: #E2E2E2. Windows color (decimal): -202625 or 8382716. OLE color: 8382716.
HSL color Cylindrical-coordinate representation of color #FCE87F: hue angle of 50.4º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FCE87F is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 232 | 127 | - |
| CMYK | 0 | 0.08 | 0.50 | 0.01 |
| HSL | 50.4º | 0.95% | 0.74% | - |
| HSV(B) | 50.4º | 0.5% | 0.99% | - |
| XYZ | 72.83 | 79.94 | 31.67 | - |
| YUV | 226.01 | 72.13 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 232 | 127 | 0 | 0.08 | 0.50 | 0.01 | 50.4 | 0.95 | 0.74 |
| Hex | FC | E8 | 7F | 0 | 8 | 32 | 1 | 32 | 5F | 4A |
| Octal | 374 | 350 | 177 | 0 | 10 | 62 | 1 | 62 | 137 | 112 |
| Binary | 11111100 | 11101000 | 1111111 | 0 | 1000 | 110010 | 1 | 110010 | 1011111 | 1001010 |
Color Harmonies of #FCE87F
Complementary color
Monochromatic Colors of #FCE87F
Black with #FCE87F
Text Example
Text Example
White with #FCE87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE87F; }
p { color: rgb(252,232,127); }
H1.HeaderClassName
{
color: #FCE87F;
}
.AnyTagClassName
{
color: #FCE87F;
}
</style>
background-color css
<style>
a { background-color: #FCE87F; }
a { background-color: rgb(252,232,127); }
div.DivClassName
{
background-color: #FCE87F;
}
.BgClassName
{
background-color: #FCE87F;
}
</style>
border-color css
<style>
span { border-color: #FCE87F; }
span { border-color: rgb(252,232,127); }
td.TdClassName
{
border-color: #FCE87F;
}
.TagClassName
{
border-color: #FCE87F;
}
</style>