Shades of Vis Vis #F9E78E
Tints of Vis Vis #F9E78E
RGB
CMYK
RGB Variations
Color information
#F9E78E (or 0xF9E78E) is known color: Vis Vis. HEX triplet: F9, E7 and 8E. RGB value is (249,231,142). Sum of RGB (Red+Green+Blue) = 249+231+142=622 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.03% from 622); Green value is 231 (90.62% from 255 or 37.14% from 622); Blue value is 142 (55.86% from 255 or 22.83% from 622); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E78E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9E78E is #061871. Grayscale: #E2E2E2. Windows color (decimal): -399474 or 9365497. OLE color: 9365497.
HSL color Cylindrical-coordinate representation of color #F9E78E: hue angle of 49.91º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F9E78E is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 231 | 142 | - |
| CMYK | 0 | 0.07 | 0.43 | 0.02 |
| HSL | 49.91º | 0.9% | 0.77% | - |
| HSV(B) | 49.91º | 0.43% | 0.98% | - |
| XYZ | 72.53 | 79.24 | 37.06 | - |
| YUV | 226.24 | 80.46 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 231 | 142 | 0 | 0.07 | 0.43 | 0.02 | 49.91 | 0.9 | 0.77 |
| Hex | F9 | E7 | 8E | 0 | 7 | 2B | 2 | 32 | 5A | 4D |
| Octal | 371 | 347 | 216 | 0 | 7 | 53 | 2 | 62 | 132 | 115 |
| Binary | 11111001 | 11100111 | 10001110 | 0 | 111 | 101011 | 10 | 110010 | 1011010 | 1001101 |
Color Harmonies of #F9E78E
Complementary color
Monochromatic Colors of #F9E78E
Black with #F9E78E
Text Example
Text Example
White with #F9E78E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9E78E; }
p { color: rgb(249,231,142); }
H1.HeaderClassName
{
color: #F9E78E;
}
.AnyTagClassName
{
color: #F9E78E;
}
</style>
background-color css
<style>
a { background-color: #F9E78E; }
a { background-color: rgb(249,231,142); }
div.DivClassName
{
background-color: #F9E78E;
}
.BgClassName
{
background-color: #F9E78E;
}
</style>
border-color css
<style>
span { border-color: #F9E78E; }
span { border-color: rgb(249,231,142); }
td.TdClassName
{
border-color: #F9E78E;
}
.TagClassName
{
border-color: #F9E78E;
}
</style>