Shades of Vis Vis #F5D98F
Tints of Vis Vis #F5D98F
RGB
CMYK
RGB Variations
Color information
#F5D98F (or 0xF5D98F) is known color: Vis Vis. HEX triplet: F5, D9 and 8F. RGB value is (245,217,143). Sum of RGB (Red+Green+Blue) = 245+217+143=605 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.50% from 605); Green value is 217 (85.16% from 255 or 35.87% from 605); Blue value is 143 (56.25% from 255 or 23.64% from 605); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D98F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D98F is #0A2670. Grayscale: #D9D9D9. Windows color (decimal): -665201 or 9427445. OLE color: 9427445.
HSL color Cylindrical-coordinate representation of color #F5D98F: hue angle of 43.53º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F5D98F is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 217 | 143 | - |
| CMYK | 0 | 0.11 | 0.42 | 0.04 |
| HSL | 43.53º | 0.84% | 0.76% | - |
| HSV(B) | 43.53º | 0.42% | 0.96% | - |
| XYZ | 67.43 | 71.02 | 36.14 | - |
| YUV | 216.94 | 86.28 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 217 | 143 | 0 | 0.11 | 0.42 | 0.04 | 43.53 | 0.84 | 0.76 |
| Hex | F5 | D9 | 8F | 0 | B | 2A | 4 | 2C | 54 | 4C |
| Octal | 365 | 331 | 217 | 0 | 13 | 52 | 4 | 54 | 124 | 114 |
| Binary | 11110101 | 11011001 | 10001111 | 0 | 1011 | 101010 | 100 | 101100 | 1010100 | 1001100 |
Color Harmonies of #F5D98F
Complementary color
Monochromatic Colors of #F5D98F
Black with #F5D98F
Text Example
Text Example
White with #F5D98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D98F; }
p { color: rgb(245,217,143); }
H1.HeaderClassName
{
color: #F5D98F;
}
.AnyTagClassName
{
color: #F5D98F;
}
</style>
background-color css
<style>
a { background-color: #F5D98F; }
a { background-color: rgb(245,217,143); }
div.DivClassName
{
background-color: #F5D98F;
}
.BgClassName
{
background-color: #F5D98F;
}
</style>
border-color css
<style>
span { border-color: #F5D98F; }
span { border-color: rgb(245,217,143); }
td.TdClassName
{
border-color: #F5D98F;
}
.TagClassName
{
border-color: #F5D98F;
}
</style>