Shades of Splash #F0DD99
Tints of Splash #F0DD99
RGB
CMYK
RGB Variations
Color information
#F0DD99 (or 0xF0DD99) is known color: Splash. HEX triplet: F0, DD and 99. RGB value is (240,221,153). Sum of RGB (Red+Green+Blue) = 240+221+153=614 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.09% from 614); Green value is 221 (86.72% from 255 or 35.99% from 614); Blue value is 153 (60.16% from 255 or 24.92% from 614); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DD99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DD99 is #0F2266. Grayscale: #DBDBDB. Windows color (decimal): -991847 or 10083824. OLE color: 10083824.
HSL color Cylindrical-coordinate representation of color #F0DD99: hue angle of 46.9º 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 #F0DD99 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 221 | 153 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.06 |
| HSL | 46.9º | 0.74% | 0.77% | - |
| HSV(B) | 46.9º | 0.36% | 0.94% | - |
| XYZ | 67.54 | 72.54 | 40.58 | - |
| YUV | 218.93 | 90.79 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 221 | 153 | 0 | 0.08 | 0.36 | 0.06 | 46.9 | 0.74 | 0.77 |
| Hex | F0 | DD | 99 | 0 | 8 | 24 | 6 | 2F | 4A | 4D |
| Octal | 360 | 335 | 231 | 0 | 10 | 44 | 6 | 57 | 112 | 115 |
| Binary | 11110000 | 11011101 | 10011001 | 0 | 1000 | 100100 | 110 | 101111 | 1001010 | 1001101 |
Color Harmonies of #F0DD99
Complementary color
Monochromatic Colors of #F0DD99
Black with #F0DD99
Text Example
Text Example
White with #F0DD99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DD99; }
p { color: rgb(240,221,153); }
H1.HeaderClassName
{
color: #F0DD99;
}
.AnyTagClassName
{
color: #F0DD99;
}
</style>
background-color css
<style>
a { background-color: #F0DD99; }
a { background-color: rgb(240,221,153); }
div.DivClassName
{
background-color: #F0DD99;
}
.BgClassName
{
background-color: #F0DD99;
}
</style>
border-color css
<style>
span { border-color: #F0DD99; }
span { border-color: rgb(240,221,153); }
td.TdClassName
{
border-color: #F0DD99;
}
.TagClassName
{
border-color: #F0DD99;
}
</style>