Shades of Sweet Corn #FCE076
Tints of Sweet Corn #FCE076
RGB
CMYK
RGB Variations
Color information
#FCE076 (or 0xFCE076) is known color: Sweet Corn. HEX triplet: FC, E0 and 76. RGB value is (252,224,118). Sum of RGB (Red+Green+Blue) = 252+224+118=594 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.42% from 594); Green value is 224 (87.89% from 255 or 37.71% from 594); Blue value is 118 (46.48% from 255 or 19.87% from 594); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE076 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE076 is #031F89. Grayscale: #DCDCDC. Windows color (decimal): -204682 or 7790844. OLE color: 7790844.
HSL color Cylindrical-coordinate representation of color #FCE076: hue angle of 47.46º 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 #FCE076 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 118 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.01 |
| HSL | 47.46º | 0.96% | 0.73% | - |
| HSV(B) | 47.46º | 0.53% | 0.99% | - |
| XYZ | 70.07 | 75.31 | 27.98 | - |
| YUV | 220.29 | 70.28 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 118 | 0 | 0.11 | 0.53 | 0.01 | 47.46 | 0.96 | 0.73 |
| Hex | FC | E0 | 76 | 0 | B | 35 | 1 | 2F | 60 | 49 |
| Octal | 374 | 340 | 166 | 0 | 13 | 65 | 1 | 57 | 140 | 111 |
| Binary | 11111100 | 11100000 | 1110110 | 0 | 1011 | 110101 | 1 | 101111 | 1100000 | 1001001 |
Color Harmonies of #FCE076
Complementary color
Monochromatic Colors of #FCE076
Black with #FCE076
Text Example
Text Example
White with #FCE076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE076; }
p { color: rgb(252,224,118); }
H1.HeaderClassName
{
color: #FCE076;
}
.AnyTagClassName
{
color: #FCE076;
}
</style>
background-color css
<style>
a { background-color: #FCE076; }
a { background-color: rgb(252,224,118); }
div.DivClassName
{
background-color: #FCE076;
}
.BgClassName
{
background-color: #FCE076;
}
</style>
border-color css
<style>
span { border-color: #FCE076; }
span { border-color: rgb(252,224,118); }
td.TdClassName
{
border-color: #FCE076;
}
.TagClassName
{
border-color: #FCE076;
}
</style>