Shades of Splash #F0D795
Tints of Splash #F0D795
RGB
CMYK
RGB Variations
Color information
#F0D795 (or 0xF0D795) is known color: Splash. HEX triplet: F0, D7 and 95. RGB value is (240,215,149). Sum of RGB (Red+Green+Blue) = 240+215+149=604 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.74% from 604); Green value is 215 (84.38% from 255 or 35.60% from 604); Blue value is 149 (58.59% from 255 or 24.67% from 604); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D795 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D795 is #0F286A. Grayscale: #D7D7D7. Windows color (decimal): -993387 or 9820144. OLE color: 9820144.
HSL color Cylindrical-coordinate representation of color #F0D795: hue angle of 43.52º 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 #F0D795 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 215 | 149 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.06 |
| HSL | 43.52º | 0.75% | 0.76% | - |
| HSV(B) | 43.52º | 0.38% | 0.94% | - |
| XYZ | 65.66 | 69.3 | 38.35 | - |
| YUV | 214.95 | 90.78 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 215 | 149 | 0 | 0.10 | 0.38 | 0.06 | 43.52 | 0.75 | 0.76 |
| Hex | F0 | D7 | 95 | 0 | A | 26 | 6 | 2C | 4B | 4C |
| Octal | 360 | 327 | 225 | 0 | 12 | 46 | 6 | 54 | 113 | 114 |
| Binary | 11110000 | 11010111 | 10010101 | 0 | 1010 | 100110 | 110 | 101100 | 1001011 | 1001100 |
Color Harmonies of #F0D795
Complementary color
Monochromatic Colors of #F0D795
Black with #F0D795
Text Example
Text Example
White with #F0D795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D795; }
p { color: rgb(240,215,149); }
H1.HeaderClassName
{
color: #F0D795;
}
.AnyTagClassName
{
color: #F0D795;
}
</style>
background-color css
<style>
a { background-color: #F0D795; }
a { background-color: rgb(240,215,149); }
div.DivClassName
{
background-color: #F0D795;
}
.BgClassName
{
background-color: #F0D795;
}
</style>
border-color css
<style>
span { border-color: #F0D795; }
span { border-color: rgb(240,215,149); }
td.TdClassName
{
border-color: #F0D795;
}
.TagClassName
{
border-color: #F0D795;
}
</style>