Shades of Splash #F0D79B
Tints of Splash #F0D79B
RGB
CMYK
RGB Variations
Color information
#F0D79B (or 0xF0D79B) is known color: Splash. HEX triplet: F0, D7 and 9B. RGB value is (240,215,155). Sum of RGB (Red+Green+Blue) = 240+215+155=610 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.34% from 610); Green value is 215 (84.38% from 255 or 35.25% from 610); Blue value is 155 (60.94% from 255 or 25.41% from 610); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D79B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D79B is #0F2864. Grayscale: #D7D7D7. Windows color (decimal): -993381 or 10213360. OLE color: 10213360.
HSL color Cylindrical-coordinate representation of color #F0D79B: hue angle of 42.35º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F0D79B is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 215 | 155 | - |
| CMYK | 0 | 0.10 | 0.35 | 0.06 |
| HSL | 42.35º | 0.74% | 0.77% | - |
| HSV(B) | 42.35º | 0.35% | 0.94% | - |
| XYZ | 66.15 | 69.49 | 40.94 | - |
| YUV | 215.64 | 93.78 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 215 | 155 | 0 | 0.10 | 0.35 | 0.06 | 42.35 | 0.74 | 0.77 |
| Hex | F0 | D7 | 9B | 0 | A | 23 | 6 | 2A | 4A | 4D |
| Octal | 360 | 327 | 233 | 0 | 12 | 43 | 6 | 52 | 112 | 115 |
| Binary | 11110000 | 11010111 | 10011011 | 0 | 1010 | 100011 | 110 | 101010 | 1001010 | 1001101 |
Color Harmonies of #F0D79B
Complementary color
Monochromatic Colors of #F0D79B
Black with #F0D79B
Text Example
Text Example
White with #F0D79B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D79B; }
p { color: rgb(240,215,155); }
H1.HeaderClassName
{
color: #F0D79B;
}
.AnyTagClassName
{
color: #F0D79B;
}
</style>
background-color css
<style>
a { background-color: #F0D79B; }
a { background-color: rgb(240,215,155); }
div.DivClassName
{
background-color: #F0D79B;
}
.BgClassName
{
background-color: #F0D79B;
}
</style>
border-color css
<style>
span { border-color: #F0D79B; }
span { border-color: rgb(240,215,155); }
td.TdClassName
{
border-color: #F0D79B;
}
.TagClassName
{
border-color: #F0D79B;
}
</style>