Shades of Vis Vis #F5DD93
Tints of Vis Vis #F5DD93
RGB
CMYK
RGB Variations
Color information
#F5DD93 (or 0xF5DD93) is known color: Vis Vis. HEX triplet: F5, DD and 93. RGB value is (245,221,147). Sum of RGB (Red+Green+Blue) = 245+221+147=613 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.97% from 613); Green value is 221 (86.72% from 255 or 36.05% from 613); Blue value is 147 (57.81% from 255 or 23.98% from 613); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DD93 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DD93 is #0A226C. Grayscale: #DCDCDC. Windows color (decimal): -664173 or 9690613. OLE color: 9690613.
HSL color Cylindrical-coordinate representation of color #F5DD93: hue angle of 45.31º 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 #F5DD93 is Cyan = 0, Magento = 0.10, Yellow = 0.4 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 221 | 147 | - |
| CMYK | 0 | 0.10 | 0.4 | 0.04 |
| HSL | 45.31º | 0.83% | 0.77% | - |
| HSV(B) | 45.31º | 0.4% | 0.96% | - |
| XYZ | 68.78 | 73.23 | 38.11 | - |
| YUV | 219.74 | 86.95 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 221 | 147 | 0 | 0.10 | 0.4 | 0.04 | 45.31 | 0.83 | 0.77 |
| Hex | F5 | DD | 93 | 0 | A | 28 | 4 | 2D | 53 | 4D |
| Octal | 365 | 335 | 223 | 0 | 12 | 50 | 4 | 55 | 123 | 115 |
| Binary | 11110101 | 11011101 | 10010011 | 0 | 1010 | 101000 | 100 | 101101 | 1010011 | 1001101 |
Color Harmonies of #F5DD93
Complementary color
Monochromatic Colors of #F5DD93
Black with #F5DD93
Text Example
Text Example
White with #F5DD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DD93; }
p { color: rgb(245,221,147); }
H1.HeaderClassName
{
color: #F5DD93;
}
.AnyTagClassName
{
color: #F5DD93;
}
</style>
background-color css
<style>
a { background-color: #F5DD93; }
a { background-color: rgb(245,221,147); }
div.DivClassName
{
background-color: #F5DD93;
}
.BgClassName
{
background-color: #F5DD93;
}
</style>
border-color css
<style>
span { border-color: #F5DD93; }
span { border-color: rgb(245,221,147); }
td.TdClassName
{
border-color: #F5DD93;
}
.TagClassName
{
border-color: #F5DD93;
}
</style>