Shades of Corn #F5E85A
Tints of Corn #F5E85A
RGB
CMYK
RGB Variations
Color information
#F5E85A (or 0xF5E85A) is known color: Corn. HEX triplet: F5, E8 and 5A. RGB value is (245,232,90). Sum of RGB (Red+Green+Blue) = 245+232+90=567 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.21% from 567); Green value is 232 (91.02% from 255 or 40.92% from 567); Blue value is 90 (35.55% from 255 or 15.87% from 567); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E85A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5E85A is #0A17A5. Grayscale: #DCDCDC. Windows color (decimal): -661414 or 5957877. OLE color: 5957877.
HSL color Cylindrical-coordinate representation of color #F5E85A: hue angle of 54.97º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F5E85A is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 232 | 90 | - |
| CMYK | 0 | 0.05 | 0.63 | 0.04 |
| HSL | 54.97º | 0.89% | 0.66% | - |
| HSV(B) | 54.97º | 0.63% | 0.96% | - |
| XYZ | 68.36 | 77.86 | 21.1 | - |
| YUV | 219.7 | 54.81 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 232 | 90 | 0 | 0.05 | 0.63 | 0.04 | 54.97 | 0.89 | 0.66 |
| Hex | F5 | E8 | 5A | 0 | 5 | 3F | 4 | 37 | 59 | 42 |
| Octal | 365 | 350 | 132 | 0 | 5 | 77 | 4 | 67 | 131 | 102 |
| Binary | 11110101 | 11101000 | 1011010 | 0 | 101 | 111111 | 100 | 110111 | 1011001 | 1000010 |
Color Harmonies of #F5E85A
Complementary color
Monochromatic Colors of #F5E85A
Black with #F5E85A
Text Example
Text Example
White with #F5E85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E85A; }
p { color: rgb(245,232,90); }
H1.HeaderClassName
{
color: #F5E85A;
}
.AnyTagClassName
{
color: #F5E85A;
}
</style>
background-color css
<style>
a { background-color: #F5E85A; }
a { background-color: rgb(245,232,90); }
div.DivClassName
{
background-color: #F5E85A;
}
.BgClassName
{
background-color: #F5E85A;
}
</style>
border-color css
<style>
span { border-color: #F5E85A; }
span { border-color: rgb(245,232,90); }
td.TdClassName
{
border-color: #F5E85A;
}
.TagClassName
{
border-color: #F5E85A;
}
</style>