Shades of Sweet Corn #FCE576
Tints of Sweet Corn #FCE576
RGB
CMYK
RGB Variations
Color information
#FCE576 (or 0xFCE576) is known color: Sweet Corn. HEX triplet: FC, E5 and 76. RGB value is (252,229,118). Sum of RGB (Red+Green+Blue) = 252+229+118=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 229 (89.84% from 255 or 38.23% from 599); Blue value is 118 (46.48% from 255 or 19.70% from 599); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE576 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE576 is #031A89. Grayscale: #DFDFDF. Windows color (decimal): -203402 or 7792124. OLE color: 7792124.
HSL color Cylindrical-coordinate representation of color #FCE576: hue angle of 49.7º 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 #FCE576 is Cyan = 0, Magento = 0.09, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 118 | - |
| CMYK | 0 | 0.09 | 0.53 | 0.01 |
| HSL | 49.7º | 0.96% | 0.73% | - |
| HSV(B) | 49.7º | 0.53% | 0.99% | - |
| XYZ | 71.43 | 78.04 | 28.44 | - |
| YUV | 223.22 | 68.62 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 118 | 0 | 0.09 | 0.53 | 0.01 | 49.7 | 0.96 | 0.73 |
| Hex | FC | E5 | 76 | 0 | 9 | 35 | 1 | 32 | 60 | 49 |
| Octal | 374 | 345 | 166 | 0 | 11 | 65 | 1 | 62 | 140 | 111 |
| Binary | 11111100 | 11100101 | 1110110 | 0 | 1001 | 110101 | 1 | 110010 | 1100000 | 1001001 |
Color Harmonies of #FCE576
Complementary color
Monochromatic Colors of #FCE576
Black with #FCE576
Text Example
Text Example
White with #FCE576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE576; }
p { color: rgb(252,229,118); }
H1.HeaderClassName
{
color: #FCE576;
}
.AnyTagClassName
{
color: #FCE576;
}
</style>
background-color css
<style>
a { background-color: #FCE576; }
a { background-color: rgb(252,229,118); }
div.DivClassName
{
background-color: #FCE576;
}
.BgClassName
{
background-color: #FCE576;
}
</style>
border-color css
<style>
span { border-color: #FCE576; }
span { border-color: rgb(252,229,118); }
td.TdClassName
{
border-color: #FCE576;
}
.TagClassName
{
border-color: #FCE576;
}
</style>