Shades of Vis Vis #F0DC91
Tints of Vis Vis #F0DC91
RGB
CMYK
RGB Variations
Color information
#F0DC91 (or 0xF0DC91) is known color: Vis Vis. HEX triplet: F0, DC and 91. RGB value is (240,220,145). Sum of RGB (Red+Green+Blue) = 240+220+145=605 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.67% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 145 (57.03% from 255 or 23.97% from 605); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DC91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DC91 is #0F236E. Grayscale: #D9D9D9. Windows color (decimal): -992111 or 9559280. OLE color: 9559280.
HSL color Cylindrical-coordinate representation of color #F0DC91: hue angle of 47.37º 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 #F0DC91 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 220 | 145 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.06 |
| HSL | 47.37º | 0.76% | 0.75% | - |
| HSV(B) | 47.37º | 0.4% | 0.94% | - |
| XYZ | 66.64 | 71.76 | 37.13 | - |
| YUV | 217.43 | 87.13 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 220 | 145 | 0 | 0.08 | 0.40 | 0.06 | 47.37 | 0.76 | 0.75 |
| Hex | F0 | DC | 91 | 0 | 8 | 28 | 6 | 2F | 4C | 4B |
| Octal | 360 | 334 | 221 | 0 | 10 | 50 | 6 | 57 | 114 | 113 |
| Binary | 11110000 | 11011100 | 10010001 | 0 | 1000 | 101000 | 110 | 101111 | 1001100 | 1001011 |
Color Harmonies of #F0DC91
Complementary color
Monochromatic Colors of #F0DC91
Black with #F0DC91
Text Example
Text Example
White with #F0DC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DC91; }
p { color: rgb(240,220,145); }
H1.HeaderClassName
{
color: #F0DC91;
}
.AnyTagClassName
{
color: #F0DC91;
}
</style>
background-color css
<style>
a { background-color: #F0DC91; }
a { background-color: rgb(240,220,145); }
div.DivClassName
{
background-color: #F0DC91;
}
.BgClassName
{
background-color: #F0DC91;
}
</style>
border-color css
<style>
span { border-color: #F0DC91; }
span { border-color: rgb(240,220,145); }
td.TdClassName
{
border-color: #F0DC91;
}
.TagClassName
{
border-color: #F0DC91;
}
</style>