Shades of Splash #F0D89A
Tints of Splash #F0D89A
RGB
CMYK
RGB Variations
Color information
#F0D89A (or 0xF0D89A) is known color: Splash. HEX triplet: F0, D8 and 9A. RGB value is (240,216,154). Sum of RGB (Red+Green+Blue) = 240+216+154=610 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.34% from 610); Green value is 216 (84.77% from 255 or 35.41% from 610); Blue value is 154 (60.55% from 255 or 25.25% from 610); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D89A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D89A is #0F2765. Grayscale: #D8D8D8. Windows color (decimal): -993126 or 10148080. OLE color: 10148080.
HSL color Cylindrical-coordinate representation of color #F0D89A: hue angle of 43.26º 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 #F0D89A is Cyan = 0, Magento = 0.1, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 216 | 154 | - |
| CMYK | 0 | 0.1 | 0.36 | 0.06 |
| HSL | 43.26º | 0.74% | 0.77% | - |
| HSV(B) | 43.26º | 0.36% | 0.94% | - |
| XYZ | 66.32 | 69.97 | 40.58 | - |
| YUV | 216.11 | 92.95 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 216 | 154 | 0 | 0.1 | 0.36 | 0.06 | 43.26 | 0.74 | 0.77 |
| Hex | F0 | D8 | 9A | 0 | A | 24 | 6 | 2B | 4A | 4D |
| Octal | 360 | 330 | 232 | 0 | 12 | 44 | 6 | 53 | 112 | 115 |
| Binary | 11110000 | 11011000 | 10011010 | 0 | 1010 | 100100 | 110 | 101011 | 1001010 | 1001101 |
Color Harmonies of #F0D89A
Complementary color
Monochromatic Colors of #F0D89A
Black with #F0D89A
Text Example
Text Example
White with #F0D89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D89A; }
p { color: rgb(240,216,154); }
H1.HeaderClassName
{
color: #F0D89A;
}
.AnyTagClassName
{
color: #F0D89A;
}
</style>
background-color css
<style>
a { background-color: #F0D89A; }
a { background-color: rgb(240,216,154); }
div.DivClassName
{
background-color: #F0D89A;
}
.BgClassName
{
background-color: #F0D89A;
}
</style>
border-color css
<style>
span { border-color: #F0D89A; }
span { border-color: rgb(240,216,154); }
td.TdClassName
{
border-color: #F0D89A;
}
.TagClassName
{
border-color: #F0D89A;
}
</style>