Shades of Vis Vis #F9E58E
Tints of Vis Vis #F9E58E
RGB
CMYK
RGB Variations
Color information
#F9E58E (or 0xF9E58E) is known color: Vis Vis. HEX triplet: F9, E5 and 8E. RGB value is (249,229,142). Sum of RGB (Red+Green+Blue) = 249+229+142=620 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.16% from 620); Green value is 229 (89.84% from 255 or 36.94% from 620); Blue value is 142 (55.86% from 255 or 22.90% from 620); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E58E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9E58E is #061A71. Grayscale: #E1E1E1. Windows color (decimal): -399986 or 9364985. OLE color: 9364985.
HSL color Cylindrical-coordinate representation of color #F9E58E: hue angle of 48.79º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F9E58E is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 229 | 142 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.02 |
| HSL | 48.79º | 0.9% | 0.77% | - |
| HSV(B) | 48.79º | 0.43% | 0.98% | - |
| XYZ | 71.97 | 78.13 | 36.88 | - |
| YUV | 225.06 | 81.13 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 229 | 142 | 0 | 0.08 | 0.43 | 0.02 | 48.79 | 0.9 | 0.77 |
| Hex | F9 | E5 | 8E | 0 | 8 | 2B | 2 | 31 | 5A | 4D |
| Octal | 371 | 345 | 216 | 0 | 10 | 53 | 2 | 61 | 132 | 115 |
| Binary | 11111001 | 11100101 | 10001110 | 0 | 1000 | 101011 | 10 | 110001 | 1011010 | 1001101 |
Color Harmonies of #F9E58E
Complementary color
Monochromatic Colors of #F9E58E
Black with #F9E58E
Text Example
Text Example
White with #F9E58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E58E; }
p { color: rgb(249,229,142); }
H1.HeaderClassName
{
color: #F9E58E;
}
.AnyTagClassName
{
color: #F9E58E;
}
</style>
background-color css
<style>
a { background-color: #F9E58E; }
a { background-color: rgb(249,229,142); }
div.DivClassName
{
background-color: #F9E58E;
}
.BgClassName
{
background-color: #F9E58E;
}
</style>
border-color css
<style>
span { border-color: #F9E58E; }
span { border-color: rgb(249,229,142); }
td.TdClassName
{
border-color: #F9E58E;
}
.TagClassName
{
border-color: #F9E58E;
}
</style>