Shades of Vis Vis #F5E596
Tints of Vis Vis #F5E596
RGB
CMYK
RGB Variations
Color information
#F5E596 (or 0xF5E596) is known color: Vis Vis. HEX triplet: F5, E5 and 96. RGB value is (245,229,150). Sum of RGB (Red+Green+Blue) = 245+229+150=624 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.26% from 624); Green value is 229 (89.84% from 255 or 36.70% from 624); Blue value is 150 (58.98% from 255 or 24.04% from 624); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E596 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5E596 is #0A1A69. Grayscale: #E1E1E1. Windows color (decimal): -662122 or 9889269. OLE color: 9889269.
HSL color Cylindrical-coordinate representation of color #F5E596: hue angle of 49.89º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F5E596 is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 229 | 150 | - |
| CMYK | 0 | 0.07 | 0.39 | 0.04 |
| HSL | 49.89º | 0.83% | 0.77% | - |
| HSV(B) | 49.89º | 0.39% | 0.96% | - |
| XYZ | 71.18 | 77.65 | 40.09 | - |
| YUV | 224.78 | 85.8 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 229 | 150 | 0 | 0.07 | 0.39 | 0.04 | 49.89 | 0.83 | 0.77 |
| Hex | F5 | E5 | 96 | 0 | 7 | 27 | 4 | 32 | 53 | 4D |
| Octal | 365 | 345 | 226 | 0 | 7 | 47 | 4 | 62 | 123 | 115 |
| Binary | 11110101 | 11100101 | 10010110 | 0 | 111 | 100111 | 100 | 110010 | 1010011 | 1001101 |
Color Harmonies of #F5E596
Complementary color
Monochromatic Colors of #F5E596
Black with #F5E596
Text Example
Text Example
White with #F5E596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E596; }
p { color: rgb(245,229,150); }
H1.HeaderClassName
{
color: #F5E596;
}
.AnyTagClassName
{
color: #F5E596;
}
</style>
background-color css
<style>
a { background-color: #F5E596; }
a { background-color: rgb(245,229,150); }
div.DivClassName
{
background-color: #F5E596;
}
.BgClassName
{
background-color: #F5E596;
}
</style>
border-color css
<style>
span { border-color: #F5E596; }
span { border-color: rgb(245,229,150); }
td.TdClassName
{
border-color: #F5E596;
}
.TagClassName
{
border-color: #F5E596;
}
</style>