#FAE58E

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

Shades of Vis Vis #FAE58E

Tints of Vis Vis #FAE58E

Color information

#FAE58E (or 0xFAE58E) is unknown color: approx Vis Vis. HEX triplet: FA, E5 and 8E. RGB value is (250,229,142). Sum of RGB (Red+Green+Blue) = 250+229+142=621 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.26% from 621); Green value is 229 (89.84% from 255 or 36.88% from 621); Blue value is 142 (55.86% from 255 or 22.87% from 621); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE58E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE58E is #051A71. Grayscale: #E1E1E1. Windows color (decimal): -334450 or 9364986. OLE color: 9364986.

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

Color convert

RGB250229142-
CMYK00.080.430.02
HSL48.33º91.53%76.86%-
HSV(B)48.33º43.2%98.04%-
XYZ72.3378.3236.9-
YUV225.3680.96145.57-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.26%
GREEN value IS 229 (89.84% from 255) = 36.88%
BLUE value IS 142 (55.86% from 255) = 22.87%
R=40.26%
G=36.88%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022914200.080.430.0248.3391.5376.86
HexFAE58E082B2305c4d
Octal37234521601053260134115
Binary111110101110010110001110010001010111011000010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE58E; }

 p { color: rgb(250,229,142); }

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

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

 a { background-color: rgb(250,229,142); }

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

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

 span { border-color: rgb(250,229,142); }

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