#F5E7AC

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

Shades of Banana Mania #F5E7AC

Tints of Banana Mania #F5E7AC

Color information

#F5E7AC (or 0xF5E7AC) is unknown color: approx Banana Mania. HEX triplet: F5, E7 and AC. RGB value is (245,231,172). Sum of RGB (Red+Green+Blue) = 245+231+172=648 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.81% from 648); Green value is 231 (90.62% from 255 or 35.65% from 648); Blue value is 172 (67.58% from 255 or 26.54% from 648); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E7AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5E7AC is #0A1853. Grayscale: #E4E4E4. Windows color (decimal): -661588 or 11331573. OLE color: 11331573.

HSL color Cylindrical-coordinate representation of color #F5E7AC: hue angle of 48.49º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F5E7AC is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB245231172-
CMYK00.060.300.04
HSL48.49º78.49%81.76%-
HSV(B)48.49º29.8%96.08%-
XYZ73.6879.5450.5-
YUV228.4696.14139.8-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.81%
GREEN value IS 231 (90.62% from 255) = 35.65%
BLUE value IS 172 (67.58% from 255) = 26.54%
R=37.81%
G=35.65%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523117200.060.300.0448.4978.4981.76
HexF5E7AC061E4304e52
Octal3653472540636460116122
Binary11110101111001111010110001101111010011000010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E7AC; }

 p { color: rgb(245,231,172); }

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

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

 a { background-color: rgb(245,231,172); }

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

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

 span { border-color: rgb(245,231,172); }

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