Shades of Banana Mania #F5E8AF
Tints of Banana Mania #F5E8AF
RGB
CMYK
RGB Variations
Color information
#F5E8AF (or 0xF5E8AF) is known color: Banana Mania. HEX triplet: F5, E8 and AF. RGB value is (245,232,175). Sum of RGB (Red+Green+Blue) = 245+232+175=652 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.58% from 652); Green value is 232 (91.02% from 255 or 35.58% from 652); Blue value is 175 (68.75% from 255 or 26.84% from 652); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E8AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5E8AF is #0A1750. Grayscale: #E5E5E5. Windows color (decimal): -661329 or 11528437. OLE color: 11528437.
HSL color Cylindrical-coordinate representation of color #F5E8AF: hue angle of 48.86º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F5E8AF is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 232 | 175 | - |
| CMYK | 0 | 0.05 | 0.29 | 0.04 |
| HSL | 48.86º | 0.78% | 0.82% | - |
| HSV(B) | 48.86º | 0.29% | 0.96% | - |
| XYZ | 74.25 | 80.22 | 52.13 | - |
| YUV | 229.39 | 97.31 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 232 | 175 | 0 | 0.05 | 0.29 | 0.04 | 48.86 | 0.78 | 0.82 |
| Hex | F5 | E8 | AF | 0 | 5 | 1D | 4 | 31 | 4E | 52 |
| Octal | 365 | 350 | 257 | 0 | 5 | 35 | 4 | 61 | 116 | 122 |
| Binary | 11110101 | 11101000 | 10101111 | 0 | 101 | 11101 | 100 | 110001 | 1001110 | 1010010 |
Color Harmonies of #F5E8AF
Complementary color
Monochromatic Colors of #F5E8AF
Black with #F5E8AF
Text Example
Text Example
White with #F5E8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E8AF; }
p { color: rgb(245,232,175); }
H1.HeaderClassName
{
color: #F5E8AF;
}
.AnyTagClassName
{
color: #F5E8AF;
}
</style>
background-color css
<style>
a { background-color: #F5E8AF; }
a { background-color: rgb(245,232,175); }
div.DivClassName
{
background-color: #F5E8AF;
}
.BgClassName
{
background-color: #F5E8AF;
}
</style>
border-color css
<style>
span { border-color: #F5E8AF; }
span { border-color: rgb(245,232,175); }
td.TdClassName
{
border-color: #F5E8AF;
}
.TagClassName
{
border-color: #F5E8AF;
}
</style>