Shades of Vis Vis #F9DA91
Tints of Vis Vis #F9DA91
RGB
CMYK
RGB Variations
Color information
#F9DA91 (or 0xF9DA91) is known color: Vis Vis. HEX triplet: F9, DA and 91. RGB value is (249,218,145). Sum of RGB (Red+Green+Blue) = 249+218+145=612 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.69% from 612); Green value is 218 (85.55% from 255 or 35.62% from 612); Blue value is 145 (57.03% from 255 or 23.69% from 612); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DA91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9DA91 is #06256E. Grayscale: #DBDBDB. Windows color (decimal): -402799 or 9558777. OLE color: 9558777.
HSL color Cylindrical-coordinate representation of color #F9DA91: hue angle of 42.12º 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 #F9DA91 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 218 | 145 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.02 |
| HSL | 42.12º | 0.9% | 0.77% | - |
| HSV(B) | 42.12º | 0.42% | 0.98% | - |
| XYZ | 69.25 | 72.33 | 37.1 | - |
| YUV | 218.95 | 86.27 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 218 | 145 | 0 | 0.12 | 0.42 | 0.02 | 42.12 | 0.9 | 0.77 |
| Hex | F9 | DA | 91 | 0 | C | 2A | 2 | 2A | 5A | 4D |
| Octal | 371 | 332 | 221 | 0 | 14 | 52 | 2 | 52 | 132 | 115 |
| Binary | 11111001 | 11011010 | 10010001 | 0 | 1100 | 101010 | 10 | 101010 | 1011010 | 1001101 |
Color Harmonies of #F9DA91
Complementary color
Monochromatic Colors of #F9DA91
Black with #F9DA91
Text Example
Text Example
White with #F9DA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DA91; }
p { color: rgb(249,218,145); }
H1.HeaderClassName
{
color: #F9DA91;
}
.AnyTagClassName
{
color: #F9DA91;
}
</style>
background-color css
<style>
a { background-color: #F9DA91; }
a { background-color: rgb(249,218,145); }
div.DivClassName
{
background-color: #F9DA91;
}
.BgClassName
{
background-color: #F9DA91;
}
</style>
border-color css
<style>
span { border-color: #F9DA91; }
span { border-color: rgb(249,218,145); }
td.TdClassName
{
border-color: #F9DA91;
}
.TagClassName
{
border-color: #F9DA91;
}
</style>