Shades of Vis Vis #FAE69A
Tints of Vis Vis #FAE69A
RGB
CMYK
RGB Variations
Color information
#FAE69A (or 0xFAE69A) is known color: Vis Vis. HEX triplet: FA, E6 and 9A. RGB value is (250,230,154). Sum of RGB (Red+Green+Blue) = 250+230+154=634 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.43% from 634); Green value is 230 (90.23% from 255 or 36.28% from 634); Blue value is 154 (60.55% from 255 or 24.29% from 634); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE69A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FAE69A is #051965. Grayscale: #E3E3E3. Windows color (decimal): -334182 or 10151674. OLE color: 10151674.
HSL color Cylindrical-coordinate representation of color #FAE69A: hue angle of 47.5º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FAE69A is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 230 | 154 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.02 |
| HSL | 47.5º | 0.91% | 0.79% | - |
| HSV(B) | 47.5º | 0.38% | 0.98% | - |
| XYZ | 73.55 | 79.25 | 41.99 | - |
| YUV | 227.32 | 86.63 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 230 | 154 | 0 | 0.08 | 0.38 | 0.02 | 47.5 | 0.91 | 0.79 |
| Hex | FA | E6 | 9A | 0 | 8 | 26 | 2 | 30 | 5B | 4F |
| Octal | 372 | 346 | 232 | 0 | 10 | 46 | 2 | 60 | 133 | 117 |
| Binary | 11111010 | 11100110 | 10011010 | 0 | 1000 | 100110 | 10 | 110000 | 1011011 | 1001111 |
Color Harmonies of #FAE69A
Complementary color
Monochromatic Colors of #FAE69A
Black with #FAE69A
Text Example
Text Example
White with #FAE69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE69A; }
p { color: rgb(250,230,154); }
H1.HeaderClassName
{
color: #FAE69A;
}
.AnyTagClassName
{
color: #FAE69A;
}
</style>
background-color css
<style>
a { background-color: #FAE69A; }
a { background-color: rgb(250,230,154); }
div.DivClassName
{
background-color: #FAE69A;
}
.BgClassName
{
background-color: #FAE69A;
}
</style>
border-color css
<style>
span { border-color: #FAE69A; }
span { border-color: rgb(250,230,154); }
td.TdClassName
{
border-color: #FAE69A;
}
.TagClassName
{
border-color: #FAE69A;
}
</style>