#F5E4AE

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

Shades of Banana Mania #F5E4AE

Tints of Banana Mania #F5E4AE

Color information

#F5E4AE (or 0xF5E4AE) is unknown color: approx Banana Mania. HEX triplet: F5, E4 and AE. RGB value is (245,228,174). Sum of RGB (Red+Green+Blue) = 245+228+174=647 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.87% from 647); Green value is 228 (89.45% from 255 or 35.24% from 647); Blue value is 174 (68.36% from 255 or 26.89% from 647); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E4AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5E4AE is #0A1B51. Grayscale: #E3E3E3. Windows color (decimal): -662354 or 11461877. OLE color: 11461877.

HSL color Cylindrical-coordinate representation of color #F5E4AE: hue angle of 45.63º 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 #F5E4AE is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB245228174-
CMYK00.070.290.04
HSL45.63º78.02%82.16%-
HSV(B)45.63º28.98%96.08%-
XYZ73.0477.9651.24-
YUV226.9398.13140.89-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.87%
GREEN value IS 228 (89.45% from 255) = 35.24%
BLUE value IS 174 (68.36% from 255) = 26.89%
R=37.87%
G=35.24%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522817400.070.290.0445.6378.0282.16
HexF5E4AE071D42e4e52
Octal3653442560735456116122
Binary11110101111001001010111001111110110010111010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E4AE; }

 p { color: rgb(245,228,174); }

 H1.HeaderClassName
 {
   color: #F5E4AE;
 }
 .AnyTagClassName
 {
   color: #F5E4AE;
 }
</style>
background-color css

<style>
 a { background-color: #F5E4AE; }

 a { background-color: rgb(245,228,174); }

 div.DivClassName
 {
   background-color: #F5E4AE;
 }
 .BgClassName
 {
   background-color: #F5E4AE;
 }
</style>
border-color css

<style>
 span { border-color: #F5E4AE; }

 span { border-color: rgb(245,228,174); }

 td.TdClassName
 {
   border-color: #F5E4AE;
 }
 .TagClassName
 {
   border-color: #F5E4AE;
 }
</style>