Shades of Sweet Corn #FCE070
Tints of Sweet Corn #FCE070
RGB
CMYK
RGB Variations
Color information
#FCE070 (or 0xFCE070) is known color: Sweet Corn. HEX triplet: FC, E0 and 70. RGB value is (252,224,112). Sum of RGB (Red+Green+Blue) = 252+224+112=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 224 (87.89% from 255 or 38.10% from 588); Blue value is 112 (44.14% from 255 or 19.05% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE070 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE070 is #031F8F. Grayscale: #DCDCDC. Windows color (decimal): -204688 or 7397628. OLE color: 7397628.
HSL color Cylindrical-coordinate representation of color #FCE070: hue angle of 48º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FCE070 is Cyan = 0, Magento = 0.11, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 112 | - |
| CMYK | 0 | 0.11 | 0.56 | 0.01 |
| HSL | 48º | 0.96% | 0.71% | - |
| HSV(B) | 48º | 0.56% | 0.99% | - |
| XYZ | 69.73 | 75.18 | 26.16 | - |
| YUV | 219.6 | 67.28 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 112 | 0 | 0.11 | 0.56 | 0.01 | 48 | 0.96 | 0.71 |
| Hex | FC | E0 | 70 | 0 | B | 38 | 1 | 30 | 60 | 47 |
| Octal | 374 | 340 | 160 | 0 | 13 | 70 | 1 | 60 | 140 | 107 |
| Binary | 11111100 | 11100000 | 1110000 | 0 | 1011 | 111000 | 1 | 110000 | 1100000 | 1000111 |
Color Harmonies of #FCE070
Complementary color
Monochromatic Colors of #FCE070
Black with #FCE070
Text Example
Text Example
White with #FCE070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE070; }
p { color: rgb(252,224,112); }
H1.HeaderClassName
{
color: #FCE070;
}
.AnyTagClassName
{
color: #FCE070;
}
</style>
background-color css
<style>
a { background-color: #FCE070; }
a { background-color: rgb(252,224,112); }
div.DivClassName
{
background-color: #FCE070;
}
.BgClassName
{
background-color: #FCE070;
}
</style>
border-color css
<style>
span { border-color: #FCE070; }
span { border-color: rgb(252,224,112); }
td.TdClassName
{
border-color: #FCE070;
}
.TagClassName
{
border-color: #FCE070;
}
</style>