Shades of Corn #FCE558
Tints of Corn #FCE558
RGB
CMYK
RGB Variations
Color information
#FCE558 (or 0xFCE558) is known color: Corn. HEX triplet: FC, E5 and 58. RGB value is (252,229,88). Sum of RGB (Red+Green+Blue) = 252+229+88=569 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.29% from 569); Green value is 229 (89.84% from 255 or 40.25% from 569); Blue value is 88 (34.77% from 255 or 15.47% from 569); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE558 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE558 is #031AA7. Grayscale: #DCDCDC. Windows color (decimal): -203432 or 5826044. OLE color: 5826044.
HSL color Cylindrical-coordinate representation of color #FCE558: hue angle of 51.59º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FCE558 is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 88 | - |
| CMYK | 0 | 0.09 | 0.65 | 0.01 |
| HSL | 51.59º | 0.96% | 0.67% | - |
| HSV(B) | 51.59º | 0.65% | 0.99% | - |
| XYZ | 69.93 | 77.44 | 20.49 | - |
| YUV | 219.8 | 53.62 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 88 | 0 | 0.09 | 0.65 | 0.01 | 51.59 | 0.96 | 0.67 |
| Hex | FC | E5 | 58 | 0 | 9 | 41 | 1 | 34 | 60 | 43 |
| Octal | 374 | 345 | 130 | 0 | 11 | 101 | 1 | 64 | 140 | 103 |
| Binary | 11111100 | 11100101 | 1011000 | 0 | 1001 | 1000001 | 1 | 110100 | 1100000 | 1000011 |
Color Harmonies of #FCE558
Complementary color
Monochromatic Colors of #FCE558
Black with #FCE558
Text Example
Text Example
White with #FCE558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE558; }
p { color: rgb(252,229,88); }
H1.HeaderClassName
{
color: #FCE558;
}
.AnyTagClassName
{
color: #FCE558;
}
</style>
background-color css
<style>
a { background-color: #FCE558; }
a { background-color: rgb(252,229,88); }
div.DivClassName
{
background-color: #FCE558;
}
.BgClassName
{
background-color: #FCE558;
}
</style>
border-color css
<style>
span { border-color: #FCE558; }
span { border-color: rgb(252,229,88); }
td.TdClassName
{
border-color: #FCE558;
}
.TagClassName
{
border-color: #FCE558;
}
</style>