Shades of Vis Vis #F0DB90
Tints of Vis Vis #F0DB90
RGB
CMYK
RGB Variations
Color information
#F0DB90 (or 0xF0DB90) is known color: Vis Vis. HEX triplet: F0, DB and 90. RGB value is (240,219,144). Sum of RGB (Red+Green+Blue) = 240+219+144=603 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.80% from 603); Green value is 219 (85.94% from 255 or 36.32% from 603); Blue value is 144 (56.64% from 255 or 23.88% from 603); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DB90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DB90 is #0F246F. Grayscale: #D9D9D9. Windows color (decimal): -992368 or 9493488. OLE color: 9493488.
HSL color Cylindrical-coordinate representation of color #F0DB90: hue angle of 46.88º 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 #F0DB90 is Cyan = 0, Magento = 0.09, Yellow = 0.4 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 219 | 144 | - |
| CMYK | 0 | 0.09 | 0.4 | 0.06 |
| HSL | 46.88º | 0.76% | 0.75% | - |
| HSV(B) | 46.88º | 0.4% | 0.94% | - |
| XYZ | 66.3 | 71.2 | 36.63 | - |
| YUV | 216.73 | 86.96 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 219 | 144 | 0 | 0.09 | 0.4 | 0.06 | 46.88 | 0.76 | 0.75 |
| Hex | F0 | DB | 90 | 0 | 9 | 28 | 6 | 2F | 4C | 4B |
| Octal | 360 | 333 | 220 | 0 | 11 | 50 | 6 | 57 | 114 | 113 |
| Binary | 11110000 | 11011011 | 10010000 | 0 | 1001 | 101000 | 110 | 101111 | 1001100 | 1001011 |
Color Harmonies of #F0DB90
Complementary color
Monochromatic Colors of #F0DB90
Black with #F0DB90
Text Example
Text Example
White with #F0DB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DB90; }
p { color: rgb(240,219,144); }
H1.HeaderClassName
{
color: #F0DB90;
}
.AnyTagClassName
{
color: #F0DB90;
}
</style>
background-color css
<style>
a { background-color: #F0DB90; }
a { background-color: rgb(240,219,144); }
div.DivClassName
{
background-color: #F0DB90;
}
.BgClassName
{
background-color: #F0DB90;
}
</style>
border-color css
<style>
span { border-color: #F0DB90; }
span { border-color: rgb(240,219,144); }
td.TdClassName
{
border-color: #F0DB90;
}
.TagClassName
{
border-color: #F0DB90;
}
</style>