Shades of Sweet Corn #FCE874
Tints of Sweet Corn #FCE874
RGB
CMYK
RGB Variations
Color information
#FCE874 (or 0xFCE874) is known color: Sweet Corn. HEX triplet: FC, E8 and 74. RGB value is (252,232,116). Sum of RGB (Red+Green+Blue) = 252+232+116=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 232 (91.02% from 255 or 38.67% from 600); Blue value is 116 (45.70% from 255 or 19.33% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE874 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCE874 is #03178B. Grayscale: #E1E1E1. Windows color (decimal): -202636 or 7661820. OLE color: 7661820.
HSL color Cylindrical-coordinate representation of color #FCE874: hue angle of 51.18º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FCE874 is Cyan = 0, Magento = 0.08, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 232 | 116 | - |
| CMYK | 0 | 0.08 | 0.54 | 0.01 |
| HSL | 51.18º | 0.96% | 0.72% | - |
| HSV(B) | 51.18º | 0.54% | 0.99% | - |
| XYZ | 72.15 | 79.67 | 28.1 | - |
| YUV | 224.76 | 66.63 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 232 | 116 | 0 | 0.08 | 0.54 | 0.01 | 51.18 | 0.96 | 0.72 |
| Hex | FC | E8 | 74 | 0 | 8 | 36 | 1 | 33 | 60 | 48 |
| Octal | 374 | 350 | 164 | 0 | 10 | 66 | 1 | 63 | 140 | 110 |
| Binary | 11111100 | 11101000 | 1110100 | 0 | 1000 | 110110 | 1 | 110011 | 1100000 | 1001000 |
Color Harmonies of #FCE874
Complementary color
Monochromatic Colors of #FCE874
Black with #FCE874
Text Example
Text Example
White with #FCE874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE874; }
p { color: rgb(252,232,116); }
H1.HeaderClassName
{
color: #FCE874;
}
.AnyTagClassName
{
color: #FCE874;
}
</style>
background-color css
<style>
a { background-color: #FCE874; }
a { background-color: rgb(252,232,116); }
div.DivClassName
{
background-color: #FCE874;
}
.BgClassName
{
background-color: #FCE874;
}
</style>
border-color css
<style>
span { border-color: #FCE874; }
span { border-color: rgb(252,232,116); }
td.TdClassName
{
border-color: #FCE874;
}
.TagClassName
{
border-color: #FCE874;
}
</style>