Shades of Vis Vis #FAE289
Tints of Vis Vis #FAE289
RGB
CMYK
RGB Variations
Color information
#FAE289 (or 0xFAE289) is known color: Vis Vis. HEX triplet: FA, E2 and 89. RGB value is (250,226,137). Sum of RGB (Red+Green+Blue) = 250+226+137=613 (81% of max value = 765). Red value is 250 (98.05% from 255 or 40.78% from 613); Green value is 226 (88.67% from 255 or 36.87% from 613); Blue value is 137 (53.91% from 255 or 22.35% from 613); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE289 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FAE289 is #051D76. Grayscale: #DFDFDF. Windows color (decimal): -335223 or 9036538. OLE color: 9036538.
HSL color Cylindrical-coordinate representation of color #FAE289: hue angle of 47.26º 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 #FAE289 is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 226 | 137 | - |
| CMYK | 0 | 0.10 | 0.45 | 0.02 |
| HSL | 47.26º | 0.92% | 0.76% | - |
| HSV(B) | 47.26º | 0.45% | 0.98% | - |
| XYZ | 71.14 | 76.52 | 34.69 | - |
| YUV | 223.03 | 79.45 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 226 | 137 | 0 | 0.10 | 0.45 | 0.02 | 47.26 | 0.92 | 0.76 |
| Hex | FA | E2 | 89 | 0 | A | 2D | 2 | 2F | 5C | 4C |
| Octal | 372 | 342 | 211 | 0 | 12 | 55 | 2 | 57 | 134 | 114 |
| Binary | 11111010 | 11100010 | 10001001 | 0 | 1010 | 101101 | 10 | 101111 | 1011100 | 1001100 |
Color Harmonies of #FAE289
Complementary color
Monochromatic Colors of #FAE289
Black with #FAE289
Text Example
Text Example
White with #FAE289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAE289; }
p { color: rgb(250,226,137); }
H1.HeaderClassName
{
color: #FAE289;
}
.AnyTagClassName
{
color: #FAE289;
}
</style>
background-color css
<style>
a { background-color: #FAE289; }
a { background-color: rgb(250,226,137); }
div.DivClassName
{
background-color: #FAE289;
}
.BgClassName
{
background-color: #FAE289;
}
</style>
border-color css
<style>
span { border-color: #FAE289; }
span { border-color: rgb(250,226,137); }
td.TdClassName
{
border-color: #FAE289;
}
.TagClassName
{
border-color: #FAE289;
}
</style>