Shades of Vis Vis #F0E195
Tints of Vis Vis #F0E195
RGB
CMYK
RGB Variations
Color information
#F0E195 (or 0xF0E195) is known color: Vis Vis. HEX triplet: F0, E1 and 95. RGB value is (240,225,149). Sum of RGB (Red+Green+Blue) = 240+225+149=614 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.09% from 614); Green value is 225 (88.28% from 255 or 36.64% from 614); Blue value is 149 (58.59% from 255 or 24.27% from 614); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E195 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E195 is #0F1E6A. Grayscale: #DDDDDD. Windows color (decimal): -990827 or 9822704. OLE color: 9822704.
HSL color Cylindrical-coordinate representation of color #F0E195: hue angle of 50.11º 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 #F0E195 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 225 | 149 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.06 |
| HSL | 50.11º | 0.75% | 0.76% | - |
| HSV(B) | 50.11º | 0.38% | 0.94% | - |
| XYZ | 68.29 | 74.55 | 39.22 | - |
| YUV | 220.82 | 87.47 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 225 | 149 | 0 | 0.06 | 0.38 | 0.06 | 50.11 | 0.75 | 0.76 |
| Hex | F0 | E1 | 95 | 0 | 6 | 26 | 6 | 32 | 4B | 4C |
| Octal | 360 | 341 | 225 | 0 | 6 | 46 | 6 | 62 | 113 | 114 |
| Binary | 11110000 | 11100001 | 10010101 | 0 | 110 | 100110 | 110 | 110010 | 1001011 | 1001100 |
Color Harmonies of #F0E195
Complementary color
Monochromatic Colors of #F0E195
Black with #F0E195
Text Example
Text Example
White with #F0E195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E195; }
p { color: rgb(240,225,149); }
H1.HeaderClassName
{
color: #F0E195;
}
.AnyTagClassName
{
color: #F0E195;
}
</style>
background-color css
<style>
a { background-color: #F0E195; }
a { background-color: rgb(240,225,149); }
div.DivClassName
{
background-color: #F0E195;
}
.BgClassName
{
background-color: #F0E195;
}
</style>
border-color css
<style>
span { border-color: #F0E195; }
span { border-color: rgb(240,225,149); }
td.TdClassName
{
border-color: #F0E195;
}
.TagClassName
{
border-color: #F0E195;
}
</style>