Shades of Vis Vis #F5DC91
Tints of Vis Vis #F5DC91
RGB
CMYK
RGB Variations
Color information
#F5DC91 (or 0xF5DC91) is known color: Vis Vis. HEX triplet: F5, DC and 91. RGB value is (245,220,145). Sum of RGB (Red+Green+Blue) = 245+220+145=610 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.16% from 610); Green value is 220 (86.33% from 255 or 36.07% from 610); Blue value is 145 (57.03% from 255 or 23.77% from 610); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DC91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DC91 is #0A236E. Grayscale: #DBDBDB. Windows color (decimal): -664431 or 9559285. OLE color: 9559285.
HSL color Cylindrical-coordinate representation of color #F5DC91: hue angle of 45º 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 #F5DC91 is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 220 | 145 | - |
| CMYK | 0 | 0.10 | 0.41 | 0.04 |
| HSL | 45º | 0.83% | 0.76% | - |
| HSV(B) | 45º | 0.41% | 0.96% | - |
| XYZ | 68.36 | 72.64 | 37.21 | - |
| YUV | 218.93 | 86.28 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 220 | 145 | 0 | 0.10 | 0.41 | 0.04 | 45 | 0.83 | 0.76 |
| Hex | F5 | DC | 91 | 0 | A | 29 | 4 | 2D | 53 | 4C |
| Octal | 365 | 334 | 221 | 0 | 12 | 51 | 4 | 55 | 123 | 114 |
| Binary | 11110101 | 11011100 | 10010001 | 0 | 1010 | 101001 | 100 | 101101 | 1010011 | 1001100 |
Color Harmonies of #F5DC91
Complementary color
Monochromatic Colors of #F5DC91
Black with #F5DC91
Text Example
Text Example
White with #F5DC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DC91; }
p { color: rgb(245,220,145); }
H1.HeaderClassName
{
color: #F5DC91;
}
.AnyTagClassName
{
color: #F5DC91;
}
</style>
background-color css
<style>
a { background-color: #F5DC91; }
a { background-color: rgb(245,220,145); }
div.DivClassName
{
background-color: #F5DC91;
}
.BgClassName
{
background-color: #F5DC91;
}
</style>
border-color css
<style>
span { border-color: #F5DC91; }
span { border-color: rgb(245,220,145); }
td.TdClassName
{
border-color: #F5DC91;
}
.TagClassName
{
border-color: #F5DC91;
}
</style>