Shades of Vis Vis #F3DF93
Tints of Vis Vis #F3DF93
RGB
CMYK
RGB Variations
Color information
#F3DF93 (or 0xF3DF93) is known color: Vis Vis. HEX triplet: F3, DF and 93. RGB value is (243,223,147). Sum of RGB (Red+Green+Blue) = 243+223+147=613 (81% of max value = 765). Red value is 243 (95.31% from 255 or 39.64% from 613); Green value is 223 (87.5% from 255 or 36.38% from 613); Blue value is 147 (57.81% from 255 or 23.98% from 613); Max value from RGB is 243 - color contains mainly: red. Hex color #F3DF93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F3DF93 is #0C206C. Grayscale: #DCDCDC. Windows color (decimal): -794733 or 9691123. OLE color: 9691123.
HSL color Cylindrical-coordinate representation of color #F3DF93: hue angle of 47.5º degrees, saturation: 0.8, 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 #F3DF93 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 223 | 147 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.05 |
| HSL | 47.5º | 0.8% | 0.76% | - |
| HSV(B) | 47.5º | 0.4% | 0.95% | - |
| XYZ | 68.62 | 73.94 | 38.26 | - |
| YUV | 220.32 | 86.63 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 223 | 147 | 0 | 0.08 | 0.40 | 0.05 | 47.5 | 0.8 | 0.76 |
| Hex | F3 | DF | 93 | 0 | 8 | 28 | 5 | 30 | 50 | 4C |
| Octal | 363 | 337 | 223 | 0 | 10 | 50 | 5 | 60 | 120 | 114 |
| Binary | 11110011 | 11011111 | 10010011 | 0 | 1000 | 101000 | 101 | 110000 | 1010000 | 1001100 |
Color Harmonies of #F3DF93
Complementary color
Monochromatic Colors of #F3DF93
Black with #F3DF93
Text Example
Text Example
White with #F3DF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3DF93; }
p { color: rgb(243,223,147); }
H1.HeaderClassName
{
color: #F3DF93;
}
.AnyTagClassName
{
color: #F3DF93;
}
</style>
background-color css
<style>
a { background-color: #F3DF93; }
a { background-color: rgb(243,223,147); }
div.DivClassName
{
background-color: #F3DF93;
}
.BgClassName
{
background-color: #F3DF93;
}
</style>
border-color css
<style>
span { border-color: #F3DF93; }
span { border-color: rgb(243,223,147); }
td.TdClassName
{
border-color: #F3DF93;
}
.TagClassName
{
border-color: #F3DF93;
}
</style>