Shades of Vis Vis #F0E19C
Tints of Vis Vis #F0E19C
RGB
CMYK
RGB Variations
Color information
#F0E19C (or 0xF0E19C) is known color: Vis Vis. HEX triplet: F0, E1 and 9C. RGB value is (240,225,156). Sum of RGB (Red+Green+Blue) = 240+225+156=621 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.65% from 621); Green value is 225 (88.28% from 255 or 36.23% from 621); Blue value is 156 (61.33% from 255 or 25.12% from 621); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E19C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E19C is #0F1E63. Grayscale: #DDDDDD. Windows color (decimal): -990820 or 10281456. OLE color: 10281456.
HSL color Cylindrical-coordinate representation of color #F0E19C: hue angle of 49.29º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F0E19C is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 225 | 156 | - |
| CMYK | 0 | 0.06 | 0.35 | 0.06 |
| HSL | 49.29º | 0.74% | 0.78% | - |
| HSV(B) | 49.29º | 0.35% | 0.94% | - |
| XYZ | 68.86 | 74.78 | 42.26 | - |
| YUV | 221.62 | 90.97 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 225 | 156 | 0 | 0.06 | 0.35 | 0.06 | 49.29 | 0.74 | 0.78 |
| Hex | F0 | E1 | 9C | 0 | 6 | 23 | 6 | 31 | 4A | 4E |
| Octal | 360 | 341 | 234 | 0 | 6 | 43 | 6 | 61 | 112 | 116 |
| Binary | 11110000 | 11100001 | 10011100 | 0 | 110 | 100011 | 110 | 110001 | 1001010 | 1001110 |
Color Harmonies of #F0E19C
Complementary color
Monochromatic Colors of #F0E19C
Black with #F0E19C
Text Example
Text Example
White with #F0E19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E19C; }
p { color: rgb(240,225,156); }
H1.HeaderClassName
{
color: #F0E19C;
}
.AnyTagClassName
{
color: #F0E19C;
}
</style>
background-color css
<style>
a { background-color: #F0E19C; }
a { background-color: rgb(240,225,156); }
div.DivClassName
{
background-color: #F0E19C;
}
.BgClassName
{
background-color: #F0E19C;
}
</style>
border-color css
<style>
span { border-color: #F0E19C; }
span { border-color: rgb(240,225,156); }
td.TdClassName
{
border-color: #F0E19C;
}
.TagClassName
{
border-color: #F0E19C;
}
</style>