Shades of Splash #F0D59D
Tints of Splash #F0D59D
RGB
CMYK
RGB Variations
Color information
#F0D59D (or 0xF0D59D) is known color: Splash. HEX triplet: F0, D5 and 9D. RGB value is (240,213,157). Sum of RGB (Red+Green+Blue) = 240+213+157=610 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.34% from 610); Green value is 213 (83.59% from 255 or 34.92% from 610); Blue value is 157 (61.72% from 255 or 25.74% from 610); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D59D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D59D is #0F2A62. Grayscale: #D6D6D6. Windows color (decimal): -993891 or 10343920. OLE color: 10343920.
HSL color Cylindrical-coordinate representation of color #F0D59D: hue angle of 40.48º 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 #F0D59D is Cyan = 0, Magento = 0.11, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 213 | 157 | - |
| CMYK | 0 | 0.11 | 0.35 | 0.06 |
| HSL | 40.48º | 0.73% | 0.78% | - |
| HSV(B) | 40.48º | 0.35% | 0.94% | - |
| XYZ | 65.82 | 68.55 | 41.66 | - |
| YUV | 214.69 | 95.45 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 213 | 157 | 0 | 0.11 | 0.35 | 0.06 | 40.48 | 0.73 | 0.78 |
| Hex | F0 | D5 | 9D | 0 | B | 23 | 6 | 28 | 49 | 4E |
| Octal | 360 | 325 | 235 | 0 | 13 | 43 | 6 | 50 | 111 | 116 |
| Binary | 11110000 | 11010101 | 10011101 | 0 | 1011 | 100011 | 110 | 101000 | 1001001 | 1001110 |
Color Harmonies of #F0D59D
Complementary color
Monochromatic Colors of #F0D59D
Black with #F0D59D
Text Example
Text Example
White with #F0D59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D59D; }
p { color: rgb(240,213,157); }
H1.HeaderClassName
{
color: #F0D59D;
}
.AnyTagClassName
{
color: #F0D59D;
}
</style>
background-color css
<style>
a { background-color: #F0D59D; }
a { background-color: rgb(240,213,157); }
div.DivClassName
{
background-color: #F0D59D;
}
.BgClassName
{
background-color: #F0D59D;
}
</style>
border-color css
<style>
span { border-color: #F0D59D; }
span { border-color: rgb(240,213,157); }
td.TdClassName
{
border-color: #F0D59D;
}
.TagClassName
{
border-color: #F0D59D;
}
</style>