Shades of Vis Vis #F9DA8D
Tints of Vis Vis #F9DA8D
RGB
CMYK
RGB Variations
Color information
#F9DA8D (or 0xF9DA8D) is known color: Vis Vis. HEX triplet: F9, DA and 8D. RGB value is (249,218,141). Sum of RGB (Red+Green+Blue) = 249+218+141=608 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.95% from 608); Green value is 218 (85.55% from 255 or 35.86% from 608); Blue value is 141 (55.47% from 255 or 23.19% from 608); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DA8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9DA8D is #062572. Grayscale: #DADADA. Windows color (decimal): -402803 or 9296633. OLE color: 9296633.
HSL color Cylindrical-coordinate representation of color #F9DA8D: hue angle of 42.78º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F9DA8D is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 218 | 141 | - |
| CMYK | 0 | 0.12 | 0.43 | 0.02 |
| HSL | 42.78º | 0.9% | 0.76% | - |
| HSV(B) | 42.78º | 0.43% | 0.98% | - |
| XYZ | 68.95 | 72.21 | 35.5 | - |
| YUV | 218.49 | 84.27 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 218 | 141 | 0 | 0.12 | 0.43 | 0.02 | 42.78 | 0.9 | 0.76 |
| Hex | F9 | DA | 8D | 0 | C | 2B | 2 | 2B | 5A | 4C |
| Octal | 371 | 332 | 215 | 0 | 14 | 53 | 2 | 53 | 132 | 114 |
| Binary | 11111001 | 11011010 | 10001101 | 0 | 1100 | 101011 | 10 | 101011 | 1011010 | 1001100 |
Color Harmonies of #F9DA8D
Complementary color
Monochromatic Colors of #F9DA8D
Black with #F9DA8D
Text Example
Text Example
White with #F9DA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DA8D; }
p { color: rgb(249,218,141); }
H1.HeaderClassName
{
color: #F9DA8D;
}
.AnyTagClassName
{
color: #F9DA8D;
}
</style>
background-color css
<style>
a { background-color: #F9DA8D; }
a { background-color: rgb(249,218,141); }
div.DivClassName
{
background-color: #F9DA8D;
}
.BgClassName
{
background-color: #F9DA8D;
}
</style>
border-color css
<style>
span { border-color: #F9DA8D; }
span { border-color: rgb(249,218,141); }
td.TdClassName
{
border-color: #F9DA8D;
}
.TagClassName
{
border-color: #F9DA8D;
}
</style>