Shades of Vis Vis #F5DC8D
Tints of Vis Vis #F5DC8D
RGB
CMYK
RGB Variations
Color information
#F5DC8D (or 0xF5DC8D) is known color: Vis Vis. HEX triplet: F5, DC and 8D. RGB value is (245,220,141). Sum of RGB (Red+Green+Blue) = 245+220+141=606 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.43% from 606); Green value is 220 (86.33% from 255 or 36.30% from 606); Blue value is 141 (55.47% from 255 or 23.27% from 606); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DC8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DC8D is #0A2372. Grayscale: #DADADA. Windows color (decimal): -664435 or 9297141. OLE color: 9297141.
HSL color Cylindrical-coordinate representation of color #F5DC8D: hue angle of 45.58º 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 #F5DC8D is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 220 | 141 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.04 |
| HSL | 45.58º | 0.84% | 0.76% | - |
| HSV(B) | 45.58º | 0.42% | 0.96% | - |
| XYZ | 68.06 | 72.52 | 35.61 | - |
| YUV | 218.47 | 84.28 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 220 | 141 | 0 | 0.10 | 0.42 | 0.04 | 45.58 | 0.84 | 0.76 |
| Hex | F5 | DC | 8D | 0 | A | 2A | 4 | 2E | 54 | 4C |
| Octal | 365 | 334 | 215 | 0 | 12 | 52 | 4 | 56 | 124 | 114 |
| Binary | 11110101 | 11011100 | 10001101 | 0 | 1010 | 101010 | 100 | 101110 | 1010100 | 1001100 |
Color Harmonies of #F5DC8D
Complementary color
Monochromatic Colors of #F5DC8D
Black with #F5DC8D
Text Example
Text Example
White with #F5DC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DC8D; }
p { color: rgb(245,220,141); }
H1.HeaderClassName
{
color: #F5DC8D;
}
.AnyTagClassName
{
color: #F5DC8D;
}
</style>
background-color css
<style>
a { background-color: #F5DC8D; }
a { background-color: rgb(245,220,141); }
div.DivClassName
{
background-color: #F5DC8D;
}
.BgClassName
{
background-color: #F5DC8D;
}
</style>
border-color css
<style>
span { border-color: #F5DC8D; }
span { border-color: rgb(245,220,141); }
td.TdClassName
{
border-color: #F5DC8D;
}
.TagClassName
{
border-color: #F5DC8D;
}
</style>