Shades of Vis Vis #F9DA8E
Tints of Vis Vis #F9DA8E
RGB
CMYK
RGB Variations
Color information
#F9DA8E (or 0xF9DA8E) is known color: Vis Vis. HEX triplet: F9, DA and 8E. RGB value is (249,218,142). Sum of RGB (Red+Green+Blue) = 249+218+142=609 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.89% from 609); Green value is 218 (85.55% from 255 or 35.80% from 609); Blue value is 142 (55.86% from 255 or 23.32% from 609); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DA8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9DA8E is #062571. Grayscale: #DADADA. Windows color (decimal): -402802 or 9362169. OLE color: 9362169.
HSL color Cylindrical-coordinate representation of color #F9DA8E: hue angle of 42.62º 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 #F9DA8E is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 218 | 142 | - |
| CMYK | 0 | 0.12 | 0.43 | 0.02 |
| HSL | 42.62º | 0.9% | 0.77% | - |
| HSV(B) | 42.62º | 0.43% | 0.98% | - |
| XYZ | 69.02 | 72.24 | 35.9 | - |
| YUV | 218.61 | 84.77 | 149.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 218 | 142 | 0 | 0.12 | 0.43 | 0.02 | 42.62 | 0.9 | 0.77 |
| Hex | F9 | DA | 8E | 0 | C | 2B | 2 | 2B | 5A | 4D |
| Octal | 371 | 332 | 216 | 0 | 14 | 53 | 2 | 53 | 132 | 115 |
| Binary | 11111001 | 11011010 | 10001110 | 0 | 1100 | 101011 | 10 | 101011 | 1011010 | 1001101 |
Color Harmonies of #F9DA8E
Complementary color
Monochromatic Colors of #F9DA8E
Black with #F9DA8E
Text Example
Text Example
White with #F9DA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DA8E; }
p { color: rgb(249,218,142); }
H1.HeaderClassName
{
color: #F9DA8E;
}
.AnyTagClassName
{
color: #F9DA8E;
}
</style>
background-color css
<style>
a { background-color: #F9DA8E; }
a { background-color: rgb(249,218,142); }
div.DivClassName
{
background-color: #F9DA8E;
}
.BgClassName
{
background-color: #F9DA8E;
}
</style>
border-color css
<style>
span { border-color: #F9DA8E; }
span { border-color: rgb(249,218,142); }
td.TdClassName
{
border-color: #F9DA8E;
}
.TagClassName
{
border-color: #F9DA8E;
}
</style>