Shades of Vis Vis #F9DA90
Tints of Vis Vis #F9DA90
RGB
CMYK
RGB Variations
Color information
#F9DA90 (or 0xF9DA90) is known color: Vis Vis. HEX triplet: F9, DA and 90. RGB value is (249,218,144). Sum of RGB (Red+Green+Blue) = 249+218+144=611 (80% of max value = 765). Red value is 249 (97.66% from 255 or 40.75% from 611); Green value is 218 (85.55% from 255 or 35.68% from 611); Blue value is 144 (56.64% from 255 or 23.57% from 611); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DA90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9DA90 is #06256F. Grayscale: #DBDBDB. Windows color (decimal): -402800 or 9493241. OLE color: 9493241.
HSL color Cylindrical-coordinate representation of color #F9DA90: hue angle of 42.29º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F9DA90 is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 218 | 144 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.02 |
| HSL | 42.29º | 0.9% | 0.77% | - |
| HSV(B) | 42.29º | 0.42% | 0.98% | - |
| XYZ | 69.17 | 72.3 | 36.69 | - |
| YUV | 218.83 | 85.77 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 218 | 144 | 0 | 0.12 | 0.42 | 0.02 | 42.29 | 0.9 | 0.77 |
| Hex | F9 | DA | 90 | 0 | C | 2A | 2 | 2A | 5A | 4D |
| Octal | 371 | 332 | 220 | 0 | 14 | 52 | 2 | 52 | 132 | 115 |
| Binary | 11111001 | 11011010 | 10010000 | 0 | 1100 | 101010 | 10 | 101010 | 1011010 | 1001101 |
Color Harmonies of #F9DA90
Complementary color
Monochromatic Colors of #F9DA90
Black with #F9DA90
Text Example
Text Example
White with #F9DA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DA90; }
p { color: rgb(249,218,144); }
H1.HeaderClassName
{
color: #F9DA90;
}
.AnyTagClassName
{
color: #F9DA90;
}
</style>
background-color css
<style>
a { background-color: #F9DA90; }
a { background-color: rgb(249,218,144); }
div.DivClassName
{
background-color: #F9DA90;
}
.BgClassName
{
background-color: #F9DA90;
}
</style>
border-color css
<style>
span { border-color: #F9DA90; }
span { border-color: rgb(249,218,144); }
td.TdClassName
{
border-color: #F9DA90;
}
.TagClassName
{
border-color: #F9DA90;
}
</style>