Shades of Vis Vis #F9E299
Tints of Vis Vis #F9E299
RGB
CMYK
RGB Variations
Color information
#F9E299 (or 0xF9E299) is known color: Vis Vis. HEX triplet: F9, E2 and 99. RGB value is (249,226,153). Sum of RGB (Red+Green+Blue) = 249+226+153=628 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.65% from 628); Green value is 226 (88.67% from 255 or 35.99% from 628); Blue value is 153 (60.16% from 255 or 24.36% from 628); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E299 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9E299 is #061D66. Grayscale: #E0E0E0. Windows color (decimal): -400743 or 10085113. OLE color: 10085113.
HSL color Cylindrical-coordinate representation of color #F9E299: hue angle of 45.62º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F9E299 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 226 | 153 | - |
| CMYK | 0 | 0.09 | 0.39 | 0.02 |
| HSL | 45.63º | 0.89% | 0.79% | - |
| HSV(B) | 45.63º | 0.39% | 0.98% | - |
| XYZ | 72.01 | 76.83 | 41.17 | - |
| YUV | 224.56 | 87.62 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 226 | 153 | 0 | 0.09 | 0.39 | 0.02 | 45.63 | 0.89 | 0.79 |
| Hex | F9 | E2 | 99 | 0 | 9 | 27 | 2 | 2E | 59 | 4F |
| Octal | 371 | 342 | 231 | 0 | 11 | 47 | 2 | 56 | 131 | 117 |
| Binary | 11111001 | 11100010 | 10011001 | 0 | 1001 | 100111 | 10 | 101110 | 1011001 | 1001111 |
Color Harmonies of #F9E299
Complementary color
Monochromatic Colors of #F9E299
Black with #F9E299
Text Example
Text Example
White with #F9E299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E299; }
p { color: rgb(249,226,153); }
H1.HeaderClassName
{
color: #F9E299;
}
.AnyTagClassName
{
color: #F9E299;
}
</style>
background-color css
<style>
a { background-color: #F9E299; }
a { background-color: rgb(249,226,153); }
div.DivClassName
{
background-color: #F9E299;
}
.BgClassName
{
background-color: #F9E299;
}
</style>
border-color css
<style>
span { border-color: #F9E299; }
span { border-color: rgb(249,226,153); }
td.TdClassName
{
border-color: #F9E299;
}
.TagClassName
{
border-color: #F9E299;
}
</style>