Shades of Vis Vis #F6E195
Tints of Vis Vis #F6E195
RGB
CMYK
RGB Variations
Color information
#F6E195 (or 0xF6E195) is known color: Vis Vis. HEX triplet: F6, E1 and 95. RGB value is (246,225,149). Sum of RGB (Red+Green+Blue) = 246+225+149=620 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.68% from 620); Green value is 225 (88.28% from 255 or 36.29% from 620); Blue value is 149 (58.59% from 255 or 24.03% from 620); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E195 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6E195 is #091E6A. Grayscale: #DEDEDE. Windows color (decimal): -597611 or 9822710. OLE color: 9822710.
HSL color Cylindrical-coordinate representation of color #F6E195: hue angle of 47.01º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F6E195 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 225 | 149 | - |
| CMYK | 0 | 0.09 | 0.39 | 0.04 |
| HSL | 47.01º | 0.84% | 0.77% | - |
| HSV(B) | 47.01º | 0.39% | 0.96% | - |
| XYZ | 70.36 | 75.61 | 39.32 | - |
| YUV | 222.62 | 86.46 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 225 | 149 | 0 | 0.09 | 0.39 | 0.04 | 47.01 | 0.84 | 0.77 |
| Hex | F6 | E1 | 95 | 0 | 9 | 27 | 4 | 2F | 54 | 4D |
| Octal | 366 | 341 | 225 | 0 | 11 | 47 | 4 | 57 | 124 | 115 |
| Binary | 11110110 | 11100001 | 10010101 | 0 | 1001 | 100111 | 100 | 101111 | 1010100 | 1001101 |
Color Harmonies of #F6E195
Complementary color
Monochromatic Colors of #F6E195
Black with #F6E195
Text Example
Text Example
White with #F6E195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E195; }
p { color: rgb(246,225,149); }
H1.HeaderClassName
{
color: #F6E195;
}
.AnyTagClassName
{
color: #F6E195;
}
</style>
background-color css
<style>
a { background-color: #F6E195; }
a { background-color: rgb(246,225,149); }
div.DivClassName
{
background-color: #F6E195;
}
.BgClassName
{
background-color: #F6E195;
}
</style>
border-color css
<style>
span { border-color: #F6E195; }
span { border-color: rgb(246,225,149); }
td.TdClassName
{
border-color: #F6E195;
}
.TagClassName
{
border-color: #F6E195;
}
</style>