#FAE499

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

Shades of Vis Vis #FAE499

Tints of Vis Vis #FAE499

Color information

#FAE499 (or 0xFAE499) is unknown color: approx Vis Vis. HEX triplet: FA, E4 and 99. RGB value is (250,228,153). Sum of RGB (Red+Green+Blue) = 250+228+153=631 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.62% from 631); Green value is 228 (89.45% from 255 or 36.13% from 631); Blue value is 153 (60.16% from 255 or 24.25% from 631); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE499 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE499 is #051B66. Grayscale: #E2E2E2. Windows color (decimal): -334695 or 10085626. OLE color: 10085626.

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

Color convert

RGB250228153-
CMYK00.090.390.02
HSL46.39º90.65%79.02%-
HSV(B)46.39º38.8%98.04%-
XYZ72.9278.1141.37-
YUV226.0386.79145.1-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.62%
GREEN value IS 228 (89.45% from 255) = 36.13%
BLUE value IS 153 (60.16% from 255) = 24.25%
R=39.62%
G=36.13%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.39
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022815300.090.390.0246.3990.6579.02
HexFAE499092722e5b4f
Octal37234423101147256133117
Binary111110101110010010011001010011001111010111010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE499; }

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

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

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

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

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

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

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

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