Shades of Splash #F5D897
Tints of Splash #F5D897
RGB
CMYK
RGB Variations
Color information
#F5D897 (or 0xF5D897) is known color: Splash. HEX triplet: F5, D8 and 97. RGB value is (245,216,151). Sum of RGB (Red+Green+Blue) = 245+216+151=612 (81% of max value = 765). Red value is 245 (96.09% from 255 or 40.03% from 612); Green value is 216 (84.77% from 255 or 35.29% from 612); Blue value is 151 (59.38% from 255 or 24.67% from 612); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D897 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D897 is #0A2768. Grayscale: #D9D9D9. Windows color (decimal): -665449 or 9951477. OLE color: 9951477.
HSL color Cylindrical-coordinate representation of color #F5D897: hue angle of 41.49º 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 #F5D897 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 216 | 151 | - |
| CMYK | 0 | 0.12 | 0.38 | 0.04 |
| HSL | 41.49º | 0.82% | 0.78% | - |
| HSV(B) | 41.49º | 0.38% | 0.96% | - |
| XYZ | 67.8 | 70.76 | 39.36 | - |
| YUV | 217.26 | 90.61 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 216 | 151 | 0 | 0.12 | 0.38 | 0.04 | 41.49 | 0.82 | 0.78 |
| Hex | F5 | D8 | 97 | 0 | C | 26 | 4 | 29 | 52 | 4E |
| Octal | 365 | 330 | 227 | 0 | 14 | 46 | 4 | 51 | 122 | 116 |
| Binary | 11110101 | 11011000 | 10010111 | 0 | 1100 | 100110 | 100 | 101001 | 1010010 | 1001110 |
Color Harmonies of #F5D897
Complementary color
Monochromatic Colors of #F5D897
Black with #F5D897
Text Example
Text Example
White with #F5D897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D897; }
p { color: rgb(245,216,151); }
H1.HeaderClassName
{
color: #F5D897;
}
.AnyTagClassName
{
color: #F5D897;
}
</style>
background-color css
<style>
a { background-color: #F5D897; }
a { background-color: rgb(245,216,151); }
div.DivClassName
{
background-color: #F5D897;
}
.BgClassName
{
background-color: #F5D897;
}
</style>
border-color css
<style>
span { border-color: #F5D897; }
span { border-color: rgb(245,216,151); }
td.TdClassName
{
border-color: #F5D897;
}
.TagClassName
{
border-color: #F5D897;
}
</style>