Shades of Splash #F0DB99
Tints of Splash #F0DB99
RGB
CMYK
RGB Variations
Color information
#F0DB99 (or 0xF0DB99) is known color: Splash. HEX triplet: F0, DB and 99. RGB value is (240,219,153). Sum of RGB (Red+Green+Blue) = 240+219+153=612 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.22% from 612); Green value is 219 (85.94% from 255 or 35.78% from 612); Blue value is 153 (60.16% from 255 or 25% from 612); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DB99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DB99 is #0F2466. Grayscale: #DADADA. Windows color (decimal): -992359 or 10083312. OLE color: 10083312.
HSL color Cylindrical-coordinate representation of color #F0DB99: hue angle of 45.52º 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 #F0DB99 is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 219 | 153 | - |
| CMYK | 0 | 0.09 | 0.36 | 0.06 |
| HSL | 45.52º | 0.74% | 0.77% | - |
| HSV(B) | 45.52º | 0.36% | 0.94% | - |
| XYZ | 67.02 | 71.49 | 40.4 | - |
| YUV | 217.76 | 91.46 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 219 | 153 | 0 | 0.09 | 0.36 | 0.06 | 45.52 | 0.74 | 0.77 |
| Hex | F0 | DB | 99 | 0 | 9 | 24 | 6 | 2E | 4A | 4D |
| Octal | 360 | 333 | 231 | 0 | 11 | 44 | 6 | 56 | 112 | 115 |
| Binary | 11110000 | 11011011 | 10011001 | 0 | 1001 | 100100 | 110 | 101110 | 1001010 | 1001101 |
Color Harmonies of #F0DB99
Complementary color
Monochromatic Colors of #F0DB99
Black with #F0DB99
Text Example
Text Example
White with #F0DB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DB99; }
p { color: rgb(240,219,153); }
H1.HeaderClassName
{
color: #F0DB99;
}
.AnyTagClassName
{
color: #F0DB99;
}
</style>
background-color css
<style>
a { background-color: #F0DB99; }
a { background-color: rgb(240,219,153); }
div.DivClassName
{
background-color: #F0DB99;
}
.BgClassName
{
background-color: #F0DB99;
}
</style>
border-color css
<style>
span { border-color: #F0DB99; }
span { border-color: rgb(240,219,153); }
td.TdClassName
{
border-color: #F0DB99;
}
.TagClassName
{
border-color: #F0DB99;
}
</style>