#FAE599

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

Shades of Vis Vis #FAE599

Tints of Vis Vis #FAE599

Color information

#FAE599 (or 0xFAE599) is unknown color: approx Vis Vis. HEX triplet: FA, E5 and 99. RGB value is (250,229,153). Sum of RGB (Red+Green+Blue) = 250+229+153=632 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.56% from 632); Green value is 229 (89.84% from 255 or 36.23% from 632); Blue value is 153 (60.16% from 255 or 24.21% from 632); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE599 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE599 is #051A66. Grayscale: #E2E2E2. Windows color (decimal): -334439 or 10085882. OLE color: 10085882.

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

Color convert

RGB250229153-
CMYK00.080.390.02
HSL47.01º90.65%79.02%-
HSV(B)47.01º38.8%98.04%-
XYZ73.1978.6641.46-
YUV226.6286.46144.68-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.56%
GREEN value IS 229 (89.84% from 255) = 36.23%
BLUE value IS 153 (60.16% from 255) = 24.21%
R=39.56%
G=36.23%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022915300.080.390.0247.0190.6579.02
HexFAE599082722f5b4f
Octal37234523101047257133117
Binary111110101110010110011001010001001111010111110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE599; }

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

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

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

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

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

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

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

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