Shades of Vis Vis #F9E48D
Tints of Vis Vis #F9E48D
RGB
CMYK
RGB Variations
Color information
#F9E48D (or 0xF9E48D) is known color: Vis Vis. HEX triplet: F9, E4 and 8D. RGB value is (249,228,141). Sum of RGB (Red+Green+Blue) = 249+228+141=618 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.29% from 618); Green value is 228 (89.45% from 255 or 36.89% from 618); Blue value is 141 (55.47% from 255 or 22.82% from 618); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E48D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9E48D is #061B72. Grayscale: #E0E0E0. Windows color (decimal): -400243 or 9299193. OLE color: 9299193.
HSL color Cylindrical-coordinate representation of color #F9E48D: hue angle of 48.33º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F9E48D is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 228 | 141 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.02 |
| HSL | 48.33º | 0.9% | 0.76% | - |
| HSV(B) | 48.33º | 0.43% | 0.98% | - |
| XYZ | 71.62 | 77.55 | 36.39 | - |
| YUV | 224.36 | 80.96 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 228 | 141 | 0 | 0.08 | 0.43 | 0.02 | 48.33 | 0.9 | 0.76 |
| Hex | F9 | E4 | 8D | 0 | 8 | 2B | 2 | 30 | 5A | 4C |
| Octal | 371 | 344 | 215 | 0 | 10 | 53 | 2 | 60 | 132 | 114 |
| Binary | 11111001 | 11100100 | 10001101 | 0 | 1000 | 101011 | 10 | 110000 | 1011010 | 1001100 |
Color Harmonies of #F9E48D
Complementary color
Monochromatic Colors of #F9E48D
Black with #F9E48D
Text Example
Text Example
White with #F9E48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E48D; }
p { color: rgb(249,228,141); }
H1.HeaderClassName
{
color: #F9E48D;
}
.AnyTagClassName
{
color: #F9E48D;
}
</style>
background-color css
<style>
a { background-color: #F9E48D; }
a { background-color: rgb(249,228,141); }
div.DivClassName
{
background-color: #F9E48D;
}
.BgClassName
{
background-color: #F9E48D;
}
</style>
border-color css
<style>
span { border-color: #F9E48D; }
span { border-color: rgb(249,228,141); }
td.TdClassName
{
border-color: #F9E48D;
}
.TagClassName
{
border-color: #F9E48D;
}
</style>