#FAE68C

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

Shades of Vis Vis #FAE68C

Tints of Vis Vis #FAE68C

Color information

#FAE68C (or 0xFAE68C) is unknown color: approx Vis Vis. HEX triplet: FA, E6 and 8C. RGB value is (250,230,140). Sum of RGB (Red+Green+Blue) = 250+230+140=620 (82% of max value = 765). Red value is 250 (98.05% from 255 or 40.32% from 620); Green value is 230 (90.23% from 255 or 37.10% from 620); Blue value is 140 (55.08% from 255 or 22.58% from 620); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE68C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE68C is #051973. Grayscale: #E2E2E2. Windows color (decimal): -334196 or 9234170. OLE color: 9234170.

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

Color convert

RGB250230140-
CMYK00.080.440.02
HSL49.09º91.67%76.47%-
HSV(B)49.09º44%98.04%-
XYZ72.4578.8136.2-
YUV225.7279.63145.32-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.32%
GREEN value IS 230 (90.23% from 255) = 37.10%
BLUE value IS 140 (55.08% from 255) = 22.58%
R=40.32%
G=37.10%
B=22.58%

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
Decimal25023014000.080.440.0249.0991.6776.47
HexFAE68C082C2315c4c
Octal37234621401054261134114
Binary111110101110011010001100010001011001011000110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE68C; }

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

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

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

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

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

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

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

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