Shades of Vis Vis #F9E59B
Tints of Vis Vis #F9E59B
RGB
CMYK
RGB Variations
Color information
#F9E59B (or 0xF9E59B) is known color: Vis Vis. HEX triplet: F9, E5 and 9B. RGB value is (249,229,155). Sum of RGB (Red+Green+Blue) = 249+229+155=633 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.34% from 633); Green value is 229 (89.84% from 255 or 36.18% from 633); Blue value is 155 (60.94% from 255 or 24.49% from 633); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E59B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9E59B is #061A64. Grayscale: #E2E2E2. Windows color (decimal): -399973 or 10216953. OLE color: 10216953.
HSL color Cylindrical-coordinate representation of color #F9E59B: hue angle of 47.23º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F9E59B is Cyan = 0, Magento = 0.08, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 229 | 155 | - |
| CMYK | 0 | 0.08 | 0.38 | 0.02 |
| HSL | 47.23º | 0.89% | 0.79% | - |
| HSV(B) | 47.23º | 0.38% | 0.98% | - |
| XYZ | 73 | 78.54 | 42.32 | - |
| YUV | 226.54 | 87.63 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 229 | 155 | 0 | 0.08 | 0.38 | 0.02 | 47.23 | 0.89 | 0.79 |
| Hex | F9 | E5 | 9B | 0 | 8 | 26 | 2 | 2F | 59 | 4F |
| Octal | 371 | 345 | 233 | 0 | 10 | 46 | 2 | 57 | 131 | 117 |
| Binary | 11111001 | 11100101 | 10011011 | 0 | 1000 | 100110 | 10 | 101111 | 1011001 | 1001111 |
Color Harmonies of #F9E59B
Complementary color
Monochromatic Colors of #F9E59B
Black with #F9E59B
Text Example
Text Example
White with #F9E59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E59B; }
p { color: rgb(249,229,155); }
H1.HeaderClassName
{
color: #F9E59B;
}
.AnyTagClassName
{
color: #F9E59B;
}
</style>
background-color css
<style>
a { background-color: #F9E59B; }
a { background-color: rgb(249,229,155); }
div.DivClassName
{
background-color: #F9E59B;
}
.BgClassName
{
background-color: #F9E59B;
}
</style>
border-color css
<style>
span { border-color: #F9E59B; }
span { border-color: rgb(249,229,155); }
td.TdClassName
{
border-color: #F9E59B;
}
.TagClassName
{
border-color: #F9E59B;
}
</style>