Shades of Banana Mania #F5E8B0
Tints of Banana Mania #F5E8B0
RGB
CMYK
RGB Variations
Color information
#F5E8B0 (or 0xF5E8B0) is known color: Banana Mania. HEX triplet: F5, E8 and B0. RGB value is (245,232,176). Sum of RGB (Red+Green+Blue) = 245+232+176=653 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.52% from 653); Green value is 232 (91.02% from 255 or 35.53% from 653); Blue value is 176 (69.14% from 255 or 26.95% from 653); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E8B0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5E8B0 is #0A174F. Grayscale: #E5E5E5. Windows color (decimal): -661328 or 11593973. OLE color: 11593973.
HSL color Cylindrical-coordinate representation of color #F5E8B0: hue angle of 48.7º degrees, saturation: 0.78, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F5E8B0 is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 232 | 176 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.04 |
| HSL | 48.7º | 0.78% | 0.83% | - |
| HSV(B) | 48.7º | 0.28% | 0.96% | - |
| XYZ | 74.35 | 80.26 | 52.65 | - |
| YUV | 229.5 | 97.81 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 232 | 176 | 0 | 0.05 | 0.28 | 0.04 | 48.7 | 0.78 | 0.83 |
| Hex | F5 | E8 | B0 | 0 | 5 | 1C | 4 | 31 | 4E | 53 |
| Octal | 365 | 350 | 260 | 0 | 5 | 34 | 4 | 61 | 116 | 123 |
| Binary | 11110101 | 11101000 | 10110000 | 0 | 101 | 11100 | 100 | 110001 | 1001110 | 1010011 |
Color Harmonies of #F5E8B0
Complementary color
Monochromatic Colors of #F5E8B0
Black with #F5E8B0
Text Example
Text Example
White with #F5E8B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E8B0; }
p { color: rgb(245,232,176); }
H1.HeaderClassName
{
color: #F5E8B0;
}
.AnyTagClassName
{
color: #F5E8B0;
}
</style>
background-color css
<style>
a { background-color: #F5E8B0; }
a { background-color: rgb(245,232,176); }
div.DivClassName
{
background-color: #F5E8B0;
}
.BgClassName
{
background-color: #F5E8B0;
}
</style>
border-color css
<style>
span { border-color: #F5E8B0; }
span { border-color: rgb(245,232,176); }
td.TdClassName
{
border-color: #F5E8B0;
}
.TagClassName
{
border-color: #F5E8B0;
}
</style>