Shades of Vis Vis #FAE58C
Tints of Vis Vis #FAE58C
RGB
CMYK
RGB Variations
Color information
#FAE58C (or 0xFAE58C) is known color: Vis Vis. HEX triplet: FA, E5 and 8C. RGB value is (250,229,140). Sum of RGB (Red+Green+Blue) = 250+229+140=619 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.39% from 619); Green value is 229 (89.84% from 255 or 37.00% from 619); Blue value is 140 (55.08% from 255 or 22.62% from 619); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE58C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE58C is #051A73. Grayscale: #E1E1E1. Windows color (decimal): -334452 or 9233914. OLE color: 9233914.
HSL color Cylindrical-coordinate representation of color #FAE58C: hue angle of 48.55º 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 #FAE58C is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 229 | 140 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.02 |
| HSL | 48.55º | 0.92% | 0.76% | - |
| HSV(B) | 48.55º | 0.44% | 0.98% | - |
| XYZ | 72.18 | 78.26 | 36.11 | - |
| YUV | 225.13 | 79.96 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 229 | 140 | 0 | 0.08 | 0.44 | 0.02 | 48.55 | 0.92 | 0.76 |
| Hex | FA | E5 | 8C | 0 | 8 | 2C | 2 | 31 | 5C | 4C |
| Octal | 372 | 345 | 214 | 0 | 10 | 54 | 2 | 61 | 134 | 114 |
| Binary | 11111010 | 11100101 | 10001100 | 0 | 1000 | 101100 | 10 | 110001 | 1011100 | 1001100 |
Color Harmonies of #FAE58C
Complementary color
Monochromatic Colors of #FAE58C
Black with #FAE58C
Text Example
Text Example
White with #FAE58C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE58C; }
p { color: rgb(250,229,140); }
H1.HeaderClassName
{
color: #FAE58C;
}
.AnyTagClassName
{
color: #FAE58C;
}
</style>
background-color css
<style>
a { background-color: #FAE58C; }
a { background-color: rgb(250,229,140); }
div.DivClassName
{
background-color: #FAE58C;
}
.BgClassName
{
background-color: #FAE58C;
}
</style>
border-color css
<style>
span { border-color: #FAE58C; }
span { border-color: rgb(250,229,140); }
td.TdClassName
{
border-color: #FAE58C;
}
.TagClassName
{
border-color: #FAE58C;
}
</style>