Shades of Vis Vis #F6E299
Tints of Vis Vis #F6E299
RGB
CMYK
RGB Variations
Color information
#F6E299 (or 0xF6E299) is known color: Vis Vis. HEX triplet: F6, E2 and 99. RGB value is (246,226,153). Sum of RGB (Red+Green+Blue) = 246+226+153=625 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.36% from 625); Green value is 226 (88.67% from 255 or 36.16% from 625); Blue value is 153 (60.16% from 255 or 24.48% from 625); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E299 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6E299 is #091D66. Grayscale: #DFDFDF. Windows color (decimal): -597351 or 10085110. OLE color: 10085110.
HSL color Cylindrical-coordinate representation of color #F6E299: hue angle of 47.1º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F6E299 is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 226 | 153 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.04 |
| HSL | 47.1º | 0.84% | 0.78% | - |
| HSV(B) | 47.1º | 0.38% | 0.96% | - |
| XYZ | 70.95 | 76.29 | 41.12 | - |
| YUV | 223.66 | 88.13 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 226 | 153 | 0 | 0.08 | 0.38 | 0.04 | 47.1 | 0.84 | 0.78 |
| Hex | F6 | E2 | 99 | 0 | 8 | 26 | 4 | 2F | 54 | 4E |
| Octal | 366 | 342 | 231 | 0 | 10 | 46 | 4 | 57 | 124 | 116 |
| Binary | 11110110 | 11100010 | 10011001 | 0 | 1000 | 100110 | 100 | 101111 | 1010100 | 1001110 |
Color Harmonies of #F6E299
Complementary color
Monochromatic Colors of #F6E299
Black with #F6E299
Text Example
Text Example
White with #F6E299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E299; }
p { color: rgb(246,226,153); }
H1.HeaderClassName
{
color: #F6E299;
}
.AnyTagClassName
{
color: #F6E299;
}
</style>
background-color css
<style>
a { background-color: #F6E299; }
a { background-color: rgb(246,226,153); }
div.DivClassName
{
background-color: #F6E299;
}
.BgClassName
{
background-color: #F6E299;
}
</style>
border-color css
<style>
span { border-color: #F6E299; }
span { border-color: rgb(246,226,153); }
td.TdClassName
{
border-color: #F6E299;
}
.TagClassName
{
border-color: #F6E299;
}
</style>