#FAE391

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

Shades of Vis Vis #FAE391

Tints of Vis Vis #FAE391

Color information

#FAE391 (or 0xFAE391) is unknown color: approx Vis Vis. HEX triplet: FA, E3 and 91. RGB value is (250,227,145). Sum of RGB (Red+Green+Blue) = 250+227+145=622 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.19% from 622); Green value is 227 (89.06% from 255 or 36.50% from 622); Blue value is 145 (57.03% from 255 or 23.31% from 622); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE391 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE391 is #051C6E. Grayscale: #E0E0E0. Windows color (decimal): -334959 or 9561082. OLE color: 9561082.

HSL color Cylindrical-coordinate representation of color #FAE391: hue angle of 46.86º 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 #FAE391 is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB250227145-
CMYK00.090.420.02
HSL46.86º91.3%77.45%-
HSV(B)46.86º42%98.04%-
XYZ7277.3137.91-
YUV224.5383.12146.17-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.19%
GREEN value IS 227 (89.06% from 255) = 36.50%
BLUE value IS 145 (57.03% from 255) = 23.31%
R=40.19%
G=36.50%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022714500.090.420.0246.8691.377.45
HexFAE391092A22f5b4d
Octal37234322101152257133115
Binary111110101110001110010001010011010101010111110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE391; }

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

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

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

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

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

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

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

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