Shades of Banana Mania #FFF0AA
Tints of Banana Mania #FFF0AA
RGB
CMYK
RGB Variations
Color information
#FFF0AA (or 0xFFF0AA) is known color: Banana Mania. HEX triplet: FF, F0 and AA. RGB value is (255,240,170). Sum of RGB (Red+Green+Blue) = 255+240+170=665 (88% of max value = 765). Red value is 255 (100% from 255 or 38.35% from 665); Green value is 240 (94.14% from 255 or 36.09% from 665); Blue value is 170 (66.80% from 255 or 25.56% from 665); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF0AA is #000F55. Grayscale: #ECECEC. Windows color (decimal): -3926 or 11202815. OLE color: 11202815.
HSL color Cylindrical-coordinate representation of color #FFF0AA: hue angle of 49.41º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFF0AA is Cyan = 0, Magento = 0.06, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 240 | 170 | - |
| CMYK | 0 | 0.06 | 0.33 | 0 |
| HSL | 49.41º | 1% | 0.83% | - |
| HSV(B) | 49.41º | 0.33% | 1% | - |
| XYZ | 79.66 | 86.48 | 50.52 | - |
| YUV | 236.51 | 90.47 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 240 | 170 | 0 | 0.06 | 0.33 | 0 | 49.41 | 1 | 0.83 |
| Hex | FF | F0 | AA | 0 | 6 | 21 | 0 | 31 | 64 | 53 |
| Octal | 377 | 360 | 252 | 0 | 6 | 41 | 0 | 61 | 144 | 123 |
| Binary | 11111111 | 11110000 | 10101010 | 0 | 110 | 100001 | 0 | 110001 | 1100100 | 1010011 |
Color Harmonies of #FFF0AA
Complementary color
Monochromatic Colors of #FFF0AA
Black with #FFF0AA
Text Example
Text Example
White with #FFF0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF0AA; }
p { color: rgb(255,240,170); }
H1.HeaderClassName
{
color: #FFF0AA;
}
.AnyTagClassName
{
color: #FFF0AA;
}
</style>
background-color css
<style>
a { background-color: #FFF0AA; }
a { background-color: rgb(255,240,170); }
div.DivClassName
{
background-color: #FFF0AA;
}
.BgClassName
{
background-color: #FFF0AA;
}
</style>
border-color css
<style>
span { border-color: #FFF0AA; }
span { border-color: rgb(255,240,170); }
td.TdClassName
{
border-color: #FFF0AA;
}
.TagClassName
{
border-color: #FFF0AA;
}
</style>