Shades of Splash #F5D797
Tints of Splash #F5D797
RGB
CMYK
RGB Variations
Color information
#F5D797 (or 0xF5D797) is known color: Splash. HEX triplet: F5, D7 and 97. RGB value is (245,215,151). Sum of RGB (Red+Green+Blue) = 245+215+151=611 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.10% from 611); Green value is 215 (84.38% from 255 or 35.19% from 611); Blue value is 151 (59.38% from 255 or 24.71% from 611); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D797 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D797 is #0A2868. Grayscale: #D8D8D8. Windows color (decimal): -665705 or 9951221. OLE color: 9951221.
HSL color Cylindrical-coordinate representation of color #F5D797: hue angle of 40.85º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F5D797 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 215 | 151 | - |
| CMYK | 0 | 0.12 | 0.38 | 0.04 |
| HSL | 40.85º | 0.82% | 0.78% | - |
| HSV(B) | 40.85º | 0.38% | 0.96% | - |
| XYZ | 67.54 | 70.25 | 39.28 | - |
| YUV | 216.67 | 90.94 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 215 | 151 | 0 | 0.12 | 0.38 | 0.04 | 40.85 | 0.82 | 0.78 |
| Hex | F5 | D7 | 97 | 0 | C | 26 | 4 | 29 | 52 | 4E |
| Octal | 365 | 327 | 227 | 0 | 14 | 46 | 4 | 51 | 122 | 116 |
| Binary | 11110101 | 11010111 | 10010111 | 0 | 1100 | 100110 | 100 | 101001 | 1010010 | 1001110 |
Color Harmonies of #F5D797
Complementary color
Monochromatic Colors of #F5D797
Black with #F5D797
Text Example
Text Example
White with #F5D797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D797; }
p { color: rgb(245,215,151); }
H1.HeaderClassName
{
color: #F5D797;
}
.AnyTagClassName
{
color: #F5D797;
}
</style>
background-color css
<style>
a { background-color: #F5D797; }
a { background-color: rgb(245,215,151); }
div.DivClassName
{
background-color: #F5D797;
}
.BgClassName
{
background-color: #F5D797;
}
</style>
border-color css
<style>
span { border-color: #F5D797; }
span { border-color: rgb(245,215,151); }
td.TdClassName
{
border-color: #F5D797;
}
.TagClassName
{
border-color: #F5D797;
}
</style>