#FEE697

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

Shades of Vis Vis #FEE697

Tints of Vis Vis #FEE697

Color information

#FEE697 (or 0xFEE697) is unknown color: approx Vis Vis. HEX triplet: FE, E6 and 97. RGB value is (254,230,151). Sum of RGB (Red+Green+Blue) = 254+230+151=635 (84% of max value = 765). Red value is 254 (99.61% from 255 or 40% from 635); Green value is 230 (90.23% from 255 or 36.22% from 635); Blue value is 151 (59.38% from 255 or 23.78% from 635); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE697 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE697 is #011968. Grayscale: #E4E4E4. Windows color (decimal): -72041 or 9955070. OLE color: 9955070.

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

Color convert

RGB254230151-
CMYK00.090.410.00
HSL46.02º98.1%79.41%-
HSV(B)46.02º40.55%99.61%-
XYZ74.7679.940.76-
YUV228.1784.45146.42-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 40%
GREEN value IS 230 (90.23% from 255) = 36.22%
BLUE value IS 151 (59.38% from 255) = 23.78%
R=40%
G=36.22%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25423015100.090.410.0046.0298.179.41
HexFEE697092902e624f
Octal37634622701151056142117
Binary11111110111001101001011101001101001010111011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE697; }

 p { color: rgb(254,230,151); }

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

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

 a { background-color: rgb(254,230,151); }

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

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

 span { border-color: rgb(254,230,151); }

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