Shades of Vis Vis #F9E191
Tints of Vis Vis #F9E191
RGB
CMYK
RGB Variations
Color information
#F9E191 (or 0xF9E191) is known color: Vis Vis. HEX triplet: F9, E1 and 91. RGB value is (249,225,145). Sum of RGB (Red+Green+Blue) = 249+225+145=619 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.23% from 619); Green value is 225 (88.28% from 255 or 36.35% from 619); Blue value is 145 (57.03% from 255 or 23.42% from 619); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E191 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9E191 is #061E6E. Grayscale: #DFDFDF. Windows color (decimal): -401007 or 9560569. OLE color: 9560569.
HSL color Cylindrical-coordinate representation of color #F9E191: hue angle of 46.15º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F9E191 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 225 | 145 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.02 |
| HSL | 46.15º | 0.9% | 0.77% | - |
| HSV(B) | 46.15º | 0.42% | 0.98% | - |
| XYZ | 71.1 | 76.03 | 37.72 | - |
| YUV | 223.06 | 83.95 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 225 | 145 | 0 | 0.10 | 0.42 | 0.02 | 46.15 | 0.9 | 0.77 |
| Hex | F9 | E1 | 91 | 0 | A | 2A | 2 | 2E | 5A | 4D |
| Octal | 371 | 341 | 221 | 0 | 12 | 52 | 2 | 56 | 132 | 115 |
| Binary | 11111001 | 11100001 | 10010001 | 0 | 1010 | 101010 | 10 | 101110 | 1011010 | 1001101 |
Color Harmonies of #F9E191
Complementary color
Monochromatic Colors of #F9E191
Black with #F9E191
Text Example
Text Example
White with #F9E191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E191; }
p { color: rgb(249,225,145); }
H1.HeaderClassName
{
color: #F9E191;
}
.AnyTagClassName
{
color: #F9E191;
}
</style>
background-color css
<style>
a { background-color: #F9E191; }
a { background-color: rgb(249,225,145); }
div.DivClassName
{
background-color: #F9E191;
}
.BgClassName
{
background-color: #F9E191;
}
</style>
border-color css
<style>
span { border-color: #F9E191; }
span { border-color: rgb(249,225,145); }
td.TdClassName
{
border-color: #F9E191;
}
.TagClassName
{
border-color: #F9E191;
}
</style>