Shades of Vis Vis #F2DF91
Tints of Vis Vis #F2DF91
RGB
CMYK
RGB Variations
Color information
#F2DF91 (or 0xF2DF91) is known color: Vis Vis. HEX triplet: F2, DF and 91. RGB value is (242,223,145). Sum of RGB (Red+Green+Blue) = 242+223+145=610 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.67% from 610); Green value is 223 (87.5% from 255 or 36.56% from 610); Blue value is 145 (57.03% from 255 or 23.77% from 610); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DF91 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DF91 is #0D206E. Grayscale: #DCDCDC. Windows color (decimal): -860271 or 9560050. OLE color: 9560050.
HSL color Cylindrical-coordinate representation of color #F2DF91: hue angle of 48.25º 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 #F2DF91 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 223 | 145 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.05 |
| HSL | 48.25º | 0.79% | 0.76% | - |
| HSV(B) | 48.25º | 0.4% | 0.95% | - |
| XYZ | 68.12 | 73.7 | 37.42 | - |
| YUV | 219.79 | 85.79 | 143.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 223 | 145 | 0 | 0.08 | 0.40 | 0.05 | 48.25 | 0.79 | 0.76 |
| Hex | F2 | DF | 91 | 0 | 8 | 28 | 5 | 30 | 4F | 4C |
| Octal | 362 | 337 | 221 | 0 | 10 | 50 | 5 | 60 | 117 | 114 |
| Binary | 11110010 | 11011111 | 10010001 | 0 | 1000 | 101000 | 101 | 110000 | 1001111 | 1001100 |
Color Harmonies of #F2DF91
Complementary color
Monochromatic Colors of #F2DF91
Black with #F2DF91
Text Example
Text Example
White with #F2DF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DF91; }
p { color: rgb(242,223,145); }
H1.HeaderClassName
{
color: #F2DF91;
}
.AnyTagClassName
{
color: #F2DF91;
}
</style>
background-color css
<style>
a { background-color: #F2DF91; }
a { background-color: rgb(242,223,145); }
div.DivClassName
{
background-color: #F2DF91;
}
.BgClassName
{
background-color: #F2DF91;
}
</style>
border-color css
<style>
span { border-color: #F2DF91; }
span { border-color: rgb(242,223,145); }
td.TdClassName
{
border-color: #F2DF91;
}
.TagClassName
{
border-color: #F2DF91;
}
</style>