#F7E6AE

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

Shades of Banana Mania #F7E6AE

Tints of Banana Mania #F7E6AE

Color information

#F7E6AE (or 0xF7E6AE) is unknown color: approx Banana Mania. HEX triplet: F7, E6 and AE. RGB value is (247,230,174). Sum of RGB (Red+Green+Blue) = 247+230+174=651 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.94% from 651); Green value is 230 (90.23% from 255 or 35.33% from 651); Blue value is 174 (68.36% from 255 or 26.73% from 651); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E6AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7E6AE is #081951. Grayscale: #E4E4E4. Windows color (decimal): -530770 or 11462391. OLE color: 11462391.

HSL color Cylindrical-coordinate representation of color #F7E6AE: hue angle of 46.03º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F7E6AE is Cyan = 0, Magento = 0.07, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB247230174-
CMYK00.070.300.03
HSL46.03º82.02%82.55%-
HSV(B)46.03º29.55%96.86%-
XYZ74.2979.4251.46-
YUV228.797.13141.05-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.94%
GREEN value IS 230 (90.23% from 255) = 35.33%
BLUE value IS 174 (68.36% from 255) = 26.73%
R=37.94%
G=35.33%
B=26.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24723017400.070.300.0346.0382.0282.55
HexF7E6AE071E32e5253
Octal3673462560736356122123
Binary1111011111100110101011100111111101110111010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7E6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7E6AE; }

 p { color: rgb(247,230,174); }

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

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

 a { background-color: rgb(247,230,174); }

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

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

 span { border-color: rgb(247,230,174); }

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