Shades of Vis Vis #FAE59D
Tints of Vis Vis #FAE59D
RGB
CMYK
RGB Variations
Color information
#FAE59D (or 0xFAE59D) is known color: Vis Vis. HEX triplet: FA, E5 and 9D. RGB value is (250,229,157). Sum of RGB (Red+Green+Blue) = 250+229+157=636 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.31% from 636); Green value is 229 (89.84% from 255 or 36.01% from 636); Blue value is 157 (61.72% from 255 or 24.69% from 636); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE59D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE59D is #051A62. Grayscale: #E3E3E3. Windows color (decimal): -334435 or 10348026. OLE color: 10348026.
HSL color Cylindrical-coordinate representation of color #FAE59D: hue angle of 46.45º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #FAE59D is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 229 | 157 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.02 |
| HSL | 46.45º | 0.9% | 0.8% | - |
| HSV(B) | 46.45º | 0.37% | 0.98% | - |
| XYZ | 73.53 | 78.8 | 43.23 | - |
| YUV | 227.07 | 88.46 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 229 | 157 | 0 | 0.08 | 0.37 | 0.02 | 46.45 | 0.9 | 0.8 |
| Hex | FA | E5 | 9D | 0 | 8 | 25 | 2 | 2E | 5A | 50 |
| Octal | 372 | 345 | 235 | 0 | 10 | 45 | 2 | 56 | 132 | 120 |
| Binary | 11111010 | 11100101 | 10011101 | 0 | 1000 | 100101 | 10 | 101110 | 1011010 | 1010000 |
Color Harmonies of #FAE59D
Complementary color
Monochromatic Colors of #FAE59D
Black with #FAE59D
Text Example
Text Example
White with #FAE59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE59D; }
p { color: rgb(250,229,157); }
H1.HeaderClassName
{
color: #FAE59D;
}
.AnyTagClassName
{
color: #FAE59D;
}
</style>
background-color css
<style>
a { background-color: #FAE59D; }
a { background-color: rgb(250,229,157); }
div.DivClassName
{
background-color: #FAE59D;
}
.BgClassName
{
background-color: #FAE59D;
}
</style>
border-color css
<style>
span { border-color: #FAE59D; }
span { border-color: rgb(250,229,157); }
td.TdClassName
{
border-color: #FAE59D;
}
.TagClassName
{
border-color: #FAE59D;
}
</style>