Shades of Vis Vis #F5E08D
Tints of Vis Vis #F5E08D
RGB
CMYK
RGB Variations
Color information
#F5E08D (or 0xF5E08D) is known color: Vis Vis. HEX triplet: F5, E0 and 8D. RGB value is (245,224,141). Sum of RGB (Red+Green+Blue) = 245+224+141=610 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.16% from 610); Green value is 224 (87.89% from 255 or 36.72% from 610); Blue value is 141 (55.47% from 255 or 23.11% from 610); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E08D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5E08D is #0A1F72. Grayscale: #DDDDDD. Windows color (decimal): -663411 or 9298165. OLE color: 9298165.
HSL color Cylindrical-coordinate representation of color #F5E08D: hue angle of 47.88º 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 #F5E08D is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 224 | 141 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.04 |
| HSL | 47.88º | 0.84% | 0.76% | - |
| HSV(B) | 47.88º | 0.42% | 0.96% | - |
| XYZ | 69.12 | 74.65 | 35.96 | - |
| YUV | 220.82 | 82.96 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 224 | 141 | 0 | 0.09 | 0.42 | 0.04 | 47.88 | 0.84 | 0.76 |
| Hex | F5 | E0 | 8D | 0 | 9 | 2A | 4 | 30 | 54 | 4C |
| Octal | 365 | 340 | 215 | 0 | 11 | 52 | 4 | 60 | 124 | 114 |
| Binary | 11110101 | 11100000 | 10001101 | 0 | 1001 | 101010 | 100 | 110000 | 1010100 | 1001100 |
Color Harmonies of #F5E08D
Complementary color
Monochromatic Colors of #F5E08D
Black with #F5E08D
Text Example
Text Example
White with #F5E08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E08D; }
p { color: rgb(245,224,141); }
H1.HeaderClassName
{
color: #F5E08D;
}
.AnyTagClassName
{
color: #F5E08D;
}
</style>
background-color css
<style>
a { background-color: #F5E08D; }
a { background-color: rgb(245,224,141); }
div.DivClassName
{
background-color: #F5E08D;
}
.BgClassName
{
background-color: #F5E08D;
}
</style>
border-color css
<style>
span { border-color: #F5E08D; }
span { border-color: rgb(245,224,141); }
td.TdClassName
{
border-color: #F5E08D;
}
.TagClassName
{
border-color: #F5E08D;
}
</style>