Shades of Vis Vis #F9DB8C
Tints of Vis Vis #F9DB8C
RGB
CMYK
RGB Variations
Color information
#F9DB8C (or 0xF9DB8C) is known color: Vis Vis. HEX triplet: F9, DB and 8C. RGB value is (249,219,140). Sum of RGB (Red+Green+Blue) = 249+219+140=608 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.95% from 608); Green value is 219 (85.94% from 255 or 36.02% from 608); Blue value is 140 (55.08% from 255 or 23.03% from 608); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DB8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9DB8C is #062473. Grayscale: #DBDBDB. Windows color (decimal): -402548 or 9231353. OLE color: 9231353.
HSL color Cylindrical-coordinate representation of color #F9DB8C: hue angle of 43.49º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F9DB8C is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 219 | 140 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.02 |
| HSL | 43.49º | 0.9% | 0.76% | - |
| HSV(B) | 43.49º | 0.44% | 0.98% | - |
| XYZ | 69.13 | 72.7 | 35.2 | - |
| YUV | 218.96 | 83.44 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 219 | 140 | 0 | 0.12 | 0.44 | 0.02 | 43.49 | 0.9 | 0.76 |
| Hex | F9 | DB | 8C | 0 | C | 2C | 2 | 2B | 5A | 4C |
| Octal | 371 | 333 | 214 | 0 | 14 | 54 | 2 | 53 | 132 | 114 |
| Binary | 11111001 | 11011011 | 10001100 | 0 | 1100 | 101100 | 10 | 101011 | 1011010 | 1001100 |
Color Harmonies of #F9DB8C
Complementary color
Monochromatic Colors of #F9DB8C
Black with #F9DB8C
Text Example
Text Example
White with #F9DB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DB8C; }
p { color: rgb(249,219,140); }
H1.HeaderClassName
{
color: #F9DB8C;
}
.AnyTagClassName
{
color: #F9DB8C;
}
</style>
background-color css
<style>
a { background-color: #F9DB8C; }
a { background-color: rgb(249,219,140); }
div.DivClassName
{
background-color: #F9DB8C;
}
.BgClassName
{
background-color: #F9DB8C;
}
</style>
border-color css
<style>
span { border-color: #F9DB8C; }
span { border-color: rgb(249,219,140); }
td.TdClassName
{
border-color: #F9DB8C;
}
.TagClassName
{
border-color: #F9DB8C;
}
</style>