Shades of Splash #F5D79C
Tints of Splash #F5D79C
RGB
CMYK
RGB Variations
Color information
#F5D79C (or 0xF5D79C) is known color: Splash. HEX triplet: F5, D7 and 9C. RGB value is (245,215,156). Sum of RGB (Red+Green+Blue) = 245+215+156=616 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.77% from 616); Green value is 215 (84.38% from 255 or 34.90% from 616); Blue value is 156 (61.33% from 255 or 25.32% from 616); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D79C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D79C is #0A2863. Grayscale: #D9D9D9. Windows color (decimal): -665700 or 10278901. OLE color: 10278901.
HSL color Cylindrical-coordinate representation of color #F5D79C: hue angle of 39.78º degrees, saturation: 0.82, 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 #F5D79C is Cyan = 0, Magento = 0.12, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 215 | 156 | - |
| CMYK | 0 | 0.12 | 0.36 | 0.04 |
| HSL | 39.78º | 0.82% | 0.79% | - |
| HSV(B) | 39.78º | 0.36% | 0.96% | - |
| XYZ | 67.96 | 70.41 | 41.46 | - |
| YUV | 217.24 | 93.44 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 215 | 156 | 0 | 0.12 | 0.36 | 0.04 | 39.78 | 0.82 | 0.79 |
| Hex | F5 | D7 | 9C | 0 | C | 24 | 4 | 28 | 52 | 4F |
| Octal | 365 | 327 | 234 | 0 | 14 | 44 | 4 | 50 | 122 | 117 |
| Binary | 11110101 | 11010111 | 10011100 | 0 | 1100 | 100100 | 100 | 101000 | 1010010 | 1001111 |
Color Harmonies of #F5D79C
Complementary color
Monochromatic Colors of #F5D79C
Black with #F5D79C
Text Example
Text Example
White with #F5D79C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D79C; }
p { color: rgb(245,215,156); }
H1.HeaderClassName
{
color: #F5D79C;
}
.AnyTagClassName
{
color: #F5D79C;
}
</style>
background-color css
<style>
a { background-color: #F5D79C; }
a { background-color: rgb(245,215,156); }
div.DivClassName
{
background-color: #F5D79C;
}
.BgClassName
{
background-color: #F5D79C;
}
</style>
border-color css
<style>
span { border-color: #F5D79C; }
span { border-color: rgb(245,215,156); }
td.TdClassName
{
border-color: #F5D79C;
}
.TagClassName
{
border-color: #F5D79C;
}
</style>