Shades of Vis Vis #F5D991
Tints of Vis Vis #F5D991
RGB
CMYK
RGB Variations
Color information
#F5D991 (or 0xF5D991) is known color: Vis Vis. HEX triplet: F5, D9 and 91. RGB value is (245,217,145). Sum of RGB (Red+Green+Blue) = 245+217+145=607 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.36% from 607); Green value is 217 (85.16% from 255 or 35.75% from 607); Blue value is 145 (57.03% from 255 or 23.89% from 607); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D991 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D991 is #0A266E. Grayscale: #D9D9D9. Windows color (decimal): -665199 or 9558517. OLE color: 9558517.
HSL color Cylindrical-coordinate representation of color #F5D991: hue angle of 43.2º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F5D991 is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 217 | 145 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.04 |
| HSL | 43.2º | 0.83% | 0.76% | - |
| HSV(B) | 43.2º | 0.41% | 0.96% | - |
| XYZ | 67.58 | 71.08 | 36.95 | - |
| YUV | 217.16 | 87.28 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 217 | 145 | 0 | 0.11 | 0.41 | 0.04 | 43.2 | 0.83 | 0.76 |
| Hex | F5 | D9 | 91 | 0 | B | 29 | 4 | 2B | 53 | 4C |
| Octal | 365 | 331 | 221 | 0 | 13 | 51 | 4 | 53 | 123 | 114 |
| Binary | 11110101 | 11011001 | 10010001 | 0 | 1011 | 101001 | 100 | 101011 | 1010011 | 1001100 |
Color Harmonies of #F5D991
Complementary color
Monochromatic Colors of #F5D991
Black with #F5D991
Text Example
Text Example
White with #F5D991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D991; }
p { color: rgb(245,217,145); }
H1.HeaderClassName
{
color: #F5D991;
}
.AnyTagClassName
{
color: #F5D991;
}
</style>
background-color css
<style>
a { background-color: #F5D991; }
a { background-color: rgb(245,217,145); }
div.DivClassName
{
background-color: #F5D991;
}
.BgClassName
{
background-color: #F5D991;
}
</style>
border-color css
<style>
span { border-color: #F5D991; }
span { border-color: rgb(245,217,145); }
td.TdClassName
{
border-color: #F5D991;
}
.TagClassName
{
border-color: #F5D991;
}
</style>