Shades of Splash #F0D991
Tints of Splash #F0D991
RGB
CMYK
RGB Variations
Color information
#F0D991 (or 0xF0D991) is known color: Splash. HEX triplet: F0, D9 and 91. RGB value is (240,217,145). Sum of RGB (Red+Green+Blue) = 240+217+145=602 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.87% from 602); Green value is 217 (85.16% from 255 or 36.05% from 602); Blue value is 145 (57.03% from 255 or 24.09% from 602); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D991 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D991 is #0F266E. Grayscale: #D7D7D7. Windows color (decimal): -992879 or 9558512. OLE color: 9558512.
HSL color Cylindrical-coordinate representation of color #F0D991: hue angle of 45.47º 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 #F0D991 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 217 | 145 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.06 |
| HSL | 45.47º | 0.76% | 0.75% | - |
| HSV(B) | 45.47º | 0.4% | 0.94% | - |
| XYZ | 65.86 | 70.2 | 36.87 | - |
| YUV | 215.67 | 88.12 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 217 | 145 | 0 | 0.10 | 0.40 | 0.06 | 45.47 | 0.76 | 0.75 |
| Hex | F0 | D9 | 91 | 0 | A | 28 | 6 | 2D | 4C | 4B |
| Octal | 360 | 331 | 221 | 0 | 12 | 50 | 6 | 55 | 114 | 113 |
| Binary | 11110000 | 11011001 | 10010001 | 0 | 1010 | 101000 | 110 | 101101 | 1001100 | 1001011 |
Color Harmonies of #F0D991
Complementary color
Monochromatic Colors of #F0D991
Black with #F0D991
Text Example
Text Example
White with #F0D991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D991; }
p { color: rgb(240,217,145); }
H1.HeaderClassName
{
color: #F0D991;
}
.AnyTagClassName
{
color: #F0D991;
}
</style>
background-color css
<style>
a { background-color: #F0D991; }
a { background-color: rgb(240,217,145); }
div.DivClassName
{
background-color: #F0D991;
}
.BgClassName
{
background-color: #F0D991;
}
</style>
border-color css
<style>
span { border-color: #F0D991; }
span { border-color: rgb(240,217,145); }
td.TdClassName
{
border-color: #F0D991;
}
.TagClassName
{
border-color: #F0D991;
}
</style>