#FAE497

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

Shades of Vis Vis #FAE497

Tints of Vis Vis #FAE497

Color information

#FAE497 (or 0xFAE497) is unknown color: approx Vis Vis. HEX triplet: FA, E4 and 97. RGB value is (250,228,151). Sum of RGB (Red+Green+Blue) = 250+228+151=629 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.75% from 629); Green value is 228 (89.45% from 255 or 36.25% from 629); Blue value is 151 (59.38% from 255 or 24.01% from 629); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE497 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE497 is #051B68. Grayscale: #E2E2E2. Windows color (decimal): -334697 or 9954554. OLE color: 9954554.

HSL color Cylindrical-coordinate representation of color #FAE497: hue angle of 46.67º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FAE497 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB250228151-
CMYK00.090.400.02
HSL46.67º90.83%78.63%-
HSV(B)46.67º39.6%98.04%-
XYZ72.7578.0540.51-
YUV225.885.79145.26-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.75%
GREEN value IS 228 (89.45% from 255) = 36.25%
BLUE value IS 151 (59.38% from 255) = 24.01%
R=39.75%
G=36.25%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022815100.090.400.0246.6790.8378.63
HexFAE497092822f5b4f
Octal37234422701150257133117
Binary111110101110010010010111010011010001010111110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE497; }

 p { color: rgb(250,228,151); }

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

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

 a { background-color: rgb(250,228,151); }

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

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

 span { border-color: rgb(250,228,151); }

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