Shades of Vis Vis #F2DF99
Tints of Vis Vis #F2DF99
RGB
CMYK
RGB Variations
Color information
#F2DF99 (or 0xF2DF99) is known color: Vis Vis. HEX triplet: F2, DF and 99. RGB value is (242,223,153). Sum of RGB (Red+Green+Blue) = 242+223+153=618 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.16% from 618); Green value is 223 (87.5% from 255 or 36.08% from 618); Blue value is 153 (60.16% from 255 or 24.76% from 618); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DF99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DF99 is #0D2066. Grayscale: #DDDDDD. Windows color (decimal): -860263 or 10084338. OLE color: 10084338.
HSL color Cylindrical-coordinate representation of color #F2DF99: hue angle of 47.19º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F2DF99 is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 223 | 153 | - |
| CMYK | 0 | 0.08 | 0.37 | 0.05 |
| HSL | 47.19º | 0.77% | 0.77% | - |
| HSV(B) | 47.19º | 0.37% | 0.95% | - |
| XYZ | 68.76 | 73.95 | 40.79 | - |
| YUV | 220.7 | 89.79 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 223 | 153 | 0 | 0.08 | 0.37 | 0.05 | 47.19 | 0.77 | 0.77 |
| Hex | F2 | DF | 99 | 0 | 8 | 25 | 5 | 2F | 4D | 4D |
| Octal | 362 | 337 | 231 | 0 | 10 | 45 | 5 | 57 | 115 | 115 |
| Binary | 11110010 | 11011111 | 10011001 | 0 | 1000 | 100101 | 101 | 101111 | 1001101 | 1001101 |
Color Harmonies of #F2DF99
Complementary color
Monochromatic Colors of #F2DF99
Black with #F2DF99
Text Example
Text Example
White with #F2DF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DF99; }
p { color: rgb(242,223,153); }
H1.HeaderClassName
{
color: #F2DF99;
}
.AnyTagClassName
{
color: #F2DF99;
}
</style>
background-color css
<style>
a { background-color: #F2DF99; }
a { background-color: rgb(242,223,153); }
div.DivClassName
{
background-color: #F2DF99;
}
.BgClassName
{
background-color: #F2DF99;
}
</style>
border-color css
<style>
span { border-color: #F2DF99; }
span { border-color: rgb(242,223,153); }
td.TdClassName
{
border-color: #F2DF99;
}
.TagClassName
{
border-color: #F2DF99;
}
</style>