Shades of Vis Vis #F2DF93
Tints of Vis Vis #F2DF93
RGB
CMYK
RGB Variations
Color information
#F2DF93 (or 0xF2DF93) is known color: Vis Vis. HEX triplet: F2, DF and 93. RGB value is (242,223,147). Sum of RGB (Red+Green+Blue) = 242+223+147=612 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.54% from 612); Green value is 223 (87.5% from 255 or 36.44% from 612); Blue value is 147 (57.81% from 255 or 24.02% from 612); Max value from RGB is 242 - color contains mainly: red. Hex color #F2DF93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2DF93 is #0D206C. Grayscale: #DCDCDC. Windows color (decimal): -860269 or 9691122. OLE color: 9691122.
HSL color Cylindrical-coordinate representation of color #F2DF93: hue angle of 48º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F2DF93 is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 223 | 147 | - |
| CMYK | 0 | 0.08 | 0.39 | 0.05 |
| HSL | 48º | 0.79% | 0.76% | - |
| HSV(B) | 48º | 0.39% | 0.95% | - |
| XYZ | 68.27 | 73.76 | 38.24 | - |
| YUV | 220.02 | 86.79 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 223 | 147 | 0 | 0.08 | 0.39 | 0.05 | 48 | 0.79 | 0.76 |
| Hex | F2 | DF | 93 | 0 | 8 | 27 | 5 | 30 | 4F | 4C |
| Octal | 362 | 337 | 223 | 0 | 10 | 47 | 5 | 60 | 117 | 114 |
| Binary | 11110010 | 11011111 | 10010011 | 0 | 1000 | 100111 | 101 | 110000 | 1001111 | 1001100 |
Color Harmonies of #F2DF93
Complementary color
Monochromatic Colors of #F2DF93
Black with #F2DF93
Text Example
Text Example
White with #F2DF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2DF93; }
p { color: rgb(242,223,147); }
H1.HeaderClassName
{
color: #F2DF93;
}
.AnyTagClassName
{
color: #F2DF93;
}
</style>
background-color css
<style>
a { background-color: #F2DF93; }
a { background-color: rgb(242,223,147); }
div.DivClassName
{
background-color: #F2DF93;
}
.BgClassName
{
background-color: #F2DF93;
}
</style>
border-color css
<style>
span { border-color: #F2DF93; }
span { border-color: rgb(242,223,147); }
td.TdClassName
{
border-color: #F2DF93;
}
.TagClassName
{
border-color: #F2DF93;
}
</style>