Shades of Corn #F5E860
Tints of Corn #F5E860
RGB
CMYK
RGB Variations
Color information
#F5E860 (or 0xF5E860) is known color: Corn. HEX triplet: F5, E8 and 60. RGB value is (245,232,96). Sum of RGB (Red+Green+Blue) = 245+232+96=573 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.76% from 573); Green value is 232 (91.02% from 255 or 40.49% from 573); Blue value is 96 (37.89% from 255 or 16.75% from 573); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E860 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5E860 is #0A179F. Grayscale: #DCDCDC. Windows color (decimal): -661408 or 6351093. OLE color: 6351093.
HSL color Cylindrical-coordinate representation of color #F5E860: hue angle of 54.77º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F5E860 is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 232 | 96 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.04 |
| HSL | 54.77º | 0.88% | 0.67% | - |
| HSV(B) | 54.77º | 0.61% | 0.96% | - |
| XYZ | 68.62 | 77.97 | 22.5 | - |
| YUV | 220.38 | 57.81 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 232 | 96 | 0 | 0.05 | 0.61 | 0.04 | 54.77 | 0.88 | 0.67 |
| Hex | F5 | E8 | 60 | 0 | 5 | 3D | 4 | 37 | 58 | 43 |
| Octal | 365 | 350 | 140 | 0 | 5 | 75 | 4 | 67 | 130 | 103 |
| Binary | 11110101 | 11101000 | 1100000 | 0 | 101 | 111101 | 100 | 110111 | 1011000 | 1000011 |
Color Harmonies of #F5E860
Complementary color
Monochromatic Colors of #F5E860
Black with #F5E860
Text Example
Text Example
White with #F5E860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E860; }
p { color: rgb(245,232,96); }
H1.HeaderClassName
{
color: #F5E860;
}
.AnyTagClassName
{
color: #F5E860;
}
</style>
background-color css
<style>
a { background-color: #F5E860; }
a { background-color: rgb(245,232,96); }
div.DivClassName
{
background-color: #F5E860;
}
.BgClassName
{
background-color: #F5E860;
}
</style>
border-color css
<style>
span { border-color: #F5E860; }
span { border-color: rgb(245,232,96); }
td.TdClassName
{
border-color: #F5E860;
}
.TagClassName
{
border-color: #F5E860;
}
</style>