Shades of Vis Vis #FAE58A
Tints of Vis Vis #FAE58A
RGB
CMYK
RGB Variations
Color information
#FAE58A (or 0xFAE58A) is known color: Vis Vis. HEX triplet: FA, E5 and 8A. RGB value is (250,229,138). Sum of RGB (Red+Green+Blue) = 250+229+138=617 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.52% from 617); Green value is 229 (89.84% from 255 or 37.12% from 617); Blue value is 138 (54.30% from 255 or 22.37% from 617); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE58A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE58A is #051A75. Grayscale: #E1E1E1. Windows color (decimal): -334454 or 9102842. OLE color: 9102842.
HSL color Cylindrical-coordinate representation of color #FAE58A: hue angle of 48.75º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FAE58A is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 229 | 138 | - |
| CMYK | 0 | 0.08 | 0.45 | 0.02 |
| HSL | 48.75º | 0.92% | 0.76% | - |
| HSV(B) | 48.75º | 0.45% | 0.98% | - |
| XYZ | 72.03 | 78.2 | 35.34 | - |
| YUV | 224.91 | 78.96 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 229 | 138 | 0 | 0.08 | 0.45 | 0.02 | 48.75 | 0.92 | 0.76 |
| Hex | FA | E5 | 8A | 0 | 8 | 2D | 2 | 31 | 5C | 4C |
| Octal | 372 | 345 | 212 | 0 | 10 | 55 | 2 | 61 | 134 | 114 |
| Binary | 11111010 | 11100101 | 10001010 | 0 | 1000 | 101101 | 10 | 110001 | 1011100 | 1001100 |
Color Harmonies of #FAE58A
Complementary color
Monochromatic Colors of #FAE58A
Black with #FAE58A
Text Example
Text Example
White with #FAE58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE58A; }
p { color: rgb(250,229,138); }
H1.HeaderClassName
{
color: #FAE58A;
}
.AnyTagClassName
{
color: #FAE58A;
}
</style>
background-color css
<style>
a { background-color: #FAE58A; }
a { background-color: rgb(250,229,138); }
div.DivClassName
{
background-color: #FAE58A;
}
.BgClassName
{
background-color: #FAE58A;
}
</style>
border-color css
<style>
span { border-color: #FAE58A; }
span { border-color: rgb(250,229,138); }
td.TdClassName
{
border-color: #FAE58A;
}
.TagClassName
{
border-color: #FAE58A;
}
</style>