Shades of Vis Vis #F9DA8F
Tints of Vis Vis #F9DA8F
RGB
CMYK
RGB Variations
Color information
#F9DA8F (or 0xF9DA8F) is known color: Vis Vis. HEX triplet: F9, DA and 8F. RGB value is (249,218,143). Sum of RGB (Red+Green+Blue) = 249+218+143=610 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.82% from 610); Green value is 218 (85.55% from 255 or 35.74% from 610); Blue value is 143 (56.25% from 255 or 23.44% from 610); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DA8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9DA8F is #062570. Grayscale: #DBDBDB. Windows color (decimal): -402801 or 9427705. OLE color: 9427705.
HSL color Cylindrical-coordinate representation of color #F9DA8F: hue angle of 42.45º 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 #F9DA8F is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 218 | 143 | - |
| CMYK | 0 | 0.12 | 0.43 | 0.02 |
| HSL | 42.45º | 0.9% | 0.77% | - |
| HSV(B) | 42.45º | 0.43% | 0.98% | - |
| XYZ | 69.1 | 72.27 | 36.29 | - |
| YUV | 218.72 | 85.27 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 218 | 143 | 0 | 0.12 | 0.43 | 0.02 | 42.45 | 0.9 | 0.77 |
| Hex | F9 | DA | 8F | 0 | C | 2B | 2 | 2A | 5A | 4D |
| Octal | 371 | 332 | 217 | 0 | 14 | 53 | 2 | 52 | 132 | 115 |
| Binary | 11111001 | 11011010 | 10001111 | 0 | 1100 | 101011 | 10 | 101010 | 1011010 | 1001101 |
Color Harmonies of #F9DA8F
Complementary color
Monochromatic Colors of #F9DA8F
Black with #F9DA8F
Text Example
Text Example
White with #F9DA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DA8F; }
p { color: rgb(249,218,143); }
H1.HeaderClassName
{
color: #F9DA8F;
}
.AnyTagClassName
{
color: #F9DA8F;
}
</style>
background-color css
<style>
a { background-color: #F9DA8F; }
a { background-color: rgb(249,218,143); }
div.DivClassName
{
background-color: #F9DA8F;
}
.BgClassName
{
background-color: #F9DA8F;
}
</style>
border-color css
<style>
span { border-color: #F9DA8F; }
span { border-color: rgb(249,218,143); }
td.TdClassName
{
border-color: #F9DA8F;
}
.TagClassName
{
border-color: #F9DA8F;
}
</style>