Shades of Vis Vis #F0DC90
Tints of Vis Vis #F0DC90
RGB
CMYK
RGB Variations
Color information
#F0DC90 (or 0xF0DC90) is known color: Vis Vis. HEX triplet: F0, DC and 90. RGB value is (240,220,144). Sum of RGB (Red+Green+Blue) = 240+220+144=604 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.74% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 144 (56.64% from 255 or 23.84% from 604); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DC90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DC90 is #0F236F. Grayscale: #D9D9D9. Windows color (decimal): -992112 or 9493744. OLE color: 9493744.
HSL color Cylindrical-coordinate representation of color #F0DC90: hue angle of 47.5º 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 #F0DC90 is Cyan = 0, Magento = 0.08, Yellow = 0.4 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 220 | 144 | - |
| CMYK | 0 | 0.08 | 0.4 | 0.06 |
| HSL | 47.5º | 0.76% | 0.75% | - |
| HSV(B) | 47.5º | 0.4% | 0.94% | - |
| XYZ | 66.56 | 71.73 | 36.72 | - |
| YUV | 217.32 | 86.63 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 220 | 144 | 0 | 0.08 | 0.4 | 0.06 | 47.5 | 0.76 | 0.75 |
| Hex | F0 | DC | 90 | 0 | 8 | 28 | 6 | 30 | 4C | 4B |
| Octal | 360 | 334 | 220 | 0 | 10 | 50 | 6 | 60 | 114 | 113 |
| Binary | 11110000 | 11011100 | 10010000 | 0 | 1000 | 101000 | 110 | 110000 | 1001100 | 1001011 |
Color Harmonies of #F0DC90
Complementary color
Monochromatic Colors of #F0DC90
Black with #F0DC90
Text Example
Text Example
White with #F0DC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DC90; }
p { color: rgb(240,220,144); }
H1.HeaderClassName
{
color: #F0DC90;
}
.AnyTagClassName
{
color: #F0DC90;
}
</style>
background-color css
<style>
a { background-color: #F0DC90; }
a { background-color: rgb(240,220,144); }
div.DivClassName
{
background-color: #F0DC90;
}
.BgClassName
{
background-color: #F0DC90;
}
</style>
border-color css
<style>
span { border-color: #F0DC90; }
span { border-color: rgb(240,220,144); }
td.TdClassName
{
border-color: #F0DC90;
}
.TagClassName
{
border-color: #F0DC90;
}
</style>