#FAE791

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

Shades of Vis Vis #FAE791

Tints of Vis Vis #FAE791

Color information

#FAE791 (or 0xFAE791) is unknown color: approx Vis Vis. HEX triplet: FA, E7 and 91. RGB value is (250,231,145). Sum of RGB (Red+Green+Blue) = 250+231+145=626 (82% of max value = 765). Red value is 250 (98.05% from 255 or 39.94% from 626); Green value is 231 (90.62% from 255 or 36.90% from 626); Blue value is 145 (57.03% from 255 or 23.16% from 626); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE791 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE791 is #05186E. Grayscale: #E3E3E3. Windows color (decimal): -333935 or 9562106. OLE color: 9562106.

HSL color Cylindrical-coordinate representation of color #FAE791: hue angle of 49.14º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FAE791 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB250231145-
CMYK00.080.420.02
HSL49.14º91.3%77.45%-
HSV(B)49.14º42%98.04%-
XYZ73.1179.5238.28-
YUV226.8881.79144.49-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.94%
GREEN value IS 231 (90.62% from 255) = 36.90%
BLUE value IS 145 (57.03% from 255) = 23.16%
R=39.94%
G=36.90%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023114500.080.420.0249.1491.377.45
HexFAE791082A2315b4d
Octal37234722101052261133115
Binary111110101110011110010001010001010101011000110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE791; }

 p { color: rgb(250,231,145); }

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

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

 a { background-color: rgb(250,231,145); }

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

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

 span { border-color: rgb(250,231,145); }

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