Shades of Sweet Corn #FCE87C
Tints of Sweet Corn #FCE87C
RGB
CMYK
RGB Variations
Color information
#FCE87C (or 0xFCE87C) is known color: Sweet Corn. HEX triplet: FC, E8 and 7C. RGB value is (252,232,124). Sum of RGB (Red+Green+Blue) = 252+232+124=608 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.45% from 608); Green value is 232 (91.02% from 255 or 38.16% from 608); Blue value is 124 (48.83% from 255 or 20.39% from 608); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE87C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCE87C is #031783. Grayscale: #E2E2E2. Windows color (decimal): -202628 or 8186108. OLE color: 8186108.
HSL color Cylindrical-coordinate representation of color #FCE87C: hue angle of 50.62º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FCE87C is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 232 | 124 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.01 |
| HSL | 50.63º | 0.96% | 0.74% | - |
| HSV(B) | 50.63º | 0.51% | 0.99% | - |
| XYZ | 72.64 | 79.86 | 30.66 | - |
| YUV | 225.67 | 70.63 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 232 | 124 | 0 | 0.08 | 0.51 | 0.01 | 50.63 | 0.96 | 0.74 |
| Hex | FC | E8 | 7C | 0 | 8 | 33 | 1 | 33 | 60 | 4A |
| Octal | 374 | 350 | 174 | 0 | 10 | 63 | 1 | 63 | 140 | 112 |
| Binary | 11111100 | 11101000 | 1111100 | 0 | 1000 | 110011 | 1 | 110011 | 1100000 | 1001010 |
Color Harmonies of #FCE87C
Complementary color
Monochromatic Colors of #FCE87C
Black with #FCE87C
Text Example
Text Example
White with #FCE87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE87C; }
p { color: rgb(252,232,124); }
H1.HeaderClassName
{
color: #FCE87C;
}
.AnyTagClassName
{
color: #FCE87C;
}
</style>
background-color css
<style>
a { background-color: #FCE87C; }
a { background-color: rgb(252,232,124); }
div.DivClassName
{
background-color: #FCE87C;
}
.BgClassName
{
background-color: #FCE87C;
}
</style>
border-color css
<style>
span { border-color: #FCE87C; }
span { border-color: rgb(252,232,124); }
td.TdClassName
{
border-color: #FCE87C;
}
.TagClassName
{
border-color: #FCE87C;
}
</style>