Shades of Corn #F5E85C
Tints of Corn #F5E85C
RGB
CMYK
RGB Variations
Color information
#F5E85C (or 0xF5E85C) is known color: Corn. HEX triplet: F5, E8 and 5C. RGB value is (245,232,92). Sum of RGB (Red+Green+Blue) = 245+232+92=569 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.06% from 569); Green value is 232 (91.02% from 255 or 40.77% from 569); Blue value is 92 (36.33% from 255 or 16.17% from 569); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E85C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5E85C is #0A17A3. Grayscale: #DCDCDC. Windows color (decimal): -661412 or 6088949. OLE color: 6088949.
HSL color Cylindrical-coordinate representation of color #F5E85C: hue angle of 54.9º degrees, saturation: 0.88, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F5E85C is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 232 | 92 | - |
| CMYK | 0 | 0.05 | 0.62 | 0.04 |
| HSL | 54.9º | 0.88% | 0.66% | - |
| HSV(B) | 54.9º | 0.62% | 0.96% | - |
| XYZ | 68.44 | 77.9 | 21.55 | - |
| YUV | 219.93 | 55.81 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 232 | 92 | 0 | 0.05 | 0.62 | 0.04 | 54.9 | 0.88 | 0.66 |
| Hex | F5 | E8 | 5C | 0 | 5 | 3E | 4 | 37 | 58 | 42 |
| Octal | 365 | 350 | 134 | 0 | 5 | 76 | 4 | 67 | 130 | 102 |
| Binary | 11110101 | 11101000 | 1011100 | 0 | 101 | 111110 | 100 | 110111 | 1011000 | 1000010 |
Color Harmonies of #F5E85C
Complementary color
Monochromatic Colors of #F5E85C
Black with #F5E85C
Text Example
Text Example
White with #F5E85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E85C; }
p { color: rgb(245,232,92); }
H1.HeaderClassName
{
color: #F5E85C;
}
.AnyTagClassName
{
color: #F5E85C;
}
</style>
background-color css
<style>
a { background-color: #F5E85C; }
a { background-color: rgb(245,232,92); }
div.DivClassName
{
background-color: #F5E85C;
}
.BgClassName
{
background-color: #F5E85C;
}
</style>
border-color css
<style>
span { border-color: #F5E85C; }
span { border-color: rgb(245,232,92); }
td.TdClassName
{
border-color: #F5E85C;
}
.TagClassName
{
border-color: #F5E85C;
}
</style>