Shades of Vis Vis #F5E19C
Tints of Vis Vis #F5E19C
RGB
CMYK
RGB Variations
Color information
#F5E19C (or 0xF5E19C) is known color: Vis Vis. HEX triplet: F5, E1 and 9C. RGB value is (245,225,156). Sum of RGB (Red+Green+Blue) = 245+225+156=626 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.14% from 626); Green value is 225 (88.28% from 255 or 35.94% from 626); Blue value is 156 (61.33% from 255 or 24.92% from 626); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E19C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5E19C is #0A1E63. Grayscale: #DFDFDF. Windows color (decimal): -663140 or 10281461. OLE color: 10281461.
HSL color Cylindrical-coordinate representation of color #F5E19C: hue angle of 46.52º degrees, saturation: 0.82, 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 #F5E19C is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 225 | 156 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.04 |
| HSL | 46.52º | 0.82% | 0.79% | - |
| HSV(B) | 46.52º | 0.36% | 0.96% | - |
| XYZ | 70.58 | 75.66 | 42.34 | - |
| YUV | 223.11 | 90.13 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 225 | 156 | 0 | 0.08 | 0.36 | 0.04 | 46.52 | 0.82 | 0.79 |
| Hex | F5 | E1 | 9C | 0 | 8 | 24 | 4 | 2F | 52 | 4F |
| Octal | 365 | 341 | 234 | 0 | 10 | 44 | 4 | 57 | 122 | 117 |
| Binary | 11110101 | 11100001 | 10011100 | 0 | 1000 | 100100 | 100 | 101111 | 1010010 | 1001111 |
Color Harmonies of #F5E19C
Complementary color
Monochromatic Colors of #F5E19C
Black with #F5E19C
Text Example
Text Example
White with #F5E19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E19C; }
p { color: rgb(245,225,156); }
H1.HeaderClassName
{
color: #F5E19C;
}
.AnyTagClassName
{
color: #F5E19C;
}
</style>
background-color css
<style>
a { background-color: #F5E19C; }
a { background-color: rgb(245,225,156); }
div.DivClassName
{
background-color: #F5E19C;
}
.BgClassName
{
background-color: #F5E19C;
}
</style>
border-color css
<style>
span { border-color: #F5E19C; }
span { border-color: rgb(245,225,156); }
td.TdClassName
{
border-color: #F5E19C;
}
.TagClassName
{
border-color: #F5E19C;
}
</style>