#FAE490

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

Shades of Vis Vis #FAE490

Tints of Vis Vis #FAE490

Color information

#FAE490 (or 0xFAE490) is unknown color: approx Vis Vis. HEX triplet: FA, E4 and 90. RGB value is (250,228,144). Sum of RGB (Red+Green+Blue) = 250+228+144=622 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.19% from 622); Green value is 228 (89.45% from 255 or 36.66% from 622); Blue value is 144 (56.64% from 255 or 23.15% from 622); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE490 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE490 is #051B6F. Grayscale: #E1E1E1. Windows color (decimal): -334704 or 9495802. OLE color: 9495802.

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

Color convert

RGB250228144-
CMYK00.090.420.02
HSL47.55º91.38%77.25%-
HSV(B)47.55º42.4%98.04%-
XYZ72.277.8237.6-
YUV22582.29145.83-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.19%
GREEN value IS 228 (89.45% from 255) = 36.66%
BLUE value IS 144 (56.64% from 255) = 23.15%
R=40.19%
G=36.66%
B=23.15%

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
Decimal25022814400.090.420.0247.5591.3877.25
HexFAE490092A2305b4d
Octal37234422001152260133115
Binary111110101110010010010000010011010101011000010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE490; }

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

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

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

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

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

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

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

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