Shades of Vis Vis #F5DA93
Tints of Vis Vis #F5DA93
RGB
CMYK
RGB Variations
Color information
#F5DA93 (or 0xF5DA93) is known color: Vis Vis. HEX triplet: F5, DA and 93. RGB value is (245,218,147). Sum of RGB (Red+Green+Blue) = 245+218+147=610 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.16% from 610); Green value is 218 (85.55% from 255 or 35.74% from 610); Blue value is 147 (57.81% from 255 or 24.10% from 610); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DA93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DA93 is #0A256C. Grayscale: #DADADA. Windows color (decimal): -664941 or 9689845. OLE color: 9689845.
HSL color Cylindrical-coordinate representation of color #F5DA93: hue angle of 43.47º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F5DA93 is Cyan = 0, Magento = 0.11, Yellow = 0.4 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 218 | 147 | - |
| CMYK | 0 | 0.11 | 0.4 | 0.04 |
| HSL | 43.47º | 0.83% | 0.77% | - |
| HSV(B) | 43.47º | 0.4% | 0.96% | - |
| XYZ | 67.99 | 71.66 | 37.85 | - |
| YUV | 217.98 | 87.95 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 218 | 147 | 0 | 0.11 | 0.4 | 0.04 | 43.47 | 0.83 | 0.77 |
| Hex | F5 | DA | 93 | 0 | B | 28 | 4 | 2B | 53 | 4D |
| Octal | 365 | 332 | 223 | 0 | 13 | 50 | 4 | 53 | 123 | 115 |
| Binary | 11110101 | 11011010 | 10010011 | 0 | 1011 | 101000 | 100 | 101011 | 1010011 | 1001101 |
Color Harmonies of #F5DA93
Complementary color
Monochromatic Colors of #F5DA93
Black with #F5DA93
Text Example
Text Example
White with #F5DA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DA93; }
p { color: rgb(245,218,147); }
H1.HeaderClassName
{
color: #F5DA93;
}
.AnyTagClassName
{
color: #F5DA93;
}
</style>
background-color css
<style>
a { background-color: #F5DA93; }
a { background-color: rgb(245,218,147); }
div.DivClassName
{
background-color: #F5DA93;
}
.BgClassName
{
background-color: #F5DA93;
}
</style>
border-color css
<style>
span { border-color: #F5DA93; }
span { border-color: rgb(245,218,147); }
td.TdClassName
{
border-color: #F5DA93;
}
.TagClassName
{
border-color: #F5DA93;
}
</style>