#FAE68B

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

Shades of Vis Vis #FAE68B

Tints of Vis Vis #FAE68B

Color information

#FAE68B (or 0xFAE68B) is unknown color: approx Vis Vis. HEX triplet: FA, E6 and 8B. RGB value is (250,230,139). Sum of RGB (Red+Green+Blue) = 250+230+139=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 230 (90.23% from 255 or 37.16% from 619); Blue value is 139 (54.69% from 255 or 22.46% from 619); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE68B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE68B is #051974. Grayscale: #E1E1E1. Windows color (decimal): -334197 or 9168634. OLE color: 9168634.

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

Color convert

RGB250230139-
CMYK00.080.440.02
HSL49.19º91.74%76.27%-
HSV(B)49.19º44.4%98.04%-
XYZ72.3878.7835.82-
YUV225.6179.13145.4-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.39%
GREEN value IS 230 (90.23% from 255) = 37.16%
BLUE value IS 139 (54.69% from 255) = 22.46%
R=40.39%
G=37.16%
B=22.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023013900.080.440.0249.1991.7476.27
HexFAE68B082C2315c4c
Octal37234621301054261134114
Binary111110101110011010001011010001011001011000110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE68B; }

 p { color: rgb(250,230,139); }

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

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

 a { background-color: rgb(250,230,139); }

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

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

 span { border-color: rgb(250,230,139); }

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