Shades of Vis Vis #F6E29D
Tints of Vis Vis #F6E29D
RGB
CMYK
RGB Variations
Color information
#F6E29D (or 0xF6E29D) is known color: Vis Vis. HEX triplet: F6, E2 and 9D. RGB value is (246,226,157). Sum of RGB (Red+Green+Blue) = 246+226+157=629 (83% of max value = 765). Red value is 246 (96.48% from 255 or 39.11% from 629); Green value is 226 (88.67% from 255 or 35.93% from 629); Blue value is 157 (61.72% from 255 or 24.96% from 629); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E29D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6E29D is #091D62. Grayscale: #E0E0E0. Windows color (decimal): -597347 or 10347254. OLE color: 10347254.
HSL color Cylindrical-coordinate representation of color #F6E29D: hue angle of 46.52º 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 #F6E29D is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 226 | 157 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.04 |
| HSL | 46.52º | 0.83% | 0.79% | - |
| HSV(B) | 46.52º | 0.36% | 0.96% | - |
| XYZ | 71.29 | 76.42 | 42.89 | - |
| YUV | 224.11 | 90.13 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 226 | 157 | 0 | 0.08 | 0.36 | 0.04 | 46.52 | 0.83 | 0.79 |
| Hex | F6 | E2 | 9D | 0 | 8 | 24 | 4 | 2F | 53 | 4F |
| Octal | 366 | 342 | 235 | 0 | 10 | 44 | 4 | 57 | 123 | 117 |
| Binary | 11110110 | 11100010 | 10011101 | 0 | 1000 | 100100 | 100 | 101111 | 1010011 | 1001111 |
Color Harmonies of #F6E29D
Complementary color
Monochromatic Colors of #F6E29D
Black with #F6E29D
Text Example
Text Example
White with #F6E29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E29D; }
p { color: rgb(246,226,157); }
H1.HeaderClassName
{
color: #F6E29D;
}
.AnyTagClassName
{
color: #F6E29D;
}
</style>
background-color css
<style>
a { background-color: #F6E29D; }
a { background-color: rgb(246,226,157); }
div.DivClassName
{
background-color: #F6E29D;
}
.BgClassName
{
background-color: #F6E29D;
}
</style>
border-color css
<style>
span { border-color: #F6E29D; }
span { border-color: rgb(246,226,157); }
td.TdClassName
{
border-color: #F6E29D;
}
.TagClassName
{
border-color: #F6E29D;
}
</style>