Shades of Vis Vis #F6E19A
Tints of Vis Vis #F6E19A
RGB
CMYK
RGB Variations
Color information
#F6E19A (or 0xF6E19A) is known color: Vis Vis. HEX triplet: F6, E1 and 9A. RGB value is (246,225,154). Sum of RGB (Red+Green+Blue) = 246+225+154=625 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.36% from 625); Green value is 225 (88.28% from 255 or 36% from 625); Blue value is 154 (60.55% from 255 or 24.64% from 625); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E19A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6E19A is #091E65. Grayscale: #DFDFDF. Windows color (decimal): -597606 or 10150390. OLE color: 10150390.
HSL color Cylindrical-coordinate representation of color #F6E19A: hue angle of 46.3º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F6E19A is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 225 | 154 | - |
| CMYK | 0 | 0.09 | 0.37 | 0.04 |
| HSL | 46.3º | 0.84% | 0.78% | - |
| HSV(B) | 46.3º | 0.37% | 0.96% | - |
| XYZ | 70.76 | 75.78 | 41.47 | - |
| YUV | 223.19 | 88.96 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 225 | 154 | 0 | 0.09 | 0.37 | 0.04 | 46.3 | 0.84 | 0.78 |
| Hex | F6 | E1 | 9A | 0 | 9 | 25 | 4 | 2E | 54 | 4E |
| Octal | 366 | 341 | 232 | 0 | 11 | 45 | 4 | 56 | 124 | 116 |
| Binary | 11110110 | 11100001 | 10011010 | 0 | 1001 | 100101 | 100 | 101110 | 1010100 | 1001110 |
Color Harmonies of #F6E19A
Complementary color
Monochromatic Colors of #F6E19A
Black with #F6E19A
Text Example
Text Example
White with #F6E19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E19A; }
p { color: rgb(246,225,154); }
H1.HeaderClassName
{
color: #F6E19A;
}
.AnyTagClassName
{
color: #F6E19A;
}
</style>
background-color css
<style>
a { background-color: #F6E19A; }
a { background-color: rgb(246,225,154); }
div.DivClassName
{
background-color: #F6E19A;
}
.BgClassName
{
background-color: #F6E19A;
}
</style>
border-color css
<style>
span { border-color: #F6E19A; }
span { border-color: rgb(246,225,154); }
td.TdClassName
{
border-color: #F6E19A;
}
.TagClassName
{
border-color: #F6E19A;
}
</style>