Shades of Vis Vis #F9E48B
Tints of Vis Vis #F9E48B
RGB
CMYK
RGB Variations
Color information
#F9E48B (or 0xF9E48B) is known color: Vis Vis. HEX triplet: F9, E4 and 8B. RGB value is (249,228,139). Sum of RGB (Red+Green+Blue) = 249+228+139=616 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.42% from 616); Green value is 228 (89.45% from 255 or 37.01% from 616); Blue value is 139 (54.69% from 255 or 22.56% from 616); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E48B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9E48B is #061B74. Grayscale: #E0E0E0. Windows color (decimal): -400245 or 9168121. OLE color: 9168121.
HSL color Cylindrical-coordinate representation of color #F9E48B: hue angle of 48.55º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F9E48B is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 228 | 139 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.02 |
| HSL | 48.55º | 0.9% | 0.76% | - |
| HSV(B) | 48.55º | 0.44% | 0.98% | - |
| XYZ | 71.47 | 77.49 | 35.62 | - |
| YUV | 224.13 | 79.96 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 228 | 139 | 0 | 0.08 | 0.44 | 0.02 | 48.55 | 0.9 | 0.76 |
| Hex | F9 | E4 | 8B | 0 | 8 | 2C | 2 | 31 | 5A | 4C |
| Octal | 371 | 344 | 213 | 0 | 10 | 54 | 2 | 61 | 132 | 114 |
| Binary | 11111001 | 11100100 | 10001011 | 0 | 1000 | 101100 | 10 | 110001 | 1011010 | 1001100 |
Color Harmonies of #F9E48B
Complementary color
Monochromatic Colors of #F9E48B
Black with #F9E48B
Text Example
Text Example
White with #F9E48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E48B; }
p { color: rgb(249,228,139); }
H1.HeaderClassName
{
color: #F9E48B;
}
.AnyTagClassName
{
color: #F9E48B;
}
</style>
background-color css
<style>
a { background-color: #F9E48B; }
a { background-color: rgb(249,228,139); }
div.DivClassName
{
background-color: #F9E48B;
}
.BgClassName
{
background-color: #F9E48B;
}
</style>
border-color css
<style>
span { border-color: #F9E48B; }
span { border-color: rgb(249,228,139); }
td.TdClassName
{
border-color: #F9E48B;
}
.TagClassName
{
border-color: #F9E48B;
}
</style>