Shades of Splash #F5D993
Tints of Splash #F5D993
RGB
CMYK
RGB Variations
Color information
#F5D993 (or 0xF5D993) is known color: Splash. HEX triplet: F5, D9 and 93. RGB value is (245,217,147). Sum of RGB (Red+Green+Blue) = 245+217+147=609 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.23% from 609); Green value is 217 (85.16% from 255 or 35.63% from 609); Blue value is 147 (57.81% from 255 or 24.14% from 609); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D993 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D993 is #0A266C. Grayscale: #D9D9D9. Windows color (decimal): -665197 or 9689589. OLE color: 9689589.
HSL color Cylindrical-coordinate representation of color #F5D993: hue angle of 42.86º 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 #F5D993 is Cyan = 0, Magento = 0.11, Yellow = 0.4 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 217 | 147 | - |
| CMYK | 0 | 0.11 | 0.4 | 0.04 |
| HSL | 42.86º | 0.83% | 0.77% | - |
| HSV(B) | 42.86º | 0.4% | 0.96% | - |
| XYZ | 67.74 | 71.14 | 37.77 | - |
| YUV | 217.39 | 88.28 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 217 | 147 | 0 | 0.11 | 0.4 | 0.04 | 42.86 | 0.83 | 0.77 |
| Hex | F5 | D9 | 93 | 0 | B | 28 | 4 | 2B | 53 | 4D |
| Octal | 365 | 331 | 223 | 0 | 13 | 50 | 4 | 53 | 123 | 115 |
| Binary | 11110101 | 11011001 | 10010011 | 0 | 1011 | 101000 | 100 | 101011 | 1010011 | 1001101 |
Color Harmonies of #F5D993
Complementary color
Monochromatic Colors of #F5D993
Black with #F5D993
Text Example
Text Example
White with #F5D993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D993; }
p { color: rgb(245,217,147); }
H1.HeaderClassName
{
color: #F5D993;
}
.AnyTagClassName
{
color: #F5D993;
}
</style>
background-color css
<style>
a { background-color: #F5D993; }
a { background-color: rgb(245,217,147); }
div.DivClassName
{
background-color: #F5D993;
}
.BgClassName
{
background-color: #F5D993;
}
</style>
border-color css
<style>
span { border-color: #F5D993; }
span { border-color: rgb(245,217,147); }
td.TdClassName
{
border-color: #F5D993;
}
.TagClassName
{
border-color: #F5D993;
}
</style>