Shades of Sweet Corn #FCE078
Tints of Sweet Corn #FCE078
RGB
CMYK
RGB Variations
Color information
#FCE078 (or 0xFCE078) is known color: Sweet Corn. HEX triplet: FC, E0 and 78. RGB value is (252,224,120). Sum of RGB (Red+Green+Blue) = 252+224+120=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 224 (87.89% from 255 or 37.58% from 596); Blue value is 120 (47.27% from 255 or 20.13% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE078 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE078 is #031F87. Grayscale: #DCDCDC. Windows color (decimal): -204680 or 7921916. OLE color: 7921916.
HSL color Cylindrical-coordinate representation of color #FCE078: hue angle of 47.27º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FCE078 is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 120 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.01 |
| HSL | 47.27º | 0.96% | 0.73% | - |
| HSV(B) | 47.27º | 0.52% | 0.99% | - |
| XYZ | 70.19 | 75.36 | 28.62 | - |
| YUV | 220.52 | 71.28 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 120 | 0 | 0.11 | 0.52 | 0.01 | 47.27 | 0.96 | 0.73 |
| Hex | FC | E0 | 78 | 0 | B | 34 | 1 | 2F | 60 | 49 |
| Octal | 374 | 340 | 170 | 0 | 13 | 64 | 1 | 57 | 140 | 111 |
| Binary | 11111100 | 11100000 | 1111000 | 0 | 1011 | 110100 | 1 | 101111 | 1100000 | 1001001 |
Color Harmonies of #FCE078
Complementary color
Monochromatic Colors of #FCE078
Black with #FCE078
Text Example
Text Example
White with #FCE078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE078; }
p { color: rgb(252,224,120); }
H1.HeaderClassName
{
color: #FCE078;
}
.AnyTagClassName
{
color: #FCE078;
}
</style>
background-color css
<style>
a { background-color: #FCE078; }
a { background-color: rgb(252,224,120); }
div.DivClassName
{
background-color: #FCE078;
}
.BgClassName
{
background-color: #FCE078;
}
</style>
border-color css
<style>
span { border-color: #FCE078; }
span { border-color: rgb(252,224,120); }
td.TdClassName
{
border-color: #FCE078;
}
.TagClassName
{
border-color: #FCE078;
}
</style>