#FAE38A

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

Shades of Vis Vis #FAE38A

Tints of Vis Vis #FAE38A

Color information

#FAE38A (or 0xFAE38A) is unknown color: approx Vis Vis. HEX triplet: FA, E3 and 8A. RGB value is (250,227,138). Sum of RGB (Red+Green+Blue) = 250+227+138=615 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.65% from 615); Green value is 227 (89.06% from 255 or 36.91% from 615); Blue value is 138 (54.30% from 255 or 22.44% from 615); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE38A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE38A is #051C75. Grayscale: #E0E0E0. Windows color (decimal): -334966 or 9102330. OLE color: 9102330.

HSL color Cylindrical-coordinate representation of color #FAE38A: hue angle of 47.68º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FAE38A is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB250227138-
CMYK00.090.450.02
HSL47.68º91.8%76.08%-
HSV(B)47.68º44.8%98.04%-
XYZ71.4877.135.16-
YUV223.7379.62146.74-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.65%
GREEN value IS 227 (89.06% from 255) = 36.91%
BLUE value IS 138 (54.30% from 255) = 22.44%
R=40.65%
G=36.91%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.45
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022713800.090.450.0247.6891.876.08
HexFAE38A092D2305c4c
Octal37234321201155260134114
Binary111110101110001110001010010011011011011000010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE38A; }

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

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

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

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

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

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

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

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