Html Css Color HEX #F5E5AC Banana Mania

📋 copy color: '#F5E5AC'

red 245 ◦ green 229 ◦ blue 172

#F5E5AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Banana Mania #F5E5AC

Tints of Banana Mania #F5E5AC

RGB

 RED value IS 245 (96.09% from 255) = 37.93%

 GREEN value IS 229 (89.84% from 255) = 35.45%

 BLUE value IS 172 (67.58% from 255) = 26.63%

R = 37.93%
G = 35.45%
B = 26.63%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#F5E5AC (or 0xF5E5AC) is known color: Banana Mania. HEX triplet: F5, E5 and AC. RGB value is (245,229,172). Sum of RGB (Red+Green+Blue) = 245+229+172=646 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.93% from 646); Green value is 229 (89.84% from 255 or 35.45% from 646); Blue value is 172 (67.58% from 255 or 26.63% from 646); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E5AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5E5AC is #0A1A53. Grayscale: #E3E3E3. Windows color (decimal): -662100 or 11331061. OLE color: 11331061.

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

Color convert

RGB 245 229 172 -
CMYK 0 0.07 0.30 0.04
HSL 46.85º 0.78% 0.82% -
HSV(B) 46.85º 0.3% 0.96% -
XYZ 73.12 78.43 50.31 -
YUV 227.29 96.8 140.63 -
System Red Green Blue C M Y K H S L
Decimal 245 229 172 0 0.07 0.30 0.04 46.85 0.78 0.82
Hex F5 E5 AC 0 7 1E 4 2F 4E 52
Octal 365 345 254 0 7 36 4 57 116 122
Binary 11110101 11100101 10101100 0 111 11110 100 101111 1001110 1010010

Color Harmonies of #F5E5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E5AC

Black with #F5E5AC

Text Example


Text Example

White with #F5E5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E5AC; }

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

 H1.HeaderClassName
 {
   color: #F5E5AC;
 }
 .AnyTagClassName
 {
   color: #F5E5AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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