Shades of Vis Vis #F2DC90
Tints of Vis Vis #F2DC90
RGB
CMYK
RGB Variations
Color information
#F2DC90 (or 0xF2DC90) is known color: Vis Vis. HEX triplet: F2, DC and 90. RGB value is (242,220,144). Sum of RGB (Red+Green+Blue) = 242+220+144=606 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.93% from 606); Green value is 220 (86.33% from 255 or 36.30% from 606); Blue value is 144 (56.64% from 255 or 23.76% from 606); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DC90 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DC90 is #0D236F. Grayscale: #DADADA. Windows color (decimal): -861040 or 9493746. OLE color: 9493746.
HSL color Cylindrical-coordinate representation of color #F2DC90: hue angle of 46.53º 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 #F2DC90 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 220 | 144 | - |
| CMYK | 0 | 0.09 | 0.40 | 0.05 |
| HSL | 46.53º | 0.79% | 0.76% | - |
| HSV(B) | 46.53º | 0.4% | 0.95% | - |
| XYZ | 67.25 | 72.08 | 36.75 | - |
| YUV | 217.91 | 86.29 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 220 | 144 | 0 | 0.09 | 0.40 | 0.05 | 46.53 | 0.79 | 0.76 |
| Hex | F2 | DC | 90 | 0 | 9 | 28 | 5 | 2F | 4F | 4C |
| Octal | 362 | 334 | 220 | 0 | 11 | 50 | 5 | 57 | 117 | 114 |
| Binary | 11110010 | 11011100 | 10010000 | 0 | 1001 | 101000 | 101 | 101111 | 1001111 | 1001100 |
Color Harmonies of #F2DC90
Complementary color
Monochromatic Colors of #F2DC90
Black with #F2DC90
Text Example
Text Example
White with #F2DC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DC90; }
p { color: rgb(242,220,144); }
H1.HeaderClassName
{
color: #F2DC90;
}
.AnyTagClassName
{
color: #F2DC90;
}
</style>
background-color css
<style>
a { background-color: #F2DC90; }
a { background-color: rgb(242,220,144); }
div.DivClassName
{
background-color: #F2DC90;
}
.BgClassName
{
background-color: #F2DC90;
}
</style>
border-color css
<style>
span { border-color: #F2DC90; }
span { border-color: rgb(242,220,144); }
td.TdClassName
{
border-color: #F2DC90;
}
.TagClassName
{
border-color: #F2DC90;
}
</style>