Shades of Vis Vis #F6E096
Tints of Vis Vis #F6E096
RGB
CMYK
RGB Variations
Color information
#F6E096 (or 0xF6E096) is known color: Vis Vis. HEX triplet: F6, E0 and 96. RGB value is (246,224,150). Sum of RGB (Red+Green+Blue) = 246+224+150=620 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.68% from 620); Green value is 224 (87.89% from 255 or 36.13% from 620); Blue value is 150 (58.98% from 255 or 24.19% from 620); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E096 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6E096 is #091F69. Grayscale: #DEDEDE. Windows color (decimal): -597866 or 9887990. OLE color: 9887990.
HSL color Cylindrical-coordinate representation of color #F6E096: hue angle of 46.25º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F6E096 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 224 | 150 | - |
| CMYK | 0 | 0.09 | 0.39 | 0.04 |
| HSL | 46.25º | 0.84% | 0.78% | - |
| HSV(B) | 46.25º | 0.39% | 0.96% | - |
| XYZ | 70.17 | 75.11 | 39.65 | - |
| YUV | 222.14 | 87.29 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 224 | 150 | 0 | 0.09 | 0.39 | 0.04 | 46.25 | 0.84 | 0.78 |
| Hex | F6 | E0 | 96 | 0 | 9 | 27 | 4 | 2E | 54 | 4E |
| Octal | 366 | 340 | 226 | 0 | 11 | 47 | 4 | 56 | 124 | 116 |
| Binary | 11110110 | 11100000 | 10010110 | 0 | 1001 | 100111 | 100 | 101110 | 1010100 | 1001110 |
Color Harmonies of #F6E096
Complementary color
Monochromatic Colors of #F6E096
Black with #F6E096
Text Example
Text Example
White with #F6E096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E096; }
p { color: rgb(246,224,150); }
H1.HeaderClassName
{
color: #F6E096;
}
.AnyTagClassName
{
color: #F6E096;
}
</style>
background-color css
<style>
a { background-color: #F6E096; }
a { background-color: rgb(246,224,150); }
div.DivClassName
{
background-color: #F6E096;
}
.BgClassName
{
background-color: #F6E096;
}
</style>
border-color css
<style>
span { border-color: #F6E096; }
span { border-color: rgb(246,224,150); }
td.TdClassName
{
border-color: #F6E096;
}
.TagClassName
{
border-color: #F6E096;
}
</style>