Shades of Sweet Corn #FCE476
Tints of Sweet Corn #FCE476
RGB
CMYK
RGB Variations
Color information
#FCE476 (or 0xFCE476) is known color: Sweet Corn. HEX triplet: FC, E4 and 76. RGB value is (252,228,118). Sum of RGB (Red+Green+Blue) = 252+228+118=598 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.14% from 598); Green value is 228 (89.45% from 255 or 38.13% from 598); Blue value is 118 (46.48% from 255 or 19.73% from 598); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE476 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE476 is #031B89. Grayscale: #DFDFDF. Windows color (decimal): -203658 or 7791868. OLE color: 7791868.
HSL color Cylindrical-coordinate representation of color #FCE476: hue angle of 49.25º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FCE476 is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 228 | 118 | - |
| CMYK | 0 | 0.10 | 0.53 | 0.01 |
| HSL | 49.25º | 0.96% | 0.73% | - |
| HSV(B) | 49.25º | 0.53% | 0.99% | - |
| XYZ | 71.16 | 77.49 | 28.35 | - |
| YUV | 222.64 | 68.95 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 228 | 118 | 0 | 0.10 | 0.53 | 0.01 | 49.25 | 0.96 | 0.73 |
| Hex | FC | E4 | 76 | 0 | A | 35 | 1 | 31 | 60 | 49 |
| Octal | 374 | 344 | 166 | 0 | 12 | 65 | 1 | 61 | 140 | 111 |
| Binary | 11111100 | 11100100 | 1110110 | 0 | 1010 | 110101 | 1 | 110001 | 1100000 | 1001001 |
Color Harmonies of #FCE476
Complementary color
Monochromatic Colors of #FCE476
Black with #FCE476
Text Example
Text Example
White with #FCE476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE476; }
p { color: rgb(252,228,118); }
H1.HeaderClassName
{
color: #FCE476;
}
.AnyTagClassName
{
color: #FCE476;
}
</style>
background-color css
<style>
a { background-color: #FCE476; }
a { background-color: rgb(252,228,118); }
div.DivClassName
{
background-color: #FCE476;
}
.BgClassName
{
background-color: #FCE476;
}
</style>
border-color css
<style>
span { border-color: #FCE476; }
span { border-color: rgb(252,228,118); }
td.TdClassName
{
border-color: #FCE476;
}
.TagClassName
{
border-color: #FCE476;
}
</style>