Shades of Vis Vis #F9E498
Tints of Vis Vis #F9E498
RGB
CMYK
RGB Variations
Color information
#F9E498 (or 0xF9E498) is known color: Vis Vis. HEX triplet: F9, E4 and 98. RGB value is (249,228,152). Sum of RGB (Red+Green+Blue) = 249+228+152=629 (83% of max value = 765). Red value is 249 (97.66% from 255 or 39.59% from 629); Green value is 228 (89.45% from 255 or 36.25% from 629); Blue value is 152 (59.77% from 255 or 24.17% from 629); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E498 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9E498 is #061B67. Grayscale: #E1E1E1. Windows color (decimal): -400232 or 10020089. OLE color: 10020089.
HSL color Cylindrical-coordinate representation of color #F9E498: hue angle of 47.01º 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 #F9E498 is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 228 | 152 | - |
| CMYK | 0 | 0.08 | 0.39 | 0.02 |
| HSL | 47.01º | 0.89% | 0.79% | - |
| HSV(B) | 47.01º | 0.39% | 0.98% | - |
| XYZ | 72.48 | 77.89 | 40.92 | - |
| YUV | 225.62 | 86.46 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 228 | 152 | 0 | 0.08 | 0.39 | 0.02 | 47.01 | 0.89 | 0.79 |
| Hex | F9 | E4 | 98 | 0 | 8 | 27 | 2 | 2F | 59 | 4F |
| Octal | 371 | 344 | 230 | 0 | 10 | 47 | 2 | 57 | 131 | 117 |
| Binary | 11111001 | 11100100 | 10011000 | 0 | 1000 | 100111 | 10 | 101111 | 1011001 | 1001111 |
Color Harmonies of #F9E498
Complementary color
Monochromatic Colors of #F9E498
Black with #F9E498
Text Example
Text Example
White with #F9E498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E498; }
p { color: rgb(249,228,152); }
H1.HeaderClassName
{
color: #F9E498;
}
.AnyTagClassName
{
color: #F9E498;
}
</style>
background-color css
<style>
a { background-color: #F9E498; }
a { background-color: rgb(249,228,152); }
div.DivClassName
{
background-color: #F9E498;
}
.BgClassName
{
background-color: #F9E498;
}
</style>
border-color css
<style>
span { border-color: #F9E498; }
span { border-color: rgb(249,228,152); }
td.TdClassName
{
border-color: #F9E498;
}
.TagClassName
{
border-color: #F9E498;
}
</style>