Shades of Vis Vis #F5E296
Tints of Vis Vis #F5E296
RGB
CMYK
RGB Variations
Color information
#F5E296 (or 0xF5E296) is known color: Vis Vis. HEX triplet: F5, E2 and 96. RGB value is (245,226,150). Sum of RGB (Red+Green+Blue) = 245+226+150=621 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.45% from 621); Green value is 226 (88.67% from 255 or 36.39% from 621); Blue value is 150 (58.98% from 255 or 24.15% from 621); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E296 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5E296 is #0A1D69. Grayscale: #DFDFDF. Windows color (decimal): -662890 or 9888501. OLE color: 9888501.
HSL color Cylindrical-coordinate representation of color #F5E296: hue angle of 48º 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 #F5E296 is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 226 | 150 | - |
| CMYK | 0 | 0.08 | 0.39 | 0.04 |
| HSL | 48º | 0.83% | 0.77% | - |
| HSV(B) | 48º | 0.39% | 0.96% | - |
| XYZ | 70.36 | 76.01 | 39.82 | - |
| YUV | 223.02 | 86.79 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 226 | 150 | 0 | 0.08 | 0.39 | 0.04 | 48 | 0.83 | 0.77 |
| Hex | F5 | E2 | 96 | 0 | 8 | 27 | 4 | 30 | 53 | 4D |
| Octal | 365 | 342 | 226 | 0 | 10 | 47 | 4 | 60 | 123 | 115 |
| Binary | 11110101 | 11100010 | 10010110 | 0 | 1000 | 100111 | 100 | 110000 | 1010011 | 1001101 |
Color Harmonies of #F5E296
Complementary color
Monochromatic Colors of #F5E296
Black with #F5E296
Text Example
Text Example
White with #F5E296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E296; }
p { color: rgb(245,226,150); }
H1.HeaderClassName
{
color: #F5E296;
}
.AnyTagClassName
{
color: #F5E296;
}
</style>
background-color css
<style>
a { background-color: #F5E296; }
a { background-color: rgb(245,226,150); }
div.DivClassName
{
background-color: #F5E296;
}
.BgClassName
{
background-color: #F5E296;
}
</style>
border-color css
<style>
span { border-color: #F5E296; }
span { border-color: rgb(245,226,150); }
td.TdClassName
{
border-color: #F5E296;
}
.TagClassName
{
border-color: #F5E296;
}
</style>