#FAE390

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

Shades of Vis Vis #FAE390

Tints of Vis Vis #FAE390

Color information

#FAE390 (or 0xFAE390) is unknown color: approx Vis Vis. HEX triplet: FA, E3 and 90. RGB value is (250,227,144). Sum of RGB (Red+Green+Blue) = 250+227+144=621 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.26% from 621); Green value is 227 (89.06% from 255 or 36.55% from 621); Blue value is 144 (56.64% from 255 or 23.19% from 621); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE390 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE390 is #051C6F. Grayscale: #E0E0E0. Windows color (decimal): -334960 or 9495546. OLE color: 9495546.

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

Color convert

RGB250227144-
CMYK00.090.420.02
HSL46.98º91.38%77.25%-
HSV(B)46.98º42.4%98.04%-
XYZ71.9377.2837.51-
YUV224.4282.62146.25-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.26%
GREEN value IS 227 (89.06% from 255) = 36.55%
BLUE value IS 144 (56.64% from 255) = 23.19%
R=40.26%
G=36.55%
B=23.19%

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
Decimal25022714400.090.420.0246.9891.3877.25
HexFAE390092A22f5b4d
Octal37234322001152257133115
Binary111110101110001110010000010011010101010111110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE390; }

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

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

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

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

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

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

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

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