Shades of Vis Vis #F2DF92
Tints of Vis Vis #F2DF92
RGB
CMYK
RGB Variations
Color information
#F2DF92 (or 0xF2DF92) is known color: Vis Vis. HEX triplet: F2, DF and 92. RGB value is (242,223,146). Sum of RGB (Red+Green+Blue) = 242+223+146=611 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.61% from 611); Green value is 223 (87.5% from 255 or 36.50% from 611); Blue value is 146 (57.42% from 255 or 23.90% from 611); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DF92 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DF92 is #0D206D. Grayscale: #DCDCDC. Windows color (decimal): -860270 or 9625586. OLE color: 9625586.
HSL color Cylindrical-coordinate representation of color #F2DF92: hue angle of 48.12º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F2DF92 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 223 | 146 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.05 |
| HSL | 48.13º | 0.79% | 0.76% | - |
| HSV(B) | 48.13º | 0.4% | 0.95% | - |
| XYZ | 68.19 | 73.73 | 37.83 | - |
| YUV | 219.9 | 86.29 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 223 | 146 | 0 | 0.08 | 0.40 | 0.05 | 48.13 | 0.79 | 0.76 |
| Hex | F2 | DF | 92 | 0 | 8 | 28 | 5 | 30 | 4F | 4C |
| Octal | 362 | 337 | 222 | 0 | 10 | 50 | 5 | 60 | 117 | 114 |
| Binary | 11110010 | 11011111 | 10010010 | 0 | 1000 | 101000 | 101 | 110000 | 1001111 | 1001100 |
Color Harmonies of #F2DF92
Complementary color
Monochromatic Colors of #F2DF92
Black with #F2DF92
Text Example
Text Example
White with #F2DF92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DF92; }
p { color: rgb(242,223,146); }
H1.HeaderClassName
{
color: #F2DF92;
}
.AnyTagClassName
{
color: #F2DF92;
}
</style>
background-color css
<style>
a { background-color: #F2DF92; }
a { background-color: rgb(242,223,146); }
div.DivClassName
{
background-color: #F2DF92;
}
.BgClassName
{
background-color: #F2DF92;
}
</style>
border-color css
<style>
span { border-color: #F2DF92; }
span { border-color: rgb(242,223,146); }
td.TdClassName
{
border-color: #F2DF92;
}
.TagClassName
{
border-color: #F2DF92;
}
</style>