Shades of Vis Vis #F9DD8E
Tints of Vis Vis #F9DD8E
RGB
CMYK
RGB Variations
Color information
#F9DD8E (or 0xF9DD8E) is known color: Vis Vis. HEX triplet: F9, DD and 8E. RGB value is (249,221,142). Sum of RGB (Red+Green+Blue) = 249+221+142=612 (81% of max value = 765). Red value is 249 (97.66% from 255 or 40.69% from 612); Green value is 221 (86.72% from 255 or 36.11% from 612); Blue value is 142 (55.86% from 255 or 23.20% from 612); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DD8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9DD8E is #062271. Grayscale: #DCDCDC. Windows color (decimal): -402034 or 9362937. OLE color: 9362937.
HSL color Cylindrical-coordinate representation of color #F9DD8E: hue angle of 44.3º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F9DD8E is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 221 | 142 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.02 |
| HSL | 44.3º | 0.9% | 0.77% | - |
| HSV(B) | 44.3º | 0.43% | 0.98% | - |
| XYZ | 69.81 | 73.81 | 36.16 | - |
| YUV | 220.37 | 83.78 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 221 | 142 | 0 | 0.11 | 0.43 | 0.02 | 44.3 | 0.9 | 0.77 |
| Hex | F9 | DD | 8E | 0 | B | 2B | 2 | 2C | 5A | 4D |
| Octal | 371 | 335 | 216 | 0 | 13 | 53 | 2 | 54 | 132 | 115 |
| Binary | 11111001 | 11011101 | 10001110 | 0 | 1011 | 101011 | 10 | 101100 | 1011010 | 1001101 |
Color Harmonies of #F9DD8E
Complementary color
Monochromatic Colors of #F9DD8E
Black with #F9DD8E
Text Example
Text Example
White with #F9DD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DD8E; }
p { color: rgb(249,221,142); }
H1.HeaderClassName
{
color: #F9DD8E;
}
.AnyTagClassName
{
color: #F9DD8E;
}
</style>
background-color css
<style>
a { background-color: #F9DD8E; }
a { background-color: rgb(249,221,142); }
div.DivClassName
{
background-color: #F9DD8E;
}
.BgClassName
{
background-color: #F9DD8E;
}
</style>
border-color css
<style>
span { border-color: #F9DD8E; }
span { border-color: rgb(249,221,142); }
td.TdClassName
{
border-color: #F9DD8E;
}
.TagClassName
{
border-color: #F9DD8E;
}
</style>