Shades of Vis Vis #F9E190
Tints of Vis Vis #F9E190
RGB
CMYK
RGB Variations
Color information
#F9E190 (or 0xF9E190) is known color: Vis Vis. HEX triplet: F9, E1 and 90. RGB value is (249,225,144). Sum of RGB (Red+Green+Blue) = 249+225+144=618 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.29% from 618); Green value is 225 (88.28% from 255 or 36.41% from 618); Blue value is 144 (56.64% from 255 or 23.30% from 618); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E190 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9E190 is #061E6F. Grayscale: #DFDFDF. Windows color (decimal): -401008 or 9495033. OLE color: 9495033.
HSL color Cylindrical-coordinate representation of color #F9E190: hue angle of 46.29º 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 #F9E190 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 225 | 144 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.02 |
| HSL | 46.29º | 0.9% | 0.77% | - |
| HSV(B) | 46.29º | 0.42% | 0.98% | - |
| XYZ | 71.03 | 76 | 37.31 | - |
| YUV | 222.94 | 83.45 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 225 | 144 | 0 | 0.10 | 0.42 | 0.02 | 46.29 | 0.9 | 0.77 |
| Hex | F9 | E1 | 90 | 0 | A | 2A | 2 | 2E | 5A | 4D |
| Octal | 371 | 341 | 220 | 0 | 12 | 52 | 2 | 56 | 132 | 115 |
| Binary | 11111001 | 11100001 | 10010000 | 0 | 1010 | 101010 | 10 | 101110 | 1011010 | 1001101 |
Color Harmonies of #F9E190
Complementary color
Monochromatic Colors of #F9E190
Black with #F9E190
Text Example
Text Example
White with #F9E190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E190; }
p { color: rgb(249,225,144); }
H1.HeaderClassName
{
color: #F9E190;
}
.AnyTagClassName
{
color: #F9E190;
}
</style>
background-color css
<style>
a { background-color: #F9E190; }
a { background-color: rgb(249,225,144); }
div.DivClassName
{
background-color: #F9E190;
}
.BgClassName
{
background-color: #F9E190;
}
</style>
border-color css
<style>
span { border-color: #F9E190; }
span { border-color: rgb(249,225,144); }
td.TdClassName
{
border-color: #F9E190;
}
.TagClassName
{
border-color: #F9E190;
}
</style>