#FEF0AE

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

Shades of Banana Mania #FEF0AE

Tints of Banana Mania #FEF0AE

Color information

#FEF0AE (or 0xFEF0AE) is unknown color: approx Banana Mania. HEX triplet: FE, F0 and AE. RGB value is (254,240,174). Sum of RGB (Red+Green+Blue) = 254+240+174=668 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.02% from 668); Green value is 240 (94.14% from 255 or 35.93% from 668); Blue value is 174 (68.36% from 255 or 26.05% from 668); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF0AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF0AE is #010F51. Grayscale: #ECECEC. Windows color (decimal): -69458 or 11464958. OLE color: 11464958.

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

Color convert

RGB254240174-
CMYK00.060.310.00
HSL49.5º97.56%83.92%-
HSV(B)49.5º31.5%99.61%-
XYZ79.6786.4552.53-
YUV236.6692.64140.37-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.02%
GREEN value IS 240 (94.14% from 255) = 35.93%
BLUE value IS 174 (68.36% from 255) = 26.05%
R=38.02%
G=35.93%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424017400.060.310.0049.597.5683.92
HexFEF0AE061F0326254
Octal3763602560637062142124
Binary111111101111000010101110011011111011001011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF0AE; }

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

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

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

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

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

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

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

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