Shades of Splash #F0D899
Tints of Splash #F0D899
RGB
CMYK
RGB Variations
Color information
#F0D899 (or 0xF0D899) is known color: Splash. HEX triplet: F0, D8 and 99. RGB value is (240,216,153). Sum of RGB (Red+Green+Blue) = 240+216+153=609 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.41% from 609); Green value is 216 (84.77% from 255 or 35.47% from 609); Blue value is 153 (60.16% from 255 or 25.12% from 609); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D899 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D899 is #0F2766. Grayscale: #D8D8D8. Windows color (decimal): -993127 or 10082544. OLE color: 10082544.
HSL color Cylindrical-coordinate representation of color #F0D899: hue angle of 43.45º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F0D899 is Cyan = 0, Magento = 0.1, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 216 | 153 | - |
| CMYK | 0 | 0.1 | 0.36 | 0.06 |
| HSL | 43.45º | 0.74% | 0.77% | - |
| HSV(B) | 43.45º | 0.36% | 0.94% | - |
| XYZ | 66.24 | 69.94 | 40.14 | - |
| YUV | 215.99 | 92.45 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 216 | 153 | 0 | 0.1 | 0.36 | 0.06 | 43.45 | 0.74 | 0.77 |
| Hex | F0 | D8 | 99 | 0 | A | 24 | 6 | 2B | 4A | 4D |
| Octal | 360 | 330 | 231 | 0 | 12 | 44 | 6 | 53 | 112 | 115 |
| Binary | 11110000 | 11011000 | 10011001 | 0 | 1010 | 100100 | 110 | 101011 | 1001010 | 1001101 |
Color Harmonies of #F0D899
Complementary color
Monochromatic Colors of #F0D899
Black with #F0D899
Text Example
Text Example
White with #F0D899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D899; }
p { color: rgb(240,216,153); }
H1.HeaderClassName
{
color: #F0D899;
}
.AnyTagClassName
{
color: #F0D899;
}
</style>
background-color css
<style>
a { background-color: #F0D899; }
a { background-color: rgb(240,216,153); }
div.DivClassName
{
background-color: #F0D899;
}
.BgClassName
{
background-color: #F0D899;
}
</style>
border-color css
<style>
span { border-color: #F0D899; }
span { border-color: rgb(240,216,153); }
td.TdClassName
{
border-color: #F0D899;
}
.TagClassName
{
border-color: #F0D899;
}
</style>