Shades of Corn #F5E85F
Tints of Corn #F5E85F
RGB
CMYK
RGB Variations
Color information
#F5E85F (or 0xF5E85F) is known color: Corn. HEX triplet: F5, E8 and 5F. RGB value is (245,232,95). Sum of RGB (Red+Green+Blue) = 245+232+95=572 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.83% from 572); Green value is 232 (91.02% from 255 or 40.56% from 572); Blue value is 95 (37.5% from 255 or 16.61% from 572); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E85F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5E85F is #0A17A0. Grayscale: #DCDCDC. Windows color (decimal): -661409 or 6285557. OLE color: 6285557.
HSL color Cylindrical-coordinate representation of color #F5E85F: hue angle of 54.8º 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 #F5E85F is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 232 | 95 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.04 |
| HSL | 54.8º | 0.88% | 0.67% | - |
| HSV(B) | 54.8º | 0.61% | 0.96% | - |
| XYZ | 68.58 | 77.95 | 22.26 | - |
| YUV | 220.27 | 57.31 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 232 | 95 | 0 | 0.05 | 0.61 | 0.04 | 54.8 | 0.88 | 0.67 |
| Hex | F5 | E8 | 5F | 0 | 5 | 3D | 4 | 37 | 58 | 43 |
| Octal | 365 | 350 | 137 | 0 | 5 | 75 | 4 | 67 | 130 | 103 |
| Binary | 11110101 | 11101000 | 1011111 | 0 | 101 | 111101 | 100 | 110111 | 1011000 | 1000011 |
Color Harmonies of #F5E85F
Complementary color
Monochromatic Colors of #F5E85F
Black with #F5E85F
Text Example
Text Example
White with #F5E85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E85F; }
p { color: rgb(245,232,95); }
H1.HeaderClassName
{
color: #F5E85F;
}
.AnyTagClassName
{
color: #F5E85F;
}
</style>
background-color css
<style>
a { background-color: #F5E85F; }
a { background-color: rgb(245,232,95); }
div.DivClassName
{
background-color: #F5E85F;
}
.BgClassName
{
background-color: #F5E85F;
}
</style>
border-color css
<style>
span { border-color: #F5E85F; }
span { border-color: rgb(245,232,95); }
td.TdClassName
{
border-color: #F5E85F;
}
.TagClassName
{
border-color: #F5E85F;
}
</style>