Shades of Vis Vis #F0DF93
Tints of Vis Vis #F0DF93
RGB
CMYK
RGB Variations
Color information
#F0DF93 (or 0xF0DF93) is known color: Vis Vis. HEX triplet: F0, DF and 93. RGB value is (240,223,147). Sum of RGB (Red+Green+Blue) = 240+223+147=610 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.34% from 610); Green value is 223 (87.5% from 255 or 36.56% from 610); Blue value is 147 (57.81% from 255 or 24.10% from 610); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DF93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DF93 is #0F206C. Grayscale: #DBDBDB. Windows color (decimal): -991341 or 9691120. OLE color: 9691120.
HSL color Cylindrical-coordinate representation of color #F0DF93: hue angle of 49.03º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F0DF93 is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 223 | 147 | - |
| CMYK | 0 | 0.07 | 0.39 | 0.06 |
| HSL | 49.03º | 0.76% | 0.76% | - |
| HSV(B) | 49.03º | 0.39% | 0.94% | - |
| XYZ | 67.59 | 73.41 | 38.21 | - |
| YUV | 219.42 | 87.13 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 223 | 147 | 0 | 0.07 | 0.39 | 0.06 | 49.03 | 0.76 | 0.76 |
| Hex | F0 | DF | 93 | 0 | 7 | 27 | 6 | 31 | 4C | 4C |
| Octal | 360 | 337 | 223 | 0 | 7 | 47 | 6 | 61 | 114 | 114 |
| Binary | 11110000 | 11011111 | 10010011 | 0 | 111 | 100111 | 110 | 110001 | 1001100 | 1001100 |
Color Harmonies of #F0DF93
Complementary color
Monochromatic Colors of #F0DF93
Black with #F0DF93
Text Example
Text Example
White with #F0DF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DF93; }
p { color: rgb(240,223,147); }
H1.HeaderClassName
{
color: #F0DF93;
}
.AnyTagClassName
{
color: #F0DF93;
}
</style>
background-color css
<style>
a { background-color: #F0DF93; }
a { background-color: rgb(240,223,147); }
div.DivClassName
{
background-color: #F0DF93;
}
.BgClassName
{
background-color: #F0DF93;
}
</style>
border-color css
<style>
span { border-color: #F0DF93; }
span { border-color: rgb(240,223,147); }
td.TdClassName
{
border-color: #F0DF93;
}
.TagClassName
{
border-color: #F0DF93;
}
</style>