Shades of Sweet Corn #FCE077
Tints of Sweet Corn #FCE077
RGB
CMYK
RGB Variations
Color information
#FCE077 (or 0xFCE077) is known color: Sweet Corn. HEX triplet: FC, E0 and 77. RGB value is (252,224,119). Sum of RGB (Red+Green+Blue) = 252+224+119=595 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.35% from 595); Green value is 224 (87.89% from 255 or 37.65% from 595); Blue value is 119 (46.88% from 255 or 20% from 595); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE077 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE077 is #031F88. Grayscale: #DCDCDC. Windows color (decimal): -204681 or 7856380. OLE color: 7856380.
HSL color Cylindrical-coordinate representation of color #FCE077: hue angle of 47.37º 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 #FCE077 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 119 | - |
| CMYK | 0 | 0.11 | 0.53 | 0.01 |
| HSL | 47.37º | 0.96% | 0.73% | - |
| HSV(B) | 47.37º | 0.53% | 0.99% | - |
| XYZ | 70.13 | 75.34 | 28.3 | - |
| YUV | 220.4 | 70.78 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 119 | 0 | 0.11 | 0.53 | 0.01 | 47.37 | 0.96 | 0.73 |
| Hex | FC | E0 | 77 | 0 | B | 35 | 1 | 2F | 60 | 49 |
| Octal | 374 | 340 | 167 | 0 | 13 | 65 | 1 | 57 | 140 | 111 |
| Binary | 11111100 | 11100000 | 1110111 | 0 | 1011 | 110101 | 1 | 101111 | 1100000 | 1001001 |
Color Harmonies of #FCE077
Complementary color
Monochromatic Colors of #FCE077
Black with #FCE077
Text Example
Text Example
White with #FCE077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE077; }
p { color: rgb(252,224,119); }
H1.HeaderClassName
{
color: #FCE077;
}
.AnyTagClassName
{
color: #FCE077;
}
</style>
background-color css
<style>
a { background-color: #FCE077; }
a { background-color: rgb(252,224,119); }
div.DivClassName
{
background-color: #FCE077;
}
.BgClassName
{
background-color: #FCE077;
}
</style>
border-color css
<style>
span { border-color: #FCE077; }
span { border-color: rgb(252,224,119); }
td.TdClassName
{
border-color: #FCE077;
}
.TagClassName
{
border-color: #FCE077;
}
</style>