Shades of Vis Vis #F9DF94
Tints of Vis Vis #F9DF94
RGB
CMYK
RGB Variations
Color information
#F9DF94 (or 0xF9DF94) is known color: Vis Vis. HEX triplet: F9, DF and 94. RGB value is (249,223,148). Sum of RGB (Red+Green+Blue) = 249+223+148=620 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.16% from 620); Green value is 223 (87.5% from 255 or 35.97% from 620); Blue value is 148 (58.20% from 255 or 23.87% from 620); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DF94 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9DF94 is #06206B. Grayscale: #DEDEDE. Windows color (decimal): -401516 or 9756665. OLE color: 9756665.
HSL color Cylindrical-coordinate representation of color #F9DF94: hue angle of 44.55º 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 #F9DF94 is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 223 | 148 | - |
| CMYK | 0 | 0.10 | 0.41 | 0.02 |
| HSL | 44.55º | 0.89% | 0.78% | - |
| HSV(B) | 44.55º | 0.41% | 0.98% | - |
| XYZ | 70.8 | 75.05 | 38.77 | - |
| YUV | 222.22 | 86.11 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 223 | 148 | 0 | 0.10 | 0.41 | 0.02 | 44.55 | 0.89 | 0.78 |
| Hex | F9 | DF | 94 | 0 | A | 29 | 2 | 2D | 59 | 4E |
| Octal | 371 | 337 | 224 | 0 | 12 | 51 | 2 | 55 | 131 | 116 |
| Binary | 11111001 | 11011111 | 10010100 | 0 | 1010 | 101001 | 10 | 101101 | 1011001 | 1001110 |
Color Harmonies of #F9DF94
Complementary color
Monochromatic Colors of #F9DF94
Black with #F9DF94
Text Example
Text Example
White with #F9DF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DF94; }
p { color: rgb(249,223,148); }
H1.HeaderClassName
{
color: #F9DF94;
}
.AnyTagClassName
{
color: #F9DF94;
}
</style>
background-color css
<style>
a { background-color: #F9DF94; }
a { background-color: rgb(249,223,148); }
div.DivClassName
{
background-color: #F9DF94;
}
.BgClassName
{
background-color: #F9DF94;
}
</style>
border-color css
<style>
span { border-color: #F9DF94; }
span { border-color: rgb(249,223,148); }
td.TdClassName
{
border-color: #F9DF94;
}
.TagClassName
{
border-color: #F9DF94;
}
</style>