#fae799

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

Shades of Vis Vis #FAE799

Tints of Vis Vis #FAE799

Color information

#FAE799 (or 0xFAE799) is unknown color: approx Vis Vis. HEX triplet: FA, E7 and 99. RGB value is (250,231,153). Sum of RGB (Red+Green+Blue) = 250+231+153=634 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.43% from 634); Green value is 231 (90.62% from 255 or 36.44% from 634); Blue value is 153 (60.16% from 255 or 24.13% from 634); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE799 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE799 is #051866. Grayscale: #E4E4E4. Windows color (decimal): -333927 or 10086394. OLE color: 10086394.

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

Color convert

RGB250231153-
CMYK00.080.390.02
HSL48.25º90.65%79.02%-
HSV(B)48.25º38.8%98.04%-
XYZ73.7579.7841.65-
YUV227.7985.79143.84-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.43%
GREEN value IS 231 (90.62% from 255) = 36.44%
BLUE value IS 153 (60.16% from 255) = 24.13%
R=39.43%
G=36.44%
B=24.13%

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
Decimal25023115300.080.390.0248.2590.6579.02
HexFAE79908272305b4f
Octal37234723101047260133117
Binary111110101110011110011001010001001111011000010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fae799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fae799; }

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

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

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

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

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

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

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

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