Html Css Color HEX #F5E4AD Banana Mania

📋 copy color: '#F5E4AD'

red 245 ◦ green 228 ◦ blue 173

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

Shades of Banana Mania #F5E4AD

Tints of Banana Mania #F5E4AD

RGB

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

 GREEN value IS 228 (89.45% from 255) = 35.29%

 BLUE value IS 173 (67.97% from 255) = 26.78%

R = 37.93%
G = 35.29%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F5E4AD (or 0xF5E4AD) is known color: Banana Mania. HEX triplet: F5, E4 and AD. RGB value is (245,228,173). Sum of RGB (Red+Green+Blue) = 245+228+173=646 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.93% from 646); Green value is 228 (89.45% from 255 or 35.29% from 646); Blue value is 173 (67.97% from 255 or 26.78% from 646); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E4AD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5E4AD is #0A1B52. Grayscale: #E3E3E3. Windows color (decimal): -662355 or 11396341. OLE color: 11396341.

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

Color convert

RGB 245 228 173 -
CMYK 0 0.07 0.29 0.04
HSL 45.83º 0.78% 0.82% -
HSV(B) 45.83º 0.29% 0.96% -
XYZ 72.94 77.92 50.73 -
YUV 226.81 97.63 140.97 -
System Red Green Blue C M Y K H S L
Decimal 245 228 173 0 0.07 0.29 0.04 45.83 0.78 0.82
Hex F5 E4 AD 0 7 1D 4 2E 4E 52
Octal 365 344 255 0 7 35 4 56 116 122
Binary 11110101 11100100 10101101 0 111 11101 100 101110 1001110 1010010

Color Harmonies of #F5E4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E4AD

Black with #F5E4AD

Text Example


Text Example

White with #F5E4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E4AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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