Shades of Vis Vis #F9E19A
Tints of Vis Vis #F9E19A
RGB
CMYK
RGB Variations
Color information
#F9E19A (or 0xF9E19A) is known color: Vis Vis. HEX triplet: F9, E1 and 9A. RGB value is (249,225,154). Sum of RGB (Red+Green+Blue) = 249+225+154=628 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.65% from 628); Green value is 225 (88.28% from 255 or 35.83% from 628); Blue value is 154 (60.55% from 255 or 24.52% from 628); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E19A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9E19A is #061E65. Grayscale: #E0E0E0. Windows color (decimal): -400998 or 10150393. OLE color: 10150393.
HSL color Cylindrical-coordinate representation of color #F9E19A: hue angle of 44.84º degrees, saturation: 0.89, 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 #F9E19A is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 225 | 154 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.02 |
| HSL | 44.84º | 0.89% | 0.79% | - |
| HSV(B) | 44.84º | 0.38% | 0.98% | - |
| XYZ | 71.82 | 76.32 | 41.52 | - |
| YUV | 224.08 | 88.45 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 225 | 154 | 0 | 0.10 | 0.38 | 0.02 | 44.84 | 0.89 | 0.79 |
| Hex | F9 | E1 | 9A | 0 | A | 26 | 2 | 2D | 59 | 4F |
| Octal | 371 | 341 | 232 | 0 | 12 | 46 | 2 | 55 | 131 | 117 |
| Binary | 11111001 | 11100001 | 10011010 | 0 | 1010 | 100110 | 10 | 101101 | 1011001 | 1001111 |
Color Harmonies of #F9E19A
Complementary color
Monochromatic Colors of #F9E19A
Black with #F9E19A
Text Example
Text Example
White with #F9E19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E19A; }
p { color: rgb(249,225,154); }
H1.HeaderClassName
{
color: #F9E19A;
}
.AnyTagClassName
{
color: #F9E19A;
}
</style>
background-color css
<style>
a { background-color: #F9E19A; }
a { background-color: rgb(249,225,154); }
div.DivClassName
{
background-color: #F9E19A;
}
.BgClassName
{
background-color: #F9E19A;
}
</style>
border-color css
<style>
span { border-color: #F9E19A; }
span { border-color: rgb(249,225,154); }
td.TdClassName
{
border-color: #F9E19A;
}
.TagClassName
{
border-color: #F9E19A;
}
</style>