#FAE58B

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

Shades of Vis Vis #FAE58B

Tints of Vis Vis #FAE58B

Color information

#FAE58B (or 0xFAE58B) is unknown color: approx Vis Vis. HEX triplet: FA, E5 and 8B. RGB value is (250,229,139). Sum of RGB (Red+Green+Blue) = 250+229+139=618 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.45% from 618); Green value is 229 (89.84% from 255 or 37.06% from 618); Blue value is 139 (54.69% from 255 or 22.49% from 618); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE58B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE58B is #051A74. Grayscale: #E1E1E1. Windows color (decimal): -334453 or 9168378. OLE color: 9168378.

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

Color convert

RGB250229139-
CMYK00.080.440.02
HSL48.65º91.74%76.27%-
HSV(B)48.65º44.4%98.04%-
XYZ72.178.2335.73-
YUV225.0279.46145.82-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 40.45%
GREEN value IS 229 (89.84% from 255) = 37.06%
BLUE value IS 139 (54.69% from 255) = 22.49%
R=40.45%
G=37.06%
B=22.49%

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
Decimal25022913900.080.440.0248.6591.7476.27
HexFAE58B082C2315c4c
Octal37234521301054261134114
Binary111110101110010110001011010001011001011000110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE58B; }

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

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

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

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

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

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

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

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