Shades of Vis Vis #F0E199
Tints of Vis Vis #F0E199
RGB
CMYK
RGB Variations
Color information
#F0E199 (or 0xF0E199) is known color: Vis Vis. HEX triplet: F0, E1 and 99. RGB value is (240,225,153). Sum of RGB (Red+Green+Blue) = 240+225+153=618 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.83% from 618); Green value is 225 (88.28% from 255 or 36.41% from 618); Blue value is 153 (60.16% from 255 or 24.76% from 618); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E199 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E199 is #0F1E66. Grayscale: #DDDDDD. Windows color (decimal): -990823 or 10084848. OLE color: 10084848.
HSL color Cylindrical-coordinate representation of color #F0E199: hue angle of 49.66º 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 #F0E199 is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 225 | 153 | - |
| CMYK | 0 | 0.06 | 0.36 | 0.06 |
| HSL | 49.66º | 0.74% | 0.77% | - |
| HSV(B) | 49.66º | 0.36% | 0.94% | - |
| XYZ | 68.61 | 74.68 | 40.93 | - |
| YUV | 221.28 | 89.47 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 225 | 153 | 0 | 0.06 | 0.36 | 0.06 | 49.66 | 0.74 | 0.77 |
| Hex | F0 | E1 | 99 | 0 | 6 | 24 | 6 | 32 | 4A | 4D |
| Octal | 360 | 341 | 231 | 0 | 6 | 44 | 6 | 62 | 112 | 115 |
| Binary | 11110000 | 11100001 | 10011001 | 0 | 110 | 100100 | 110 | 110010 | 1001010 | 1001101 |
Color Harmonies of #F0E199
Complementary color
Monochromatic Colors of #F0E199
Black with #F0E199
Text Example
Text Example
White with #F0E199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E199; }
p { color: rgb(240,225,153); }
H1.HeaderClassName
{
color: #F0E199;
}
.AnyTagClassName
{
color: #F0E199;
}
</style>
background-color css
<style>
a { background-color: #F0E199; }
a { background-color: rgb(240,225,153); }
div.DivClassName
{
background-color: #F0E199;
}
.BgClassName
{
background-color: #F0E199;
}
</style>
border-color css
<style>
span { border-color: #F0E199; }
span { border-color: rgb(240,225,153); }
td.TdClassName
{
border-color: #F0E199;
}
.TagClassName
{
border-color: #F0E199;
}
</style>