Shades of Vis Vis #F0E295
Tints of Vis Vis #F0E295
RGB
CMYK
RGB Variations
Color information
#F0E295 (or 0xF0E295) is known color: Vis Vis. HEX triplet: F0, E2 and 95. RGB value is (240,226,149). Sum of RGB (Red+Green+Blue) = 240+226+149=615 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.02% from 615); Green value is 226 (88.67% from 255 or 36.75% from 615); Blue value is 149 (58.59% from 255 or 24.23% from 615); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E295 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E295 is #0F1D6A. Grayscale: #DDDDDD. Windows color (decimal): -990571 or 9822960. OLE color: 9822960.
HSL color Cylindrical-coordinate representation of color #F0E295: hue angle of 50.77º 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 #F0E295 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 226 | 149 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.06 |
| HSL | 50.77º | 0.75% | 0.76% | - |
| HSV(B) | 50.77º | 0.38% | 0.94% | - |
| XYZ | 68.56 | 75.09 | 39.31 | - |
| YUV | 221.41 | 87.14 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 226 | 149 | 0 | 0.06 | 0.38 | 0.06 | 50.77 | 0.75 | 0.76 |
| Hex | F0 | E2 | 95 | 0 | 6 | 26 | 6 | 33 | 4B | 4C |
| Octal | 360 | 342 | 225 | 0 | 6 | 46 | 6 | 63 | 113 | 114 |
| Binary | 11110000 | 11100010 | 10010101 | 0 | 110 | 100110 | 110 | 110011 | 1001011 | 1001100 |
Color Harmonies of #F0E295
Complementary color
Monochromatic Colors of #F0E295
Black with #F0E295
Text Example
Text Example
White with #F0E295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E295; }
p { color: rgb(240,226,149); }
H1.HeaderClassName
{
color: #F0E295;
}
.AnyTagClassName
{
color: #F0E295;
}
</style>
background-color css
<style>
a { background-color: #F0E295; }
a { background-color: rgb(240,226,149); }
div.DivClassName
{
background-color: #F0E295;
}
.BgClassName
{
background-color: #F0E295;
}
</style>
border-color css
<style>
span { border-color: #F0E295; }
span { border-color: rgb(240,226,149); }
td.TdClassName
{
border-color: #F0E295;
}
.TagClassName
{
border-color: #F0E295;
}
</style>