Shades of Vis Vis #F6DC92
Tints of Vis Vis #F6DC92
RGB
CMYK
RGB Variations
Color information
#F6DC92 (or 0xF6DC92) is known color: Vis Vis. HEX triplet: F6, DC and 92. RGB value is (246,220,146). Sum of RGB (Red+Green+Blue) = 246+220+146=612 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.20% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 146 (57.42% from 255 or 23.86% from 612); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DC92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DC92 is #09236D. Grayscale: #DBDBDB. Windows color (decimal): -598894 or 9624822. OLE color: 9624822.
HSL color Cylindrical-coordinate representation of color #F6DC92: hue angle of 44.4º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F6DC92 is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 220 | 146 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.04 |
| HSL | 44.4º | 0.85% | 0.77% | - |
| HSV(B) | 44.4º | 0.41% | 0.96% | - |
| XYZ | 68.79 | 72.85 | 37.63 | - |
| YUV | 219.34 | 86.61 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 220 | 146 | 0 | 0.11 | 0.41 | 0.04 | 44.4 | 0.85 | 0.77 |
| Hex | F6 | DC | 92 | 0 | B | 29 | 4 | 2C | 55 | 4D |
| Octal | 366 | 334 | 222 | 0 | 13 | 51 | 4 | 54 | 125 | 115 |
| Binary | 11110110 | 11011100 | 10010010 | 0 | 1011 | 101001 | 100 | 101100 | 1010101 | 1001101 |
Color Harmonies of #F6DC92
Complementary color
Monochromatic Colors of #F6DC92
Black with #F6DC92
Text Example
Text Example
White with #F6DC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DC92; }
p { color: rgb(246,220,146); }
H1.HeaderClassName
{
color: #F6DC92;
}
.AnyTagClassName
{
color: #F6DC92;
}
</style>
background-color css
<style>
a { background-color: #F6DC92; }
a { background-color: rgb(246,220,146); }
div.DivClassName
{
background-color: #F6DC92;
}
.BgClassName
{
background-color: #F6DC92;
}
</style>
border-color css
<style>
span { border-color: #F6DC92; }
span { border-color: rgb(246,220,146); }
td.TdClassName
{
border-color: #F6DC92;
}
.TagClassName
{
border-color: #F6DC92;
}
</style>