Shades of Vis Vis #F9DD93
Tints of Vis Vis #F9DD93
RGB
CMYK
RGB Variations
Color information
#F9DD93 (or 0xF9DD93) is known color: Vis Vis. HEX triplet: F9, DD and 93. RGB value is (249,221,147). Sum of RGB (Red+Green+Blue) = 249+221+147=617 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.36% from 617); Green value is 221 (86.72% from 255 or 35.82% from 617); Blue value is 147 (57.81% from 255 or 23.82% from 617); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DD93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9DD93 is #06226C. Grayscale: #DDDDDD. Windows color (decimal): -402029 or 9690617. OLE color: 9690617.
HSL color Cylindrical-coordinate representation of color #F9DD93: hue angle of 43.53º 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 #F9DD93 is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 221 | 147 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.02 |
| HSL | 43.53º | 0.89% | 0.78% | - |
| HSV(B) | 43.53º | 0.41% | 0.98% | - |
| XYZ | 70.19 | 73.96 | 38.18 | - |
| YUV | 220.94 | 86.28 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 221 | 147 | 0 | 0.11 | 0.41 | 0.02 | 43.53 | 0.89 | 0.78 |
| Hex | F9 | DD | 93 | 0 | B | 29 | 2 | 2C | 59 | 4E |
| Octal | 371 | 335 | 223 | 0 | 13 | 51 | 2 | 54 | 131 | 116 |
| Binary | 11111001 | 11011101 | 10010011 | 0 | 1011 | 101001 | 10 | 101100 | 1011001 | 1001110 |
Color Harmonies of #F9DD93
Complementary color
Monochromatic Colors of #F9DD93
Black with #F9DD93
Text Example
Text Example
White with #F9DD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DD93; }
p { color: rgb(249,221,147); }
H1.HeaderClassName
{
color: #F9DD93;
}
.AnyTagClassName
{
color: #F9DD93;
}
</style>
background-color css
<style>
a { background-color: #F9DD93; }
a { background-color: rgb(249,221,147); }
div.DivClassName
{
background-color: #F9DD93;
}
.BgClassName
{
background-color: #F9DD93;
}
</style>
border-color css
<style>
span { border-color: #F9DD93; }
span { border-color: rgb(249,221,147); }
td.TdClassName
{
border-color: #F9DD93;
}
.TagClassName
{
border-color: #F9DD93;
}
</style>