#FEE98C

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

Shades of Vis Vis #FEE98C

Tints of Vis Vis #FEE98C

Color information

#FEE98C (or 0xFEE98C) is unknown color: approx Vis Vis. HEX triplet: FE, E9 and 8C. RGB value is (254,233,140). Sum of RGB (Red+Green+Blue) = 254+233+140=627 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.51% from 627); Green value is 233 (91.41% from 255 or 37.16% from 627); Blue value is 140 (55.08% from 255 or 22.33% from 627); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE98C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE98C is #011673. Grayscale: #E5E5E5. Windows color (decimal): -71284 or 9234942. OLE color: 9234942.

HSL color Cylindrical-coordinate representation of color #FEE98C: hue angle of 48.95º 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 #FEE98C is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.00.

Color convert

RGB254233140-
CMYK00.080.450.00
HSL48.95º98.28%77.25%-
HSV(B)48.95º44.88%99.61%-
XYZ74.7581.2436.55-
YUV228.6877.96146.06-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40.51%
GREEN value IS 233 (91.41% from 255) = 37.16%
BLUE value IS 140 (55.08% from 255) = 22.33%
R=40.51%
G=37.16%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.45
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423314000.080.450.0048.9598.2877.25
HexFEE98C082D031624d
Octal37635121401055061142115
Binary11111110111010011000110001000101101011000111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE98C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE98C; }

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

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

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

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

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

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

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

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