Shades of Sweet Corn #FCE478
Tints of Sweet Corn #FCE478
RGB
CMYK
RGB Variations
Color information
#FCE478 (or 0xFCE478) is known color: Sweet Corn. HEX triplet: FC, E4 and 78. RGB value is (252,228,120). Sum of RGB (Red+Green+Blue) = 252+228+120=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 228 (89.45% from 255 or 38% from 600); Blue value is 120 (47.27% from 255 or 20% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE478 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE478 is #031B87. Grayscale: #DFDFDF. Windows color (decimal): -203656 or 7922940. OLE color: 7922940.
HSL color Cylindrical-coordinate representation of color #FCE478: hue angle of 49.09º 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 #FCE478 is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 228 | 120 | - |
| CMYK | 0 | 0.10 | 0.52 | 0.01 |
| HSL | 49.09º | 0.96% | 0.73% | - |
| HSV(B) | 49.09º | 0.52% | 0.99% | - |
| XYZ | 71.28 | 77.54 | 28.98 | - |
| YUV | 222.86 | 69.95 | 148.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 228 | 120 | 0 | 0.10 | 0.52 | 0.01 | 49.09 | 0.96 | 0.73 |
| Hex | FC | E4 | 78 | 0 | A | 34 | 1 | 31 | 60 | 49 |
| Octal | 374 | 344 | 170 | 0 | 12 | 64 | 1 | 61 | 140 | 111 |
| Binary | 11111100 | 11100100 | 1111000 | 0 | 1010 | 110100 | 1 | 110001 | 1100000 | 1001001 |
Color Harmonies of #FCE478
Complementary color
Monochromatic Colors of #FCE478
Black with #FCE478
Text Example
Text Example
White with #FCE478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE478; }
p { color: rgb(252,228,120); }
H1.HeaderClassName
{
color: #FCE478;
}
.AnyTagClassName
{
color: #FCE478;
}
</style>
background-color css
<style>
a { background-color: #FCE478; }
a { background-color: rgb(252,228,120); }
div.DivClassName
{
background-color: #FCE478;
}
.BgClassName
{
background-color: #FCE478;
}
</style>
border-color css
<style>
span { border-color: #FCE478; }
span { border-color: rgb(252,228,120); }
td.TdClassName
{
border-color: #FCE478;
}
.TagClassName
{
border-color: #FCE478;
}
</style>