#FAE38D

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

Shades of Vis Vis #FAE38D

Tints of Vis Vis #FAE38D

Color information

#FAE38D (or 0xFAE38D) is unknown color: approx Vis Vis. HEX triplet: FA, E3 and 8D. RGB value is (250,227,141). Sum of RGB (Red+Green+Blue) = 250+227+141=618 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.45% from 618); Green value is 227 (89.06% from 255 or 36.73% from 618); Blue value is 141 (55.47% from 255 or 22.82% from 618); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE38D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE38D is #051C72. Grayscale: #E0E0E0. Windows color (decimal): -334963 or 9298938. OLE color: 9298938.

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

Color convert

RGB250227141-
CMYK00.090.440.02
HSL47.34º91.6%76.67%-
HSV(B)47.34º43.6%98.04%-
XYZ71.777.1936.32-
YUV224.0781.12146.49-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.45%
GREEN value IS 227 (89.06% from 255) = 36.73%
BLUE value IS 141 (55.47% from 255) = 22.82%
R=40.45%
G=36.73%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022714100.090.440.0247.3491.676.67
HexFAE38D092C22f5c4d
Octal37234321501154257134115
Binary111110101110001110001101010011011001010111110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE38D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE38D; }

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

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

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

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

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

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

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

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