Shades of Vis Vis #F5E08F
Tints of Vis Vis #F5E08F
RGB
CMYK
RGB Variations
Color information
#F5E08F (or 0xF5E08F) is known color: Vis Vis. HEX triplet: F5, E0 and 8F. RGB value is (245,224,143). Sum of RGB (Red+Green+Blue) = 245+224+143=612 (81% of max value = 765). Red value is 245 (96.09% from 255 or 40.03% from 612); Green value is 224 (87.89% from 255 or 36.60% from 612); Blue value is 143 (56.25% from 255 or 23.37% from 612); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E08F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5E08F is #0A1F70. Grayscale: #DDDDDD. Windows color (decimal): -663409 or 9429237. OLE color: 9429237.
HSL color Cylindrical-coordinate representation of color #F5E08F: hue angle of 47.65º 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 #F5E08F is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
RGB | 245 | 224 | 143 | - |
CMYK | 0 | 0.09 | 0.42 | 0.04 |
HSL | 47.65º | 0.84% | 0.76% | - |
HSV(B) | 47.65º | 0.42% | 0.96% | - |
XYZ | 69.27 | 74.71 | 36.76 | - |
YUV | 221.05 | 83.96 | 145.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 245 | 224 | 143 | 0 | 0.09 | 0.42 | 0.04 | 47.65 | 0.84 | 0.76 |
Hex | F5 | E0 | 8F | 0 | 9 | 2A | 4 | 30 | 54 | 4C |
Octal | 365 | 340 | 217 | 0 | 11 | 52 | 4 | 60 | 124 | 114 |
Binary | 11110101 | 11100000 | 10001111 | 0 | 1001 | 101010 | 100 | 110000 | 1010100 | 1001100 |
Color Harmonies of #F5E08F
Complementary color
Monochromatic Colors of #F5E08F
Black with #F5E08F
Text Example
Text Example
White with #F5E08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E08F; }
p { color: rgb(245,224,143); }
H1.HeaderClassName
{
color: #F5E08F;
}
.AnyTagClassName
{
color: #F5E08F;
}
</style>
background-color css
<style>
a { background-color: #F5E08F; }
a { background-color: rgb(245,224,143); }
div.DivClassName
{
background-color: #F5E08F;
}
.BgClassName
{
background-color: #F5E08F;
}
</style>
border-color css
<style>
span { border-color: #F5E08F; }
span { border-color: rgb(245,224,143); }
td.TdClassName
{
border-color: #F5E08F;
}
.TagClassName
{
border-color: #F5E08F;
}
</style>