#FAE092

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

Shades of Vis Vis #FAE092

Tints of Vis Vis #FAE092

Color information

#FAE092 (or 0xFAE092) is unknown color: approx Vis Vis. HEX triplet: FA, E0 and 92. RGB value is (250,224,146). Sum of RGB (Red+Green+Blue) = 250+224+146=620 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.32% from 620); Green value is 224 (87.89% from 255 or 36.13% from 620); Blue value is 146 (57.42% from 255 or 23.55% from 620); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE092 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE092 is #051F6D. Grayscale: #DFDFDF. Windows color (decimal): -335726 or 9625850. OLE color: 9625850.

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

Color convert

RGB250224146-
CMYK00.100.420.02
HSL45º91.23%77.65%-
HSV(B)45º41.6%98.04%-
XYZ71.2775.7138.05-
YUV222.8884.61147.34-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.32%
GREEN value IS 224 (87.89% from 255) = 36.13%
BLUE value IS 146 (57.42% from 255) = 23.55%
R=40.32%
G=36.13%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.42
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022414600.100.420.024591.2377.65
HexFAE0920A2A22d5b4e
Octal37234022201252255133116
Binary111110101110000010010010010101010101010110110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE092; }

 p { color: rgb(250,224,146); }

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

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

 a { background-color: rgb(250,224,146); }

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

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

 span { border-color: rgb(250,224,146); }

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