Shades of Banana Mania #F5E6AF
Tints of Banana Mania #F5E6AF
RGB
CMYK
RGB Variations
Color information
#F5E6AF (or 0xF5E6AF) is known color: Banana Mania. HEX triplet: F5, E6 and AF. RGB value is (245,230,175). Sum of RGB (Red+Green+Blue) = 245+230+175=650 (86% of max value = 765). Red value is 245 (96.09% from 255 or 37.69% from 650); Green value is 230 (90.23% from 255 or 35.38% from 650); Blue value is 175 (68.75% from 255 or 26.92% from 650); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E6AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5E6AF is #0A1950. Grayscale: #E4E4E4. Windows color (decimal): -661841 or 11527925. OLE color: 11527925.
HSL color Cylindrical-coordinate representation of color #F5E6AF: hue angle of 47.14º 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 #F5E6AF is Cyan = 0, Magento = 0.06, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 230 | 175 | - |
| CMYK | 0 | 0.06 | 0.29 | 0.04 |
| HSL | 47.14º | 0.78% | 0.82% | - |
| HSV(B) | 47.14º | 0.29% | 0.96% | - |
| XYZ | 73.69 | 79.1 | 51.94 | - |
| YUV | 228.22 | 97.97 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 230 | 175 | 0 | 0.06 | 0.29 | 0.04 | 47.14 | 0.78 | 0.82 |
| Hex | F5 | E6 | AF | 0 | 6 | 1D | 4 | 2F | 4E | 52 |
| Octal | 365 | 346 | 257 | 0 | 6 | 35 | 4 | 57 | 116 | 122 |
| Binary | 11110101 | 11100110 | 10101111 | 0 | 110 | 11101 | 100 | 101111 | 1001110 | 1010010 |
Color Harmonies of #F5E6AF
Complementary color
Monochromatic Colors of #F5E6AF
Black with #F5E6AF
Text Example
Text Example
White with #F5E6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E6AF; }
p { color: rgb(245,230,175); }
H1.HeaderClassName
{
color: #F5E6AF;
}
.AnyTagClassName
{
color: #F5E6AF;
}
</style>
background-color css
<style>
a { background-color: #F5E6AF; }
a { background-color: rgb(245,230,175); }
div.DivClassName
{
background-color: #F5E6AF;
}
.BgClassName
{
background-color: #F5E6AF;
}
</style>
border-color css
<style>
span { border-color: #F5E6AF; }
span { border-color: rgb(245,230,175); }
td.TdClassName
{
border-color: #F5E6AF;
}
.TagClassName
{
border-color: #F5E6AF;
}
</style>