#F9E4AE

Color #F9E4AE Banana Mania (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Banana Mania #F9E4AE

Tints of Banana Mania #F9E4AE

Color information

#F9E4AE (or 0xF9E4AE) is unknown color: approx 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

RGB249228174-
CMYK00.080.300.02
HSL43.2º86.21%82.94%-
HSV(B)43.2º30.12%97.65%-
XYZ74.4578.6851.31-
YUV228.1297.46142.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 249 (97.66% from 255) = 38.25%
GREEN value IS 228 (89.45% from 255) = 35.02%
BLUE value IS 174 (68.36% from 255) = 26.73%
R=38.25%
G=35.02%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24922817400.080.300.0243.286.2182.94
HexF9E4AE081E22b5653
Octal37134425601036253126123
Binary11111001111001001010111001000111101010101110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9E4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>