Shades of Banana Mania #F5E3AD
Tints of Banana Mania #F5E3AD
RGB
CMYK
RGB Variations
Color information
#F5E3AD (or 0xF5E3AD) is known color: Banana Mania. HEX triplet: F5, E3 and AD. RGB value is (245,227,173). Sum of RGB (Red+Green+Blue) = 245+227+173=645 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.98% from 645); Green value is 227 (89.06% from 255 or 35.19% from 645); Blue value is 173 (67.97% from 255 or 26.82% from 645); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E3AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5E3AD is #0A1C52. Grayscale: #E2E2E2. Windows color (decimal): -662611 or 11396085. OLE color: 11396085.
HSL color Cylindrical-coordinate representation of color #F5E3AD: hue angle of 45º 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 #F5E3AD is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 227 | 173 | - |
| CMYK | 0 | 0.07 | 0.29 | 0.04 |
| HSL | 45º | 0.78% | 0.82% | - |
| HSV(B) | 45º | 0.29% | 0.96% | - |
| XYZ | 72.67 | 77.37 | 50.64 | - |
| YUV | 226.23 | 97.96 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 227 | 173 | 0 | 0.07 | 0.29 | 0.04 | 45 | 0.78 | 0.82 |
| Hex | F5 | E3 | AD | 0 | 7 | 1D | 4 | 2D | 4E | 52 |
| Octal | 365 | 343 | 255 | 0 | 7 | 35 | 4 | 55 | 116 | 122 |
| Binary | 11110101 | 11100011 | 10101101 | 0 | 111 | 11101 | 100 | 101101 | 1001110 | 1010010 |
Color Harmonies of #F5E3AD
Complementary color
Monochromatic Colors of #F5E3AD
Black with #F5E3AD
Text Example
Text Example
White with #F5E3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E3AD; }
p { color: rgb(245,227,173); }
H1.HeaderClassName
{
color: #F5E3AD;
}
.AnyTagClassName
{
color: #F5E3AD;
}
</style>
background-color css
<style>
a { background-color: #F5E3AD; }
a { background-color: rgb(245,227,173); }
div.DivClassName
{
background-color: #F5E3AD;
}
.BgClassName
{
background-color: #F5E3AD;
}
</style>
border-color css
<style>
span { border-color: #F5E3AD; }
span { border-color: rgb(245,227,173); }
td.TdClassName
{
border-color: #F5E3AD;
}
.TagClassName
{
border-color: #F5E3AD;
}
</style>