Shades of Vis Vis #F5E092
Tints of Vis Vis #F5E092
RGB
CMYK
RGB Variations
Color information
#F5E092 (or 0xF5E092) is known color: Vis Vis. HEX triplet: F5, E0 and 92. RGB value is (245,224,146). Sum of RGB (Red+Green+Blue) = 245+224+146=615 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.84% from 615); Green value is 224 (87.89% from 255 or 36.42% from 615); Blue value is 146 (57.42% from 255 or 23.74% from 615); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E092 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5E092 is #0A1F6D. Grayscale: #DDDDDD. Windows color (decimal): -663406 or 9625845. OLE color: 9625845.
HSL color Cylindrical-coordinate representation of color #F5E092: hue angle of 47.27º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F5E092 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 224 | 146 | - |
| CMYK | 0 | 0.09 | 0.40 | 0.04 |
| HSL | 47.27º | 0.83% | 0.77% | - |
| HSV(B) | 47.27º | 0.4% | 0.96% | - |
| XYZ | 69.5 | 74.8 | 37.97 | - |
| YUV | 221.39 | 85.46 | 144.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 224 | 146 | 0 | 0.09 | 0.40 | 0.04 | 47.27 | 0.83 | 0.77 |
| Hex | F5 | E0 | 92 | 0 | 9 | 28 | 4 | 2F | 53 | 4D |
| Octal | 365 | 340 | 222 | 0 | 11 | 50 | 4 | 57 | 123 | 115 |
| Binary | 11110101 | 11100000 | 10010010 | 0 | 1001 | 101000 | 100 | 101111 | 1010011 | 1001101 |
Color Harmonies of #F5E092
Complementary color
Monochromatic Colors of #F5E092
Black with #F5E092
Text Example
Text Example
White with #F5E092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E092; }
p { color: rgb(245,224,146); }
H1.HeaderClassName
{
color: #F5E092;
}
.AnyTagClassName
{
color: #F5E092;
}
</style>
background-color css
<style>
a { background-color: #F5E092; }
a { background-color: rgb(245,224,146); }
div.DivClassName
{
background-color: #F5E092;
}
.BgClassName
{
background-color: #F5E092;
}
</style>
border-color css
<style>
span { border-color: #F5E092; }
span { border-color: rgb(245,224,146); }
td.TdClassName
{
border-color: #F5E092;
}
.TagClassName
{
border-color: #F5E092;
}
</style>