#FAE29A

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

Shades of Vis Vis #FAE29A

Tints of Vis Vis #FAE29A

Color information

#FAE29A (or 0xFAE29A) is unknown color: approx Vis Vis. HEX triplet: FA, E2 and 9A. RGB value is (250,226,154). Sum of RGB (Red+Green+Blue) = 250+226+154=630 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.68% from 630); Green value is 226 (88.67% from 255 or 35.87% from 630); Blue value is 154 (60.55% from 255 or 24.44% from 630); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE29A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE29A is #051D65. Grayscale: #E1E1E1. Windows color (decimal): -335206 or 10150650. OLE color: 10150650.

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

Color convert

RGB250226154-
CMYK00.100.380.02
HSL45º90.57%79.22%-
HSV(B)45º38.4%98.04%-
XYZ72.4577.0541.63-
YUV224.9787.95145.85-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.68%
GREEN value IS 226 (88.67% from 255) = 35.87%
BLUE value IS 154 (60.55% from 255) = 24.44%
R=39.68%
G=35.87%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022615400.100.380.024590.5779.22
HexFAE29A0A2622d5b4f
Octal37234223201246255133117
Binary111110101110001010011010010101001101010110110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE29A; }

 p { color: rgb(250,226,154); }

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

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

 a { background-color: rgb(250,226,154); }

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

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

 span { border-color: rgb(250,226,154); }

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