#FEF0AC

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

Shades of Banana Mania #FEF0AC

Tints of Banana Mania #FEF0AC

Color information

#FEF0AC (or 0xFEF0AC) is unknown color: approx Banana Mania. HEX triplet: FE, F0 and AC. RGB value is (254,240,172). Sum of RGB (Red+Green+Blue) = 254+240+172=666 (88% of max value = 765). Red value is 254 (99.61% from 255 or 38.14% from 666); Green value is 240 (94.14% from 255 or 36.04% from 666); Blue value is 172 (67.58% from 255 or 25.83% from 666); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF0AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF0AC is #010F53. Grayscale: #ECECEC. Windows color (decimal): -69460 or 11333886. OLE color: 11333886.

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

Color convert

RGB254240172-
CMYK00.060.320.00
HSL49.76º97.62%83.53%-
HSV(B)49.76º32.28%99.61%-
XYZ79.4886.3751.51-
YUV236.4391.64140.53-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 38.14%
GREEN value IS 240 (94.14% from 255) = 36.04%
BLUE value IS 172 (67.58% from 255) = 25.83%
R=38.14%
G=36.04%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.32
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25424017200.060.320.0049.7697.6283.53
HexFEF0AC06200326254
Octal3763602540640062142124
Binary1111111011110000101011000110100000011001011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEF0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEF0AC; }

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

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

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

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

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

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

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

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