Shades of Vis Vis #F4DD97
Tints of Vis Vis #F4DD97
RGB
CMYK
RGB Variations
Color information
#F4DD97 (or 0xF4DD97) is known color: Vis Vis. HEX triplet: F4, DD and 97. RGB value is (244,221,151). Sum of RGB (Red+Green+Blue) = 244+221+151=616 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.61% from 616); Green value is 221 (86.72% from 255 or 35.88% from 616); Blue value is 151 (59.38% from 255 or 24.51% from 616); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DD97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4DD97 is #0B2268. Grayscale: #DCDCDC. Windows color (decimal): -729705 or 9952756. OLE color: 9952756.
HSL color Cylindrical-coordinate representation of color #F4DD97: hue angle of 45.16º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F4DD97 is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 221 | 151 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.04 |
| HSL | 45.16º | 0.81% | 0.77% | - |
| HSV(B) | 45.16º | 0.38% | 0.96% | - |
| XYZ | 68.75 | 73.18 | 39.78 | - |
| YUV | 219.9 | 89.12 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 221 | 151 | 0 | 0.09 | 0.38 | 0.04 | 45.16 | 0.81 | 0.77 |
| Hex | F4 | DD | 97 | 0 | 9 | 26 | 4 | 2D | 51 | 4D |
| Octal | 364 | 335 | 227 | 0 | 11 | 46 | 4 | 55 | 121 | 115 |
| Binary | 11110100 | 11011101 | 10010111 | 0 | 1001 | 100110 | 100 | 101101 | 1010001 | 1001101 |
Color Harmonies of #F4DD97
Complementary color
Monochromatic Colors of #F4DD97
Black with #F4DD97
Text Example
Text Example
White with #F4DD97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DD97; }
p { color: rgb(244,221,151); }
H1.HeaderClassName
{
color: #F4DD97;
}
.AnyTagClassName
{
color: #F4DD97;
}
</style>
background-color css
<style>
a { background-color: #F4DD97; }
a { background-color: rgb(244,221,151); }
div.DivClassName
{
background-color: #F4DD97;
}
.BgClassName
{
background-color: #F4DD97;
}
</style>
border-color css
<style>
span { border-color: #F4DD97; }
span { border-color: rgb(244,221,151); }
td.TdClassName
{
border-color: #F4DD97;
}
.TagClassName
{
border-color: #F4DD97;
}
</style>