Shades of Splash #F0D79D
Tints of Splash #F0D79D
RGB
CMYK
RGB Variations
Color information
#F0D79D (or 0xF0D79D) is known color: Splash. HEX triplet: F0, D7 and 9D. RGB value is (240,215,157). Sum of RGB (Red+Green+Blue) = 240+215+157=612 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.22% from 612); Green value is 215 (84.38% from 255 or 35.13% from 612); Blue value is 157 (61.72% from 255 or 25.65% from 612); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D79D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D79D is #0F2862. Grayscale: #D8D8D8. Windows color (decimal): -993379 or 10344432. OLE color: 10344432.
HSL color Cylindrical-coordinate representation of color #F0D79D: hue angle of 41.93º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F0D79D is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 215 | 157 | - |
| CMYK | 0 | 0.10 | 0.35 | 0.06 |
| HSL | 41.93º | 0.73% | 0.78% | - |
| HSV(B) | 41.93º | 0.35% | 0.94% | - |
| XYZ | 66.32 | 69.56 | 41.83 | - |
| YUV | 215.86 | 94.78 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 215 | 157 | 0 | 0.10 | 0.35 | 0.06 | 41.93 | 0.73 | 0.78 |
| Hex | F0 | D7 | 9D | 0 | A | 23 | 6 | 2A | 49 | 4E |
| Octal | 360 | 327 | 235 | 0 | 12 | 43 | 6 | 52 | 111 | 116 |
| Binary | 11110000 | 11010111 | 10011101 | 0 | 1010 | 100011 | 110 | 101010 | 1001001 | 1001110 |
Color Harmonies of #F0D79D
Complementary color
Monochromatic Colors of #F0D79D
Black with #F0D79D
Text Example
Text Example
White with #F0D79D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D79D; }
p { color: rgb(240,215,157); }
H1.HeaderClassName
{
color: #F0D79D;
}
.AnyTagClassName
{
color: #F0D79D;
}
</style>
background-color css
<style>
a { background-color: #F0D79D; }
a { background-color: rgb(240,215,157); }
div.DivClassName
{
background-color: #F0D79D;
}
.BgClassName
{
background-color: #F0D79D;
}
</style>
border-color css
<style>
span { border-color: #F0D79D; }
span { border-color: rgb(240,215,157); }
td.TdClassName
{
border-color: #F0D79D;
}
.TagClassName
{
border-color: #F0D79D;
}
</style>