Shades of Vis Vis #F0DB91
Tints of Vis Vis #F0DB91
RGB
CMYK
RGB Variations
Color information
#F0DB91 (or 0xF0DB91) is known color: Vis Vis. HEX triplet: F0, DB and 91. RGB value is (240,219,145). Sum of RGB (Red+Green+Blue) = 240+219+145=604 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.74% from 604); Green value is 219 (85.94% from 255 or 36.26% from 604); Blue value is 145 (57.03% from 255 or 24.01% from 604); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DB91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DB91 is #0F246E. Grayscale: #D9D9D9. Windows color (decimal): -992367 or 9559024. OLE color: 9559024.
HSL color Cylindrical-coordinate representation of color #F0DB91: hue angle of 46.74º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F0DB91 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 219 | 145 | - |
| CMYK | 0 | 0.09 | 0.40 | 0.06 |
| HSL | 46.74º | 0.76% | 0.75% | - |
| HSV(B) | 46.74º | 0.4% | 0.94% | - |
| XYZ | 66.38 | 71.23 | 37.04 | - |
| YUV | 216.84 | 87.46 | 144.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 219 | 145 | 0 | 0.09 | 0.40 | 0.06 | 46.74 | 0.76 | 0.75 |
| Hex | F0 | DB | 91 | 0 | 9 | 28 | 6 | 2F | 4C | 4B |
| Octal | 360 | 333 | 221 | 0 | 11 | 50 | 6 | 57 | 114 | 113 |
| Binary | 11110000 | 11011011 | 10010001 | 0 | 1001 | 101000 | 110 | 101111 | 1001100 | 1001011 |
Color Harmonies of #F0DB91
Complementary color
Monochromatic Colors of #F0DB91
Black with #F0DB91
Text Example
Text Example
White with #F0DB91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DB91; }
p { color: rgb(240,219,145); }
H1.HeaderClassName
{
color: #F0DB91;
}
.AnyTagClassName
{
color: #F0DB91;
}
</style>
background-color css
<style>
a { background-color: #F0DB91; }
a { background-color: rgb(240,219,145); }
div.DivClassName
{
background-color: #F0DB91;
}
.BgClassName
{
background-color: #F0DB91;
}
</style>
border-color css
<style>
span { border-color: #F0DB91; }
span { border-color: rgb(240,219,145); }
td.TdClassName
{
border-color: #F0DB91;
}
.TagClassName
{
border-color: #F0DB91;
}
</style>