Shades of Corn #FCEA59
Tints of Corn #FCEA59
RGB
CMYK
RGB Variations
Color information
#FCEA59 (or 0xFCEA59) is known color: Corn. HEX triplet: FC, EA and 59. RGB value is (252,234,89). Sum of RGB (Red+Green+Blue) = 252+234+89=575 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.83% from 575); Green value is 234 (91.80% from 255 or 40.70% from 575); Blue value is 89 (35.16% from 255 or 15.48% from 575); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEA59 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEA59 is #0315A6. Grayscale: #DFDFDF. Windows color (decimal): -202151 or 5892860. OLE color: 5892860.
HSL color Cylindrical-coordinate representation of color #FCEA59: hue angle of 53.37º 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 #FCEA59 is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 234 | 89 | - |
| CMYK | 0 | 0.07 | 0.65 | 0.01 |
| HSL | 53.37º | 0.96% | 0.67% | - |
| HSV(B) | 53.37º | 0.65% | 0.99% | - |
| XYZ | 71.37 | 80.26 | 21.18 | - |
| YUV | 222.85 | 52.46 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 234 | 89 | 0 | 0.07 | 0.65 | 0.01 | 53.37 | 0.96 | 0.67 |
| Hex | FC | EA | 59 | 0 | 7 | 41 | 1 | 35 | 60 | 43 |
| Octal | 374 | 352 | 131 | 0 | 7 | 101 | 1 | 65 | 140 | 103 |
| Binary | 11111100 | 11101010 | 1011001 | 0 | 111 | 1000001 | 1 | 110101 | 1100000 | 1000011 |
Color Harmonies of #FCEA59
Complementary color
Monochromatic Colors of #FCEA59
Black with #FCEA59
Text Example
Text Example
White with #FCEA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEA59; }
p { color: rgb(252,234,89); }
H1.HeaderClassName
{
color: #FCEA59;
}
.AnyTagClassName
{
color: #FCEA59;
}
</style>
background-color css
<style>
a { background-color: #FCEA59; }
a { background-color: rgb(252,234,89); }
div.DivClassName
{
background-color: #FCEA59;
}
.BgClassName
{
background-color: #FCEA59;
}
</style>
border-color css
<style>
span { border-color: #FCEA59; }
span { border-color: rgb(252,234,89); }
td.TdClassName
{
border-color: #FCEA59;
}
.TagClassName
{
border-color: #FCEA59;
}
</style>