Shades of Banana Mania #F9E4AE
Tints of Banana Mania #F9E4AE
RGB
CMYK
RGB Variations
Color information
#F9E4AE (or 0xF9E4AE) is known color: Banana Mania. HEX triplet: F9, E4 and AE. RGB value is (249,228,174). Sum of RGB (Red+Green+Blue) = 249+228+174=651 (86% of max value = 765). Red value is 249 (97.66% from 255 or 38.25% from 651); Green value is 228 (89.45% from 255 or 35.02% from 651); Blue value is 174 (68.36% from 255 or 26.73% from 651); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E4AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9E4AE is #061B51. Grayscale: #E4E4E4. Windows color (decimal): -400210 or 11461881. OLE color: 11461881.
HSL color Cylindrical-coordinate representation of color #F9E4AE: hue angle of 43.2º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F9E4AE is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 228 | 174 | - |
| CMYK | 0 | 0.08 | 0.30 | 0.02 |
| HSL | 43.2º | 0.86% | 0.83% | - |
| HSV(B) | 43.2º | 0.3% | 0.98% | - |
| XYZ | 74.45 | 78.68 | 51.31 | - |
| YUV | 228.12 | 97.46 | 142.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 228 | 174 | 0 | 0.08 | 0.30 | 0.02 | 43.2 | 0.86 | 0.83 |
| Hex | F9 | E4 | AE | 0 | 8 | 1E | 2 | 2B | 56 | 53 |
| Octal | 371 | 344 | 256 | 0 | 10 | 36 | 2 | 53 | 126 | 123 |
| Binary | 11111001 | 11100100 | 10101110 | 0 | 1000 | 11110 | 10 | 101011 | 1010110 | 1010011 |
Color Harmonies of #F9E4AE
Complementary color
Monochromatic Colors of #F9E4AE
Black with #F9E4AE
Text Example
Text Example
White with #F9E4AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E4AE; }
p { color: rgb(249,228,174); }
H1.HeaderClassName
{
color: #F9E4AE;
}
.AnyTagClassName
{
color: #F9E4AE;
}
</style>
background-color css
<style>
a { background-color: #F9E4AE; }
a { background-color: rgb(249,228,174); }
div.DivClassName
{
background-color: #F9E4AE;
}
.BgClassName
{
background-color: #F9E4AE;
}
</style>
border-color css
<style>
span { border-color: #F9E4AE; }
span { border-color: rgb(249,228,174); }
td.TdClassName
{
border-color: #F9E4AE;
}
.TagClassName
{
border-color: #F9E4AE;
}
</style>