Shades of Vis Vis #F6DC8D
Tints of Vis Vis #F6DC8D
RGB
CMYK
RGB Variations
Color information
#F6DC8D (or 0xF6DC8D) is known color: Vis Vis. HEX triplet: F6, DC and 8D. RGB value is (246,220,141). Sum of RGB (Red+Green+Blue) = 246+220+141=607 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.53% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 141 (55.47% from 255 or 23.23% from 607); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DC8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DC8D is #092372. Grayscale: #DBDBDB. Windows color (decimal): -598899 or 9297142. OLE color: 9297142.
HSL color Cylindrical-coordinate representation of color #F6DC8D: hue angle of 45.14º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F6DC8D is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 220 | 141 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.04 |
| HSL | 45.14º | 0.85% | 0.76% | - |
| HSV(B) | 45.14º | 0.43% | 0.96% | - |
| XYZ | 68.41 | 72.7 | 35.63 | - |
| YUV | 218.77 | 84.11 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 220 | 141 | 0 | 0.11 | 0.43 | 0.04 | 45.14 | 0.85 | 0.76 |
| Hex | F6 | DC | 8D | 0 | B | 2B | 4 | 2D | 55 | 4C |
| Octal | 366 | 334 | 215 | 0 | 13 | 53 | 4 | 55 | 125 | 114 |
| Binary | 11110110 | 11011100 | 10001101 | 0 | 1011 | 101011 | 100 | 101101 | 1010101 | 1001100 |
Color Harmonies of #F6DC8D
Complementary color
Monochromatic Colors of #F6DC8D
Black with #F6DC8D
Text Example
Text Example
White with #F6DC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DC8D; }
p { color: rgb(246,220,141); }
H1.HeaderClassName
{
color: #F6DC8D;
}
.AnyTagClassName
{
color: #F6DC8D;
}
</style>
background-color css
<style>
a { background-color: #F6DC8D; }
a { background-color: rgb(246,220,141); }
div.DivClassName
{
background-color: #F6DC8D;
}
.BgClassName
{
background-color: #F6DC8D;
}
</style>
border-color css
<style>
span { border-color: #F6DC8D; }
span { border-color: rgb(246,220,141); }
td.TdClassName
{
border-color: #F6DC8D;
}
.TagClassName
{
border-color: #F6DC8D;
}
</style>