Shades of Corn #F9E85A
Tints of Corn #F9E85A
RGB
CMYK
RGB Variations
Color information
#F9E85A (or 0xF9E85A) is known color: Corn. HEX triplet: F9, E8 and 5A. RGB value is (249,232,90). Sum of RGB (Red+Green+Blue) = 249+232+90=571 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.61% from 571); Green value is 232 (91.02% from 255 or 40.63% from 571); Blue value is 90 (35.55% from 255 or 15.76% from 571); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E85A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9E85A is #0617A5. Grayscale: #DDDDDD. Windows color (decimal): -399270 or 5957881. OLE color: 5957881.
HSL color Cylindrical-coordinate representation of color #F9E85A: hue angle of 53.58º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F9E85A is Cyan = 0, Magento = 0.07, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 232 | 90 | - |
| CMYK | 0 | 0.07 | 0.64 | 0.02 |
| HSL | 53.58º | 0.93% | 0.66% | - |
| HSV(B) | 53.58º | 0.64% | 0.98% | - |
| XYZ | 69.77 | 78.59 | 21.17 | - |
| YUV | 220.9 | 54.13 | 148.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 232 | 90 | 0 | 0.07 | 0.64 | 0.02 | 53.58 | 0.93 | 0.66 |
| Hex | F9 | E8 | 5A | 0 | 7 | 40 | 2 | 36 | 5D | 42 |
| Octal | 371 | 350 | 132 | 0 | 7 | 100 | 2 | 66 | 135 | 102 |
| Binary | 11111001 | 11101000 | 1011010 | 0 | 111 | 1000000 | 10 | 110110 | 1011101 | 1000010 |
Color Harmonies of #F9E85A
Complementary color
Monochromatic Colors of #F9E85A
Black with #F9E85A
Text Example
Text Example
White with #F9E85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E85A; }
p { color: rgb(249,232,90); }
H1.HeaderClassName
{
color: #F9E85A;
}
.AnyTagClassName
{
color: #F9E85A;
}
</style>
background-color css
<style>
a { background-color: #F9E85A; }
a { background-color: rgb(249,232,90); }
div.DivClassName
{
background-color: #F9E85A;
}
.BgClassName
{
background-color: #F9E85A;
}
</style>
border-color css
<style>
span { border-color: #F9E85A; }
span { border-color: rgb(249,232,90); }
td.TdClassName
{
border-color: #F9E85A;
}
.TagClassName
{
border-color: #F9E85A;
}
</style>