Html Css Color HEX #FFF0AE Banana Mania

📋 copy color: '#FFF0AE'

red 255 ◦ green 240 ◦ blue 174

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

Shades of Banana Mania #FFF0AE

Tints of Banana Mania #FFF0AE

RGB

 RED value IS 255 (100% from 255) = 38.12%

 GREEN value IS 240 (94.14% from 255) = 35.87%

 BLUE value IS 174 (68.36% from 255) = 26.01%

R = 38.12%
G = 35.87%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#FFF0AE (or 0xFFF0AE) is known color: Banana Mania. HEX triplet: FF, F0 and AE. RGB value is (255,240,174). Sum of RGB (Red+Green+Blue) = 255+240+174=669 (88% of max value = 765). Red value is 255 (100% from 255 or 38.12% from 669); Green value is 240 (94.14% from 255 or 35.87% from 669); Blue value is 174 (68.36% from 255 or 26.01% from 669); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF0AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF0AE is #000F51. Grayscale: #EDEDED. Windows color (decimal): -3922 or 11464959. OLE color: 11464959.

HSL color Cylindrical-coordinate representation of color #FFF0AE: hue angle of 48.89º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FFF0AE is Cyan = 0, Magento = 0.06, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB 255 240 174 -
CMYK 0 0.06 0.32 0
HSL 48.89º 1% 0.84% -
HSV(B) 48.89º 0.32% 1% -
XYZ 80.04 86.64 52.55 -
YUV 236.96 92.47 140.87 -
System Red Green Blue C M Y K H S L
Decimal 255 240 174 0 0.06 0.32 0 48.89 1 0.84
Hex FF F0 AE 0 6 20 0 31 64 54
Octal 377 360 256 0 6 40 0 61 144 124
Binary 11111111 11110000 10101110 0 110 100000 0 110001 1100100 1010100

Color Harmonies of #FFF0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF0AE

Black with #FFF0AE

Text Example


Text Example

White with #FFF0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF0AE; }

 p { color: rgb(255,240,174); }

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

background-color css

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

 a { background-color: rgb(255,240,174); }

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

border-color css

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

 span { border-color: rgb(255,240,174); }

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