#FAE39A

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

Shades of Vis Vis #FAE39A

Tints of Vis Vis #FAE39A

Color information

#FAE39A (or 0xFAE39A) is unknown color: approx Vis Vis. HEX triplet: FA, E3 and 9A. RGB value is (250,227,154). Sum of RGB (Red+Green+Blue) = 250+227+154=631 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.62% from 631); Green value is 227 (89.06% from 255 or 35.97% from 631); Blue value is 154 (60.55% from 255 or 24.41% from 631); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE39A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE39A is #051C65. Grayscale: #E1E1E1. Windows color (decimal): -334950 or 10150906. OLE color: 10150906.

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

Color convert

RGB250227154-
CMYK00.090.380.02
HSL45.62º90.57%79.22%-
HSV(B)45.62º38.4%98.04%-
XYZ72.7377.641.72-
YUV225.5687.62145.44-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.62%
GREEN value IS 227 (89.06% from 255) = 35.97%
BLUE value IS 154 (60.55% from 255) = 24.41%
R=39.62%
G=35.97%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022715400.090.380.0245.6290.5779.22
HexFAE39A092622e5b4f
Octal37234323201146256133117
Binary111110101110001110011010010011001101010111010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE39A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE39A; }

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

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

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

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

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

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

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

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