Shades of Vis Vis #F0E095
Tints of Vis Vis #F0E095
RGB
CMYK
RGB Variations
Color information
#F0E095 (or 0xF0E095) is known color: Vis Vis. HEX triplet: F0, E0 and 95. RGB value is (240,224,149). Sum of RGB (Red+Green+Blue) = 240+224+149=613 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.15% from 613); Green value is 224 (87.89% from 255 or 36.54% from 613); Blue value is 149 (58.59% from 255 or 24.31% from 613); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E095 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E095 is #0F1F6A. Grayscale: #DCDCDC. Windows color (decimal): -991083 or 9822448. OLE color: 9822448.
HSL color Cylindrical-coordinate representation of color #F0E095: hue angle of 49.45º 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 #F0E095 is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 224 | 149 | - |
| CMYK | 0 | 0.07 | 0.38 | 0.06 |
| HSL | 49.45º | 0.75% | 0.76% | - |
| HSV(B) | 49.45º | 0.38% | 0.94% | - |
| XYZ | 68.02 | 74.01 | 39.13 | - |
| YUV | 220.23 | 87.8 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 224 | 149 | 0 | 0.07 | 0.38 | 0.06 | 49.45 | 0.75 | 0.76 |
| Hex | F0 | E0 | 95 | 0 | 7 | 26 | 6 | 31 | 4B | 4C |
| Octal | 360 | 340 | 225 | 0 | 7 | 46 | 6 | 61 | 113 | 114 |
| Binary | 11110000 | 11100000 | 10010101 | 0 | 111 | 100110 | 110 | 110001 | 1001011 | 1001100 |
Color Harmonies of #F0E095
Complementary color
Monochromatic Colors of #F0E095
Black with #F0E095
Text Example
Text Example
White with #F0E095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E095; }
p { color: rgb(240,224,149); }
H1.HeaderClassName
{
color: #F0E095;
}
.AnyTagClassName
{
color: #F0E095;
}
</style>
background-color css
<style>
a { background-color: #F0E095; }
a { background-color: rgb(240,224,149); }
div.DivClassName
{
background-color: #F0E095;
}
.BgClassName
{
background-color: #F0E095;
}
</style>
border-color css
<style>
span { border-color: #F0E095; }
span { border-color: rgb(240,224,149); }
td.TdClassName
{
border-color: #F0E095;
}
.TagClassName
{
border-color: #F0E095;
}
</style>