Shades of Vis Vis #F9DF95
Tints of Vis Vis #F9DF95
RGB
CMYK
RGB Variations
Color information
#F9DF95 (or 0xF9DF95) is known color: Vis Vis. HEX triplet: F9, DF and 95. RGB value is (249,223,149). Sum of RGB (Red+Green+Blue) = 249+223+149=621 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.10% from 621); Green value is 223 (87.5% from 255 or 35.91% from 621); Blue value is 149 (58.59% from 255 or 23.99% from 621); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DF95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9DF95 is #06206A. Grayscale: #DEDEDE. Windows color (decimal): -401515 or 9822201. OLE color: 9822201.
HSL color Cylindrical-coordinate representation of color #F9DF95: hue angle of 44.4º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F9DF95 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 223 | 149 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.02 |
| HSL | 44.4º | 0.89% | 0.78% | - |
| HSV(B) | 44.4º | 0.4% | 0.98% | - |
| XYZ | 70.88 | 75.09 | 39.19 | - |
| YUV | 222.34 | 86.61 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 223 | 149 | 0 | 0.10 | 0.40 | 0.02 | 44.4 | 0.89 | 0.78 |
| Hex | F9 | DF | 95 | 0 | A | 28 | 2 | 2C | 59 | 4E |
| Octal | 371 | 337 | 225 | 0 | 12 | 50 | 2 | 54 | 131 | 116 |
| Binary | 11111001 | 11011111 | 10010101 | 0 | 1010 | 101000 | 10 | 101100 | 1011001 | 1001110 |
Color Harmonies of #F9DF95
Complementary color
Monochromatic Colors of #F9DF95
Black with #F9DF95
Text Example
Text Example
White with #F9DF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DF95; }
p { color: rgb(249,223,149); }
H1.HeaderClassName
{
color: #F9DF95;
}
.AnyTagClassName
{
color: #F9DF95;
}
</style>
background-color css
<style>
a { background-color: #F9DF95; }
a { background-color: rgb(249,223,149); }
div.DivClassName
{
background-color: #F9DF95;
}
.BgClassName
{
background-color: #F9DF95;
}
</style>
border-color css
<style>
span { border-color: #F9DF95; }
span { border-color: rgb(249,223,149); }
td.TdClassName
{
border-color: #F9DF95;
}
.TagClassName
{
border-color: #F9DF95;
}
</style>