Shades of Vis Vis #F9DC93
Tints of Vis Vis #F9DC93
RGB
CMYK
RGB Variations
Color information
#F9DC93 (or 0xF9DC93) is known color: Vis Vis. HEX triplet: F9, DC and 93. RGB value is (249,220,147). Sum of RGB (Red+Green+Blue) = 249+220+147=616 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.42% from 616); Green value is 220 (86.33% from 255 or 35.71% from 616); Blue value is 147 (57.81% from 255 or 23.86% from 616); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DC93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9DC93 is #06236C. Grayscale: #DCDCDC. Windows color (decimal): -402285 or 9690361. OLE color: 9690361.
HSL color Cylindrical-coordinate representation of color #F9DC93: hue angle of 42.94º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F9DC93 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 220 | 147 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.02 |
| HSL | 42.94º | 0.89% | 0.78% | - |
| HSV(B) | 42.94º | 0.41% | 0.98% | - |
| XYZ | 69.93 | 73.43 | 38.09 | - |
| YUV | 220.35 | 86.61 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 220 | 147 | 0 | 0.12 | 0.41 | 0.02 | 42.94 | 0.89 | 0.78 |
| Hex | F9 | DC | 93 | 0 | C | 29 | 2 | 2B | 59 | 4E |
| Octal | 371 | 334 | 223 | 0 | 14 | 51 | 2 | 53 | 131 | 116 |
| Binary | 11111001 | 11011100 | 10010011 | 0 | 1100 | 101001 | 10 | 101011 | 1011001 | 1001110 |
Color Harmonies of #F9DC93
Complementary color
Monochromatic Colors of #F9DC93
Black with #F9DC93
Text Example
Text Example
White with #F9DC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DC93; }
p { color: rgb(249,220,147); }
H1.HeaderClassName
{
color: #F9DC93;
}
.AnyTagClassName
{
color: #F9DC93;
}
</style>
background-color css
<style>
a { background-color: #F9DC93; }
a { background-color: rgb(249,220,147); }
div.DivClassName
{
background-color: #F9DC93;
}
.BgClassName
{
background-color: #F9DC93;
}
</style>
border-color css
<style>
span { border-color: #F9DC93; }
span { border-color: rgb(249,220,147); }
td.TdClassName
{
border-color: #F9DC93;
}
.TagClassName
{
border-color: #F9DC93;
}
</style>