Shades of Vis Vis #F9DC91
Tints of Vis Vis #F9DC91
RGB
CMYK
RGB Variations
Color information
#F9DC91 (or 0xF9DC91) is known color: Vis Vis. HEX triplet: F9, DC and 91. RGB value is (249,220,145). Sum of RGB (Red+Green+Blue) = 249+220+145=614 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.55% from 614); Green value is 220 (86.33% from 255 or 35.83% from 614); Blue value is 145 (57.03% from 255 or 23.62% from 614); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DC91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9DC91 is #06236E. Grayscale: #DCDCDC. Windows color (decimal): -402287 or 9559289. OLE color: 9559289.
HSL color Cylindrical-coordinate representation of color #F9DC91: hue angle of 43.27º 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 #F9DC91 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 220 | 145 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.02 |
| HSL | 43.27º | 0.9% | 0.77% | - |
| HSV(B) | 43.27º | 0.42% | 0.98% | - |
| XYZ | 69.77 | 73.37 | 37.27 | - |
| YUV | 220.12 | 85.61 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 220 | 145 | 0 | 0.12 | 0.42 | 0.02 | 43.27 | 0.9 | 0.77 |
| Hex | F9 | DC | 91 | 0 | C | 2A | 2 | 2B | 5A | 4D |
| Octal | 371 | 334 | 221 | 0 | 14 | 52 | 2 | 53 | 132 | 115 |
| Binary | 11111001 | 11011100 | 10010001 | 0 | 1100 | 101010 | 10 | 101011 | 1011010 | 1001101 |
Color Harmonies of #F9DC91
Complementary color
Monochromatic Colors of #F9DC91
Black with #F9DC91
Text Example
Text Example
White with #F9DC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DC91; }
p { color: rgb(249,220,145); }
H1.HeaderClassName
{
color: #F9DC91;
}
.AnyTagClassName
{
color: #F9DC91;
}
</style>
background-color css
<style>
a { background-color: #F9DC91; }
a { background-color: rgb(249,220,145); }
div.DivClassName
{
background-color: #F9DC91;
}
.BgClassName
{
background-color: #F9DC91;
}
</style>
border-color css
<style>
span { border-color: #F9DC91; }
span { border-color: rgb(249,220,145); }
td.TdClassName
{
border-color: #F9DC91;
}
.TagClassName
{
border-color: #F9DC91;
}
</style>