Shades of Sweet Corn #FCE578
Tints of Sweet Corn #FCE578
RGB
CMYK
RGB Variations
Color information
#FCE578 (or 0xFCE578) is known color: Sweet Corn. HEX triplet: FC, E5 and 78. RGB value is (252,229,120). Sum of RGB (Red+Green+Blue) = 252+229+120=601 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.93% from 601); Green value is 229 (89.84% from 255 or 38.10% from 601); Blue value is 120 (47.27% from 255 or 19.97% from 601); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE578 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE578 is #031A87. Grayscale: #DFDFDF. Windows color (decimal): -203400 or 7923196. OLE color: 7923196.
HSL color Cylindrical-coordinate representation of color #FCE578: hue angle of 49.55º 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 #FCE578 is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 120 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.01 |
| HSL | 49.55º | 0.96% | 0.73% | - |
| HSV(B) | 49.55º | 0.52% | 0.99% | - |
| XYZ | 71.55 | 78.09 | 29.07 | - |
| YUV | 223.45 | 69.62 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 120 | 0 | 0.09 | 0.52 | 0.01 | 49.55 | 0.96 | 0.73 |
| Hex | FC | E5 | 78 | 0 | 9 | 34 | 1 | 32 | 60 | 49 |
| Octal | 374 | 345 | 170 | 0 | 11 | 64 | 1 | 62 | 140 | 111 |
| Binary | 11111100 | 11100101 | 1111000 | 0 | 1001 | 110100 | 1 | 110010 | 1100000 | 1001001 |
Color Harmonies of #FCE578
Complementary color
Monochromatic Colors of #FCE578
Black with #FCE578
Text Example
Text Example
White with #FCE578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE578; }
p { color: rgb(252,229,120); }
H1.HeaderClassName
{
color: #FCE578;
}
.AnyTagClassName
{
color: #FCE578;
}
</style>
background-color css
<style>
a { background-color: #FCE578; }
a { background-color: rgb(252,229,120); }
div.DivClassName
{
background-color: #FCE578;
}
.BgClassName
{
background-color: #FCE578;
}
</style>
border-color css
<style>
span { border-color: #FCE578; }
span { border-color: rgb(252,229,120); }
td.TdClassName
{
border-color: #FCE578;
}
.TagClassName
{
border-color: #FCE578;
}
</style>