Shades of Sweet Corn #FCE178
Tints of Sweet Corn #FCE178
RGB
CMYK
RGB Variations
Color information
#FCE178 (or 0xFCE178) is known color: Sweet Corn. HEX triplet: FC, E1 and 78. RGB value is (252,225,120). Sum of RGB (Red+Green+Blue) = 252+225+120=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 225 (88.28% from 255 or 37.69% from 597); Blue value is 120 (47.27% from 255 or 20.10% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE178 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE178 is #031E87. Grayscale: #DDDDDD. Windows color (decimal): -204424 or 7922172. OLE color: 7922172.
HSL color Cylindrical-coordinate representation of color #FCE178: hue angle of 47.73º 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 #FCE178 is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 225 | 120 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.01 |
| HSL | 47.73º | 0.96% | 0.73% | - |
| HSV(B) | 47.73º | 0.52% | 0.99% | - |
| XYZ | 70.46 | 75.9 | 28.71 | - |
| YUV | 221.1 | 70.95 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 225 | 120 | 0 | 0.11 | 0.52 | 0.01 | 47.73 | 0.96 | 0.73 |
| Hex | FC | E1 | 78 | 0 | B | 34 | 1 | 30 | 60 | 49 |
| Octal | 374 | 341 | 170 | 0 | 13 | 64 | 1 | 60 | 140 | 111 |
| Binary | 11111100 | 11100001 | 1111000 | 0 | 1011 | 110100 | 1 | 110000 | 1100000 | 1001001 |
Color Harmonies of #FCE178
Complementary color
Monochromatic Colors of #FCE178
Black with #FCE178
Text Example
Text Example
White with #FCE178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE178; }
p { color: rgb(252,225,120); }
H1.HeaderClassName
{
color: #FCE178;
}
.AnyTagClassName
{
color: #FCE178;
}
</style>
background-color css
<style>
a { background-color: #FCE178; }
a { background-color: rgb(252,225,120); }
div.DivClassName
{
background-color: #FCE178;
}
.BgClassName
{
background-color: #FCE178;
}
</style>
border-color css
<style>
span { border-color: #FCE178; }
span { border-color: rgb(252,225,120); }
td.TdClassName
{
border-color: #FCE178;
}
.TagClassName
{
border-color: #FCE178;
}
</style>