Shades of Vis Vis #F5E18D
Tints of Vis Vis #F5E18D
RGB
CMYK
RGB Variations
Color information
#F5E18D (or 0xF5E18D) is known color: Vis Vis. HEX triplet: F5, E1 and 8D. RGB value is (245,225,141). Sum of RGB (Red+Green+Blue) = 245+225+141=611 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.10% from 611); Green value is 225 (88.28% from 255 or 36.82% from 611); Blue value is 141 (55.47% from 255 or 23.08% from 611); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E18D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5E18D is #0A1E72. Grayscale: #DDDDDD. Windows color (decimal): -663155 or 9298421. OLE color: 9298421.
HSL color Cylindrical-coordinate representation of color #F5E18D: hue angle of 48.46º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F5E18D is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 225 | 141 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.04 |
| HSL | 48.46º | 0.84% | 0.76% | - |
| HSV(B) | 48.46º | 0.42% | 0.96% | - |
| XYZ | 69.39 | 75.19 | 36.05 | - |
| YUV | 221.4 | 82.63 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 225 | 141 | 0 | 0.08 | 0.42 | 0.04 | 48.46 | 0.84 | 0.76 |
| Hex | F5 | E1 | 8D | 0 | 8 | 2A | 4 | 30 | 54 | 4C |
| Octal | 365 | 341 | 215 | 0 | 10 | 52 | 4 | 60 | 124 | 114 |
| Binary | 11110101 | 11100001 | 10001101 | 0 | 1000 | 101010 | 100 | 110000 | 1010100 | 1001100 |
Color Harmonies of #F5E18D
Complementary color
Monochromatic Colors of #F5E18D
Black with #F5E18D
Text Example
Text Example
White with #F5E18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E18D; }
p { color: rgb(245,225,141); }
H1.HeaderClassName
{
color: #F5E18D;
}
.AnyTagClassName
{
color: #F5E18D;
}
</style>
background-color css
<style>
a { background-color: #F5E18D; }
a { background-color: rgb(245,225,141); }
div.DivClassName
{
background-color: #F5E18D;
}
.BgClassName
{
background-color: #F5E18D;
}
</style>
border-color css
<style>
span { border-color: #F5E18D; }
span { border-color: rgb(245,225,141); }
td.TdClassName
{
border-color: #F5E18D;
}
.TagClassName
{
border-color: #F5E18D;
}
</style>