Shades of Splash #F0D395
Tints of Splash #F0D395
RGB
CMYK
RGB Variations
Color information
#F0D395 (or 0xF0D395) is known color: Splash. HEX triplet: F0, D3 and 95. RGB value is (240,211,149). Sum of RGB (Red+Green+Blue) = 240+211+149=600 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40% from 600); Green value is 211 (82.81% from 255 or 35.17% from 600); Blue value is 149 (58.59% from 255 or 24.83% from 600); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D395 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D395 is #0F2C6A. Grayscale: #D4D4D4. Windows color (decimal): -994411 or 9819120. OLE color: 9819120.
HSL color Cylindrical-coordinate representation of color #F0D395: hue angle of 40.88º 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 #F0D395 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 211 | 149 | - |
| CMYK | 0 | 0.12 | 0.38 | 0.06 |
| HSL | 40.88º | 0.75% | 0.76% | - |
| HSV(B) | 40.88º | 0.38% | 0.94% | - |
| XYZ | 64.65 | 67.28 | 38.01 | - |
| YUV | 212.6 | 92.11 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 211 | 149 | 0 | 0.12 | 0.38 | 0.06 | 40.88 | 0.75 | 0.76 |
| Hex | F0 | D3 | 95 | 0 | C | 26 | 6 | 29 | 4B | 4C |
| Octal | 360 | 323 | 225 | 0 | 14 | 46 | 6 | 51 | 113 | 114 |
| Binary | 11110000 | 11010011 | 10010101 | 0 | 1100 | 100110 | 110 | 101001 | 1001011 | 1001100 |
Color Harmonies of #F0D395
Complementary color
Monochromatic Colors of #F0D395
Black with #F0D395
Text Example
Text Example
White with #F0D395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D395; }
p { color: rgb(240,211,149); }
H1.HeaderClassName
{
color: #F0D395;
}
.AnyTagClassName
{
color: #F0D395;
}
</style>
background-color css
<style>
a { background-color: #F0D395; }
a { background-color: rgb(240,211,149); }
div.DivClassName
{
background-color: #F0D395;
}
.BgClassName
{
background-color: #F0D395;
}
</style>
border-color css
<style>
span { border-color: #F0D395; }
span { border-color: rgb(240,211,149); }
td.TdClassName
{
border-color: #F0D395;
}
.TagClassName
{
border-color: #F0D395;
}
</style>