Shades of Splash #F5D39D
Tints of Splash #F5D39D
RGB
CMYK
RGB Variations
Color information
#F5D39D (or 0xF5D39D) is known color: Splash. HEX triplet: F5, D3 and 9D. RGB value is (245,211,157). Sum of RGB (Red+Green+Blue) = 245+211+157=613 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.97% from 613); Green value is 211 (82.81% from 255 or 34.42% from 613); Blue value is 157 (61.72% from 255 or 25.61% from 613); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D39D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D39D is #0A2C62. Grayscale: #D7D7D7. Windows color (decimal): -666723 or 10343413. OLE color: 10343413.
HSL color Cylindrical-coordinate representation of color #F5D39D: hue angle of 36.82º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F5D39D is Cyan = 0, Magento = 0.14, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 211 | 157 | - |
| CMYK | 0 | 0.14 | 0.36 | 0.04 |
| HSL | 36.82º | 0.81% | 0.79% | - |
| HSV(B) | 36.82º | 0.36% | 0.96% | - |
| XYZ | 67.04 | 68.44 | 41.57 | - |
| YUV | 215.01 | 95.26 | 149.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 211 | 157 | 0 | 0.14 | 0.36 | 0.04 | 36.82 | 0.81 | 0.79 |
| Hex | F5 | D3 | 9D | 0 | E | 24 | 4 | 25 | 51 | 4F |
| Octal | 365 | 323 | 235 | 0 | 16 | 44 | 4 | 45 | 121 | 117 |
| Binary | 11110101 | 11010011 | 10011101 | 0 | 1110 | 100100 | 100 | 100101 | 1010001 | 1001111 |
Color Harmonies of #F5D39D
Complementary color
Monochromatic Colors of #F5D39D
Black with #F5D39D
Text Example
Text Example
White with #F5D39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D39D; }
p { color: rgb(245,211,157); }
H1.HeaderClassName
{
color: #F5D39D;
}
.AnyTagClassName
{
color: #F5D39D;
}
</style>
background-color css
<style>
a { background-color: #F5D39D; }
a { background-color: rgb(245,211,157); }
div.DivClassName
{
background-color: #F5D39D;
}
.BgClassName
{
background-color: #F5D39D;
}
</style>
border-color css
<style>
span { border-color: #F5D39D; }
span { border-color: rgb(245,211,157); }
td.TdClassName
{
border-color: #F5D39D;
}
.TagClassName
{
border-color: #F5D39D;
}
</style>