Shades of Vis Vis #F6E59D
Tints of Vis Vis #F6E59D
RGB
CMYK
RGB Variations
Color information
#F6E59D (or 0xF6E59D) is known color: Vis Vis. HEX triplet: F6, E5 and 9D. RGB value is (246,229,157). Sum of RGB (Red+Green+Blue) = 246+229+157=632 (83% of max value = 765). Red value is 246 (96.48% from 255 or 38.92% from 632); Green value is 229 (89.84% from 255 or 36.23% from 632); Blue value is 157 (61.72% from 255 or 24.84% from 632); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E59D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6E59D is #091A62. Grayscale: #E2E2E2. Windows color (decimal): -596579 or 10348022. OLE color: 10348022.
HSL color Cylindrical-coordinate representation of color #F6E59D: hue angle of 48.54º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F6E59D is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 229 | 157 | - |
| CMYK | 0 | 0.07 | 0.36 | 0.04 |
| HSL | 48.54º | 0.83% | 0.79% | - |
| HSV(B) | 48.54º | 0.36% | 0.96% | - |
| XYZ | 72.11 | 78.07 | 43.17 | - |
| YUV | 225.88 | 89.13 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 229 | 157 | 0 | 0.07 | 0.36 | 0.04 | 48.54 | 0.83 | 0.79 |
| Hex | F6 | E5 | 9D | 0 | 7 | 24 | 4 | 31 | 53 | 4F |
| Octal | 366 | 345 | 235 | 0 | 7 | 44 | 4 | 61 | 123 | 117 |
| Binary | 11110110 | 11100101 | 10011101 | 0 | 111 | 100100 | 100 | 110001 | 1010011 | 1001111 |
Color Harmonies of #F6E59D
Complementary color
Monochromatic Colors of #F6E59D
Black with #F6E59D
Text Example
Text Example
White with #F6E59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E59D; }
p { color: rgb(246,229,157); }
H1.HeaderClassName
{
color: #F6E59D;
}
.AnyTagClassName
{
color: #F6E59D;
}
</style>
background-color css
<style>
a { background-color: #F6E59D; }
a { background-color: rgb(246,229,157); }
div.DivClassName
{
background-color: #F6E59D;
}
.BgClassName
{
background-color: #F6E59D;
}
</style>
border-color css
<style>
span { border-color: #F6E59D; }
span { border-color: rgb(246,229,157); }
td.TdClassName
{
border-color: #F6E59D;
}
.TagClassName
{
border-color: #F6E59D;
}
</style>