Shades of Vis Vis #F0DC96
Tints of Vis Vis #F0DC96
RGB
CMYK
RGB Variations
Color information
#F0DC96 (or 0xF0DC96) is known color: Vis Vis. HEX triplet: F0, DC and 96. RGB value is (240,220,150). Sum of RGB (Red+Green+Blue) = 240+220+150=610 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.34% from 610); Green value is 220 (86.33% from 255 or 36.07% from 610); Blue value is 150 (58.98% from 255 or 24.59% from 610); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DC96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DC96 is #0F2369. Grayscale: #DADADA. Windows color (decimal): -992106 or 9886960. OLE color: 9886960.
HSL color Cylindrical-coordinate representation of color #F0DC96: hue angle of 46.67º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F0DC96 is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 220 | 150 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.06 |
| HSL | 46.67º | 0.75% | 0.76% | - |
| HSV(B) | 46.67º | 0.38% | 0.94% | - |
| XYZ | 67.03 | 71.91 | 39.2 | - |
| YUV | 218 | 89.63 | 143.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 220 | 150 | 0 | 0.08 | 0.37 | 0.06 | 46.67 | 0.75 | 0.76 |
| Hex | F0 | DC | 96 | 0 | 8 | 25 | 6 | 2F | 4B | 4C |
| Octal | 360 | 334 | 226 | 0 | 10 | 45 | 6 | 57 | 113 | 114 |
| Binary | 11110000 | 11011100 | 10010110 | 0 | 1000 | 100101 | 110 | 101111 | 1001011 | 1001100 |
Color Harmonies of #F0DC96
Complementary color
Monochromatic Colors of #F0DC96
Black with #F0DC96
Text Example
Text Example
White with #F0DC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DC96; }
p { color: rgb(240,220,150); }
H1.HeaderClassName
{
color: #F0DC96;
}
.AnyTagClassName
{
color: #F0DC96;
}
</style>
background-color css
<style>
a { background-color: #F0DC96; }
a { background-color: rgb(240,220,150); }
div.DivClassName
{
background-color: #F0DC96;
}
.BgClassName
{
background-color: #F0DC96;
}
</style>
border-color css
<style>
span { border-color: #F0DC96; }
span { border-color: rgb(240,220,150); }
td.TdClassName
{
border-color: #F0DC96;
}
.TagClassName
{
border-color: #F0DC96;
}
</style>