Shades of Splash #F0D890
Tints of Splash #F0D890
RGB
CMYK
RGB Variations
Color information
#F0D890 (or 0xF0D890) is known color: Splash. HEX triplet: F0, D8 and 90. RGB value is (240,216,144). Sum of RGB (Red+Green+Blue) = 240+216+144=600 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40% from 600); Green value is 216 (84.77% from 255 or 36% from 600); Blue value is 144 (56.64% from 255 or 24% from 600); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D890 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D890 is #0F276F. Grayscale: #D7D7D7. Windows color (decimal): -993136 or 9492720. OLE color: 9492720.
HSL color Cylindrical-coordinate representation of color #F0D890: hue angle of 45º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F0D890 is Cyan = 0, Magento = 0.1, Yellow = 0.4 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 216 | 144 | - |
| CMYK | 0 | 0.1 | 0.4 | 0.06 |
| HSL | 45º | 0.76% | 0.75% | - |
| HSV(B) | 45º | 0.4% | 0.94% | - |
| XYZ | 65.53 | 69.65 | 36.38 | - |
| YUV | 214.97 | 87.95 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 216 | 144 | 0 | 0.1 | 0.4 | 0.06 | 45 | 0.76 | 0.75 |
| Hex | F0 | D8 | 90 | 0 | A | 28 | 6 | 2D | 4C | 4B |
| Octal | 360 | 330 | 220 | 0 | 12 | 50 | 6 | 55 | 114 | 113 |
| Binary | 11110000 | 11011000 | 10010000 | 0 | 1010 | 101000 | 110 | 101101 | 1001100 | 1001011 |
Color Harmonies of #F0D890
Complementary color
Monochromatic Colors of #F0D890
Black with #F0D890
Text Example
Text Example
White with #F0D890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D890; }
p { color: rgb(240,216,144); }
H1.HeaderClassName
{
color: #F0D890;
}
.AnyTagClassName
{
color: #F0D890;
}
</style>
background-color css
<style>
a { background-color: #F0D890; }
a { background-color: rgb(240,216,144); }
div.DivClassName
{
background-color: #F0D890;
}
.BgClassName
{
background-color: #F0D890;
}
</style>
border-color css
<style>
span { border-color: #F0D890; }
span { border-color: rgb(240,216,144); }
td.TdClassName
{
border-color: #F0D890;
}
.TagClassName
{
border-color: #F0D890;
}
</style>