Shades of Vis Vis #F9DD92
Tints of Vis Vis #F9DD92
RGB
CMYK
RGB Variations
Color information
#F9DD92 (or 0xF9DD92) is known color: Vis Vis. HEX triplet: F9, DD and 92. RGB value is (249,221,146). Sum of RGB (Red+Green+Blue) = 249+221+146=616 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.42% from 616); Green value is 221 (86.72% from 255 or 35.88% from 616); Blue value is 146 (57.42% from 255 or 23.70% from 616); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DD92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9DD92 is #06226D. Grayscale: #DDDDDD. Windows color (decimal): -402030 or 9625081. OLE color: 9625081.
HSL color Cylindrical-coordinate representation of color #F9DD92: hue angle of 43.69º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F9DD92 is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 221 | 146 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.02 |
| HSL | 43.69º | 0.9% | 0.77% | - |
| HSV(B) | 43.69º | 0.41% | 0.98% | - |
| XYZ | 70.11 | 73.93 | 37.77 | - |
| YUV | 220.82 | 85.78 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 221 | 146 | 0 | 0.11 | 0.41 | 0.02 | 43.69 | 0.9 | 0.77 |
| Hex | F9 | DD | 92 | 0 | B | 29 | 2 | 2C | 5A | 4D |
| Octal | 371 | 335 | 222 | 0 | 13 | 51 | 2 | 54 | 132 | 115 |
| Binary | 11111001 | 11011101 | 10010010 | 0 | 1011 | 101001 | 10 | 101100 | 1011010 | 1001101 |
Color Harmonies of #F9DD92
Complementary color
Monochromatic Colors of #F9DD92
Black with #F9DD92
Text Example
Text Example
White with #F9DD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DD92; }
p { color: rgb(249,221,146); }
H1.HeaderClassName
{
color: #F9DD92;
}
.AnyTagClassName
{
color: #F9DD92;
}
</style>
background-color css
<style>
a { background-color: #F9DD92; }
a { background-color: rgb(249,221,146); }
div.DivClassName
{
background-color: #F9DD92;
}
.BgClassName
{
background-color: #F9DD92;
}
</style>
border-color css
<style>
span { border-color: #F9DD92; }
span { border-color: rgb(249,221,146); }
td.TdClassName
{
border-color: #F9DD92;
}
.TagClassName
{
border-color: #F9DD92;
}
</style>