Shades of Corn #FCEB59
Tints of Corn #FCEB59
RGB
CMYK
RGB Variations
Color information
#FCEB59 (or 0xFCEB59) is known color: Corn. HEX triplet: FC, EB and 59. RGB value is (252,235,89). Sum of RGB (Red+Green+Blue) = 252+235+89=576 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.75% from 576); Green value is 235 (92.19% from 255 or 40.80% from 576); Blue value is 89 (35.16% from 255 or 15.45% from 576); Max value from RGB is 252 - color contains mainly: red. Hex color #FCEB59 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCEB59 is #0314A6. Grayscale: #E0E0E0. Windows color (decimal): -201895 or 5893116. OLE color: 5893116.
HSL color Cylindrical-coordinate representation of color #FCEB59: hue angle of 53.74º 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 #FCEB59 is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 235 | 89 | - |
| CMYK | 0 | 0.07 | 0.65 | 0.01 |
| HSL | 53.74º | 0.96% | 0.67% | - |
| HSV(B) | 53.74º | 0.65% | 0.99% | - |
| XYZ | 71.66 | 80.83 | 21.28 | - |
| YUV | 223.44 | 52.13 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 235 | 89 | 0 | 0.07 | 0.65 | 0.01 | 53.74 | 0.96 | 0.67 |
| Hex | FC | EB | 59 | 0 | 7 | 41 | 1 | 36 | 60 | 43 |
| Octal | 374 | 353 | 131 | 0 | 7 | 101 | 1 | 66 | 140 | 103 |
| Binary | 11111100 | 11101011 | 1011001 | 0 | 111 | 1000001 | 1 | 110110 | 1100000 | 1000011 |
Color Harmonies of #FCEB59
Complementary color
Monochromatic Colors of #FCEB59
Black with #FCEB59
Text Example
Text Example
White with #FCEB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCEB59; }
p { color: rgb(252,235,89); }
H1.HeaderClassName
{
color: #FCEB59;
}
.AnyTagClassName
{
color: #FCEB59;
}
</style>
background-color css
<style>
a { background-color: #FCEB59; }
a { background-color: rgb(252,235,89); }
div.DivClassName
{
background-color: #FCEB59;
}
.BgClassName
{
background-color: #FCEB59;
}
</style>
border-color css
<style>
span { border-color: #FCEB59; }
span { border-color: rgb(252,235,89); }
td.TdClassName
{
border-color: #FCEB59;
}
.TagClassName
{
border-color: #FCEB59;
}
</style>