Shades of Splash #F0DB95
Tints of Splash #F0DB95
RGB
CMYK
RGB Variations
Color information
#F0DB95 (or 0xF0DB95) is known color: Splash. HEX triplet: F0, DB and 95. RGB value is (240,219,149). Sum of RGB (Red+Green+Blue) = 240+219+149=608 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.47% from 608); Green value is 219 (85.94% from 255 or 36.02% from 608); Blue value is 149 (58.59% from 255 or 24.51% from 608); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DB95 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DB95 is #0F246A. Grayscale: #D9D9D9. Windows color (decimal): -992363 or 9821168. OLE color: 9821168.
HSL color Cylindrical-coordinate representation of color #F0DB95: hue angle of 46.15º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F0DB95 is Cyan = 0, Magento = 0.09, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 219 | 149 | - |
| CMYK | 0 | 0.09 | 0.38 | 0.06 |
| HSL | 46.15º | 0.75% | 0.76% | - |
| HSV(B) | 46.15º | 0.38% | 0.94% | - |
| XYZ | 66.69 | 71.36 | 38.69 | - |
| YUV | 217.3 | 89.46 | 144.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 219 | 149 | 0 | 0.09 | 0.38 | 0.06 | 46.15 | 0.75 | 0.76 |
| Hex | F0 | DB | 95 | 0 | 9 | 26 | 6 | 2E | 4B | 4C |
| Octal | 360 | 333 | 225 | 0 | 11 | 46 | 6 | 56 | 113 | 114 |
| Binary | 11110000 | 11011011 | 10010101 | 0 | 1001 | 100110 | 110 | 101110 | 1001011 | 1001100 |
Color Harmonies of #F0DB95
Complementary color
Monochromatic Colors of #F0DB95
Black with #F0DB95
Text Example
Text Example
White with #F0DB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DB95; }
p { color: rgb(240,219,149); }
H1.HeaderClassName
{
color: #F0DB95;
}
.AnyTagClassName
{
color: #F0DB95;
}
</style>
background-color css
<style>
a { background-color: #F0DB95; }
a { background-color: rgb(240,219,149); }
div.DivClassName
{
background-color: #F0DB95;
}
.BgClassName
{
background-color: #F0DB95;
}
</style>
border-color css
<style>
span { border-color: #F0DB95; }
span { border-color: rgb(240,219,149); }
td.TdClassName
{
border-color: #F0DB95;
}
.TagClassName
{
border-color: #F0DB95;
}
</style>