#FEE88C

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

Shades of Vis Vis #FEE88C

Tints of Vis Vis #FEE88C

Color information

#FEE88C (or 0xFEE88C) is unknown color: approx Vis Vis. HEX triplet: FE, E8 and 8C. RGB value is (254,232,140). Sum of RGB (Red+Green+Blue) = 254+232+140=626 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.58% from 626); Green value is 232 (91.02% from 255 or 37.06% from 626); Blue value is 140 (55.08% from 255 or 22.36% from 626); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE88C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE88C is #011773. Grayscale: #E4E4E4. Windows color (decimal): -71540 or 9234686. OLE color: 9234686.

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

Color convert

RGB254232140-
CMYK00.090.450.00
HSL48.42º98.28%77.25%-
HSV(B)48.42º44.88%99.61%-
XYZ74.4680.6836.46-
YUV228.0978.29146.48-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.58%
GREEN value IS 232 (91.02% from 255) = 37.06%
BLUE value IS 140 (55.08% from 255) = 22.36%
R=40.58%
G=37.06%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.45
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423214000.090.450.0048.4298.2877.25
HexFEE88C092D030624d
Octal37635021401155060142115
Binary11111110111010001000110001001101101011000011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE88C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE88C; }

 p { color: rgb(254,232,140); }

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

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

 a { background-color: rgb(254,232,140); }

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

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

 span { border-color: rgb(254,232,140); }

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