Shades of Vis Vis #F0E19A
Tints of Vis Vis #F0E19A
RGB
CMYK
RGB Variations
Color information
#F0E19A (or 0xF0E19A) is known color: Vis Vis. HEX triplet: F0, E1 and 9A. RGB value is (240,225,154). Sum of RGB (Red+Green+Blue) = 240+225+154=619 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.77% from 619); Green value is 225 (88.28% from 255 or 36.35% from 619); Blue value is 154 (60.55% from 255 or 24.88% from 619); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E19A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E19A is #0F1E65. Grayscale: #DDDDDD. Windows color (decimal): -990822 or 10150384. OLE color: 10150384.
HSL color Cylindrical-coordinate representation of color #F0E19A: hue angle of 49.53º 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 #F0E19A is Cyan = 0, Magento = 0.06, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 225 | 154 | - |
| CMYK | 0 | 0.06 | 0.36 | 0.06 |
| HSL | 49.53º | 0.74% | 0.77% | - |
| HSV(B) | 49.53º | 0.36% | 0.94% | - |
| XYZ | 68.69 | 74.71 | 41.37 | - |
| YUV | 221.39 | 89.97 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 225 | 154 | 0 | 0.06 | 0.36 | 0.06 | 49.53 | 0.74 | 0.77 |
| Hex | F0 | E1 | 9A | 0 | 6 | 24 | 6 | 32 | 4A | 4D |
| Octal | 360 | 341 | 232 | 0 | 6 | 44 | 6 | 62 | 112 | 115 |
| Binary | 11110000 | 11100001 | 10011010 | 0 | 110 | 100100 | 110 | 110010 | 1001010 | 1001101 |
Color Harmonies of #F0E19A
Complementary color
Monochromatic Colors of #F0E19A
Black with #F0E19A
Text Example
Text Example
White with #F0E19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E19A; }
p { color: rgb(240,225,154); }
H1.HeaderClassName
{
color: #F0E19A;
}
.AnyTagClassName
{
color: #F0E19A;
}
</style>
background-color css
<style>
a { background-color: #F0E19A; }
a { background-color: rgb(240,225,154); }
div.DivClassName
{
background-color: #F0E19A;
}
.BgClassName
{
background-color: #F0E19A;
}
</style>
border-color css
<style>
span { border-color: #F0E19A; }
span { border-color: rgb(240,225,154); }
td.TdClassName
{
border-color: #F0E19A;
}
.TagClassName
{
border-color: #F0E19A;
}
</style>