Shades of Sweet Corn #FCE878
Tints of Sweet Corn #FCE878
RGB
CMYK
RGB Variations
Color information
#FCE878 (or 0xFCE878) is known color: Sweet Corn. HEX triplet: FC, E8 and 78. RGB value is (252,232,120). Sum of RGB (Red+Green+Blue) = 252+232+120=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 232 (91.02% from 255 or 38.41% from 604); Blue value is 120 (47.27% from 255 or 19.87% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE878 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCE878 is #031787. Grayscale: #E1E1E1. Windows color (decimal): -202632 or 7923964. OLE color: 7923964.
HSL color Cylindrical-coordinate representation of color #FCE878: hue angle of 50.91º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FCE878 is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 232 | 120 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.01 |
| HSL | 50.91º | 0.96% | 0.73% | - |
| HSV(B) | 50.91º | 0.52% | 0.99% | - |
| XYZ | 72.39 | 79.76 | 29.35 | - |
| YUV | 225.21 | 68.63 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 232 | 120 | 0 | 0.08 | 0.52 | 0.01 | 50.91 | 0.96 | 0.73 |
| Hex | FC | E8 | 78 | 0 | 8 | 34 | 1 | 33 | 60 | 49 |
| Octal | 374 | 350 | 170 | 0 | 10 | 64 | 1 | 63 | 140 | 111 |
| Binary | 11111100 | 11101000 | 1111000 | 0 | 1000 | 110100 | 1 | 110011 | 1100000 | 1001001 |
Color Harmonies of #FCE878
Complementary color
Monochromatic Colors of #FCE878
Black with #FCE878
Text Example
Text Example
White with #FCE878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE878; }
p { color: rgb(252,232,120); }
H1.HeaderClassName
{
color: #FCE878;
}
.AnyTagClassName
{
color: #FCE878;
}
</style>
background-color css
<style>
a { background-color: #FCE878; }
a { background-color: rgb(252,232,120); }
div.DivClassName
{
background-color: #FCE878;
}
.BgClassName
{
background-color: #FCE878;
}
</style>
border-color css
<style>
span { border-color: #FCE878; }
span { border-color: rgb(252,232,120); }
td.TdClassName
{
border-color: #FCE878;
}
.TagClassName
{
border-color: #FCE878;
}
</style>