Html Css Color HEX #F5E2AF Banana Mania

📋 copy color: '#F5E2AF'

red 245 ◦ green 226 ◦ blue 175

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

Shades of Banana Mania #F5E2AF

Tints of Banana Mania #F5E2AF

RGB

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

 GREEN value IS 226 (88.67% from 255) = 34.98%

 BLUE value IS 175 (68.75% from 255) = 27.09%

R = 37.93%
G = 34.98%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#F5E2AF (or 0xF5E2AF) is known color: Banana Mania. HEX triplet: F5, E2 and AF. RGB value is (245,226,175). Sum of RGB (Red+Green+Blue) = 245+226+175=646 (85% of max value = 765). Red value is 245 (96.09% from 255 or 37.93% from 646); Green value is 226 (88.67% from 255 or 34.98% from 646); Blue value is 175 (68.75% from 255 or 27.09% from 646); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E2AF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5E2AF is #0A1D50. Grayscale: #E2E2E2. Windows color (decimal): -662865 or 11526901. OLE color: 11526901.

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

Color convert

RGB 245 226 175 -
CMYK 0 0.08 0.29 0.04
HSL 43.71º 0.78% 0.82% -
HSV(B) 43.71º 0.29% 0.96% -
XYZ 72.59 76.9 51.57 -
YUV 225.87 99.29 141.65 -
System Red Green Blue C M Y K H S L
Decimal 245 226 175 0 0.08 0.29 0.04 43.71 0.78 0.82
Hex F5 E2 AF 0 8 1D 4 2C 4E 52
Octal 365 342 257 0 10 35 4 54 116 122
Binary 11110101 11100010 10101111 0 1000 11101 100 101100 1001110 1010010

Color Harmonies of #F5E2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E2AF

Black with #F5E2AF

Text Example


Text Example

White with #F5E2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E2AF; }

 p { color: rgb(245,226,175); }

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

background-color css

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

 a { background-color: rgb(245,226,175); }

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

border-color css

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

 span { border-color: rgb(245,226,175); }

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