Shades of Vis Vis #F9DB92
Tints of Vis Vis #F9DB92
RGB
CMYK
RGB Variations
Color information
#F9DB92 (or 0xF9DB92) is known color: Vis Vis. HEX triplet: F9, DB and 92. RGB value is (249,219,146). Sum of RGB (Red+Green+Blue) = 249+219+146=614 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.55% from 614); Green value is 219 (85.94% from 255 or 35.67% from 614); Blue value is 146 (57.42% from 255 or 23.78% from 614); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DB92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9DB92 is #06246D. Grayscale: #DBDBDB. Windows color (decimal): -402542 or 9624569. OLE color: 9624569.
HSL color Cylindrical-coordinate representation of color #F9DB92: hue angle of 42.52º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F9DB92 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 219 | 146 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.02 |
| HSL | 42.52º | 0.9% | 0.77% | - |
| HSV(B) | 42.52º | 0.41% | 0.98% | - |
| XYZ | 69.59 | 72.88 | 37.59 | - |
| YUV | 219.65 | 86.44 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 219 | 146 | 0 | 0.12 | 0.41 | 0.02 | 42.52 | 0.9 | 0.77 |
| Hex | F9 | DB | 92 | 0 | C | 29 | 2 | 2B | 5A | 4D |
| Octal | 371 | 333 | 222 | 0 | 14 | 51 | 2 | 53 | 132 | 115 |
| Binary | 11111001 | 11011011 | 10010010 | 0 | 1100 | 101001 | 10 | 101011 | 1011010 | 1001101 |
Color Harmonies of #F9DB92
Complementary color
Monochromatic Colors of #F9DB92
Black with #F9DB92
Text Example
Text Example
White with #F9DB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DB92; }
p { color: rgb(249,219,146); }
H1.HeaderClassName
{
color: #F9DB92;
}
.AnyTagClassName
{
color: #F9DB92;
}
</style>
background-color css
<style>
a { background-color: #F9DB92; }
a { background-color: rgb(249,219,146); }
div.DivClassName
{
background-color: #F9DB92;
}
.BgClassName
{
background-color: #F9DB92;
}
</style>
border-color css
<style>
span { border-color: #F9DB92; }
span { border-color: rgb(249,219,146); }
td.TdClassName
{
border-color: #F9DB92;
}
.TagClassName
{
border-color: #F9DB92;
}
</style>