Shades of Vis Vis #F5D990
Tints of Vis Vis #F5D990
RGB
CMYK
RGB Variations
Color information
#F5D990 (or 0xF5D990) is known color: Vis Vis. HEX triplet: F5, D9 and 90. RGB value is (245,217,144). Sum of RGB (Red+Green+Blue) = 245+217+144=606 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.43% from 606); Green value is 217 (85.16% from 255 or 35.81% from 606); Blue value is 144 (56.64% from 255 or 23.76% from 606); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D990 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D990 is #0A266F. Grayscale: #D9D9D9. Windows color (decimal): -665200 or 9492981. OLE color: 9492981.
HSL color Cylindrical-coordinate representation of color #F5D990: hue angle of 43.37º 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 #F5D990 is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 217 | 144 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.04 |
| HSL | 43.37º | 0.83% | 0.76% | - |
| HSV(B) | 43.37º | 0.41% | 0.96% | - |
| XYZ | 67.5 | 71.05 | 36.54 | - |
| YUV | 217.05 | 86.78 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 217 | 144 | 0 | 0.11 | 0.41 | 0.04 | 43.37 | 0.83 | 0.76 |
| Hex | F5 | D9 | 90 | 0 | B | 29 | 4 | 2B | 53 | 4C |
| Octal | 365 | 331 | 220 | 0 | 13 | 51 | 4 | 53 | 123 | 114 |
| Binary | 11110101 | 11011001 | 10010000 | 0 | 1011 | 101001 | 100 | 101011 | 1010011 | 1001100 |
Color Harmonies of #F5D990
Complementary color
Monochromatic Colors of #F5D990
Black with #F5D990
Text Example
Text Example
White with #F5D990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D990; }
p { color: rgb(245,217,144); }
H1.HeaderClassName
{
color: #F5D990;
}
.AnyTagClassName
{
color: #F5D990;
}
</style>
background-color css
<style>
a { background-color: #F5D990; }
a { background-color: rgb(245,217,144); }
div.DivClassName
{
background-color: #F5D990;
}
.BgClassName
{
background-color: #F5D990;
}
</style>
border-color css
<style>
span { border-color: #F5D990; }
span { border-color: rgb(245,217,144); }
td.TdClassName
{
border-color: #F5D990;
}
.TagClassName
{
border-color: #F5D990;
}
</style>