Shades of Vis Vis #F9E29B
Tints of Vis Vis #F9E29B
RGB
CMYK
RGB Variations
Color information
#F9E29B (or 0xF9E29B) is known color: Vis Vis. HEX triplet: F9, E2 and 9B. RGB value is (249,226,155). Sum of RGB (Red+Green+Blue) = 249+226+155=630 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.52% from 630); Green value is 226 (88.67% from 255 or 35.87% from 630); Blue value is 155 (60.94% from 255 or 24.60% from 630); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E29B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9E29B is #061D64. Grayscale: #E1E1E1. Windows color (decimal): -400741 or 10216185. OLE color: 10216185.
HSL color Cylindrical-coordinate representation of color #F9E29B: hue angle of 45.32º 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 #F9E29B is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 226 | 155 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.02 |
| HSL | 45.32º | 0.89% | 0.79% | - |
| HSV(B) | 45.32º | 0.38% | 0.98% | - |
| XYZ | 72.18 | 76.9 | 42.05 | - |
| YUV | 224.78 | 88.62 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 226 | 155 | 0 | 0.09 | 0.38 | 0.02 | 45.32 | 0.89 | 0.79 |
| Hex | F9 | E2 | 9B | 0 | 9 | 26 | 2 | 2D | 59 | 4F |
| Octal | 371 | 342 | 233 | 0 | 11 | 46 | 2 | 55 | 131 | 117 |
| Binary | 11111001 | 11100010 | 10011011 | 0 | 1001 | 100110 | 10 | 101101 | 1011001 | 1001111 |
Color Harmonies of #F9E29B
Complementary color
Monochromatic Colors of #F9E29B
Black with #F9E29B
Text Example
Text Example
White with #F9E29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E29B; }
p { color: rgb(249,226,155); }
H1.HeaderClassName
{
color: #F9E29B;
}
.AnyTagClassName
{
color: #F9E29B;
}
</style>
background-color css
<style>
a { background-color: #F9E29B; }
a { background-color: rgb(249,226,155); }
div.DivClassName
{
background-color: #F9E29B;
}
.BgClassName
{
background-color: #F9E29B;
}
</style>
border-color css
<style>
span { border-color: #F9E29B; }
span { border-color: rgb(249,226,155); }
td.TdClassName
{
border-color: #F9E29B;
}
.TagClassName
{
border-color: #F9E29B;
}
</style>