#FAE18D

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

Shades of Vis Vis #FAE18D

Tints of Vis Vis #FAE18D

Color information

#FAE18D (or 0xFAE18D) is unknown color: approx Vis Vis. HEX triplet: FA, E1 and 8D. RGB value is (250,225,141). Sum of RGB (Red+Green+Blue) = 250+225+141=616 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.58% from 616); Green value is 225 (88.28% from 255 or 36.53% from 616); Blue value is 141 (55.47% from 255 or 22.89% from 616); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE18D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE18D is #051E72. Grayscale: #DFDFDF. Windows color (decimal): -335475 or 9298426. OLE color: 9298426.

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

Color convert

RGB250225141-
CMYK00.100.440.02
HSL46.24º91.6%76.67%-
HSV(B)46.24º43.6%98.04%-
XYZ71.1676.136.14-
YUV222.981.78147.33-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.58%
GREEN value IS 225 (88.28% from 255) = 36.53%
BLUE value IS 141 (55.47% from 255) = 22.89%
R=40.58%
G=36.53%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022514100.100.440.0246.2491.676.67
HexFAE18D0A2C22e5c4d
Octal37234121501254256134115
Binary111110101110000110001101010101011001010111010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE18D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE18D; }

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

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

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

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

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

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

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

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