Shades of Splash #F0D791
Tints of Splash #F0D791
RGB
CMYK
RGB Variations
Color information
#F0D791 (or 0xF0D791) is known color: Splash. HEX triplet: F0, D7 and 91. RGB value is (240,215,145). Sum of RGB (Red+Green+Blue) = 240+215+145=600 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40% from 600); Green value is 215 (84.38% from 255 or 35.83% from 600); Blue value is 145 (57.03% from 255 or 24.17% from 600); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D791 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D791 is #0F286E. Grayscale: #D6D6D6. Windows color (decimal): -993391 or 9558000. OLE color: 9558000.
HSL color Cylindrical-coordinate representation of color #F0D791: hue angle of 44.21º 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 #F0D791 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 215 | 145 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.06 |
| HSL | 44.21º | 0.76% | 0.75% | - |
| HSV(B) | 44.21º | 0.4% | 0.94% | - |
| XYZ | 65.35 | 69.17 | 36.7 | - |
| YUV | 214.5 | 88.78 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 215 | 145 | 0 | 0.10 | 0.40 | 0.06 | 44.21 | 0.76 | 0.75 |
| Hex | F0 | D7 | 91 | 0 | A | 28 | 6 | 2C | 4C | 4B |
| Octal | 360 | 327 | 221 | 0 | 12 | 50 | 6 | 54 | 114 | 113 |
| Binary | 11110000 | 11010111 | 10010001 | 0 | 1010 | 101000 | 110 | 101100 | 1001100 | 1001011 |
Color Harmonies of #F0D791
Complementary color
Monochromatic Colors of #F0D791
Black with #F0D791
Text Example
Text Example
White with #F0D791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D791; }
p { color: rgb(240,215,145); }
H1.HeaderClassName
{
color: #F0D791;
}
.AnyTagClassName
{
color: #F0D791;
}
</style>
background-color css
<style>
a { background-color: #F0D791; }
a { background-color: rgb(240,215,145); }
div.DivClassName
{
background-color: #F0D791;
}
.BgClassName
{
background-color: #F0D791;
}
</style>
border-color css
<style>
span { border-color: #F0D791; }
span { border-color: rgb(240,215,145); }
td.TdClassName
{
border-color: #F0D791;
}
.TagClassName
{
border-color: #F0D791;
}
</style>