Shades of Vis Vis #F0DF99
Tints of Vis Vis #F0DF99
RGB
CMYK
RGB Variations
Color information
#F0DF99 (or 0xF0DF99) is known color: Vis Vis. HEX triplet: F0, DF and 99. RGB value is (240,223,153). Sum of RGB (Red+Green+Blue) = 240+223+153=616 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.96% from 616); Green value is 223 (87.5% from 255 or 36.20% from 616); Blue value is 153 (60.16% from 255 or 24.84% from 616); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DF99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DF99 is #0F2066. Grayscale: #DCDCDC. Windows color (decimal): -991335 or 10084336. OLE color: 10084336.
HSL color Cylindrical-coordinate representation of color #F0DF99: hue angle of 48.28º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F0DF99 is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 223 | 153 | - |
| CMYK | 0 | 0.07 | 0.36 | 0.06 |
| HSL | 48.28º | 0.74% | 0.77% | - |
| HSV(B) | 48.28º | 0.36% | 0.94% | - |
| XYZ | 68.07 | 73.6 | 40.76 | - |
| YUV | 220.1 | 90.13 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 223 | 153 | 0 | 0.07 | 0.36 | 0.06 | 48.28 | 0.74 | 0.77 |
| Hex | F0 | DF | 99 | 0 | 7 | 24 | 6 | 30 | 4A | 4D |
| Octal | 360 | 337 | 231 | 0 | 7 | 44 | 6 | 60 | 112 | 115 |
| Binary | 11110000 | 11011111 | 10011001 | 0 | 111 | 100100 | 110 | 110000 | 1001010 | 1001101 |
Color Harmonies of #F0DF99
Complementary color
Monochromatic Colors of #F0DF99
Black with #F0DF99
Text Example
Text Example
White with #F0DF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DF99; }
p { color: rgb(240,223,153); }
H1.HeaderClassName
{
color: #F0DF99;
}
.AnyTagClassName
{
color: #F0DF99;
}
</style>
background-color css
<style>
a { background-color: #F0DF99; }
a { background-color: rgb(240,223,153); }
div.DivClassName
{
background-color: #F0DF99;
}
.BgClassName
{
background-color: #F0DF99;
}
</style>
border-color css
<style>
span { border-color: #F0DF99; }
span { border-color: rgb(240,223,153); }
td.TdClassName
{
border-color: #F0DF99;
}
.TagClassName
{
border-color: #F0DF99;
}
</style>