Shades of Splash #F0DB9A
Tints of Splash #F0DB9A
RGB
CMYK
RGB Variations
Color information
#F0DB9A (or 0xF0DB9A) is known color: Splash. HEX triplet: F0, DB and 9A. RGB value is (240,219,154). Sum of RGB (Red+Green+Blue) = 240+219+154=613 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.15% from 613); Green value is 219 (85.94% from 255 or 35.73% from 613); Blue value is 154 (60.55% from 255 or 25.12% from 613); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DB9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DB9A is #0F2465. Grayscale: #DADADA. Windows color (decimal): -992358 or 10148848. OLE color: 10148848.
HSL color Cylindrical-coordinate representation of color #F0DB9A: hue angle of 45.35º 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 #F0DB9A is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 219 | 154 | - |
| CMYK | 0 | 0.09 | 0.36 | 0.06 |
| HSL | 45.35º | 0.74% | 0.77% | - |
| HSV(B) | 45.35º | 0.36% | 0.94% | - |
| XYZ | 67.1 | 71.52 | 40.84 | - |
| YUV | 217.87 | 91.96 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 219 | 154 | 0 | 0.09 | 0.36 | 0.06 | 45.35 | 0.74 | 0.77 |
| Hex | F0 | DB | 9A | 0 | 9 | 24 | 6 | 2D | 4A | 4D |
| Octal | 360 | 333 | 232 | 0 | 11 | 44 | 6 | 55 | 112 | 115 |
| Binary | 11110000 | 11011011 | 10011010 | 0 | 1001 | 100100 | 110 | 101101 | 1001010 | 1001101 |
Color Harmonies of #F0DB9A
Complementary color
Monochromatic Colors of #F0DB9A
Black with #F0DB9A
Text Example
Text Example
White with #F0DB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DB9A; }
p { color: rgb(240,219,154); }
H1.HeaderClassName
{
color: #F0DB9A;
}
.AnyTagClassName
{
color: #F0DB9A;
}
</style>
background-color css
<style>
a { background-color: #F0DB9A; }
a { background-color: rgb(240,219,154); }
div.DivClassName
{
background-color: #F0DB9A;
}
.BgClassName
{
background-color: #F0DB9A;
}
</style>
border-color css
<style>
span { border-color: #F0DB9A; }
span { border-color: rgb(240,219,154); }
td.TdClassName
{
border-color: #F0DB9A;
}
.TagClassName
{
border-color: #F0DB9A;
}
</style>