Shades of Splash #F0D295
Tints of Splash #F0D295
RGB
CMYK
RGB Variations
Color information
#F0D295 (or 0xF0D295) is known color: Splash. HEX triplet: F0, D2 and 95. RGB value is (240,210,149). Sum of RGB (Red+Green+Blue) = 240+210+149=599 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.07% from 599); Green value is 210 (82.42% from 255 or 35.06% from 599); Blue value is 149 (58.59% from 255 or 24.87% from 599); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D295 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D295 is #0F2D6A. Grayscale: #D4D4D4. Windows color (decimal): -994667 or 9818864. OLE color: 9818864.
HSL color Cylindrical-coordinate representation of color #F0D295: hue angle of 40.22º 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 #F0D295 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 210 | 149 | - |
| CMYK | 0 | 0.12 | 0.38 | 0.06 |
| HSL | 40.22º | 0.75% | 0.76% | - |
| HSV(B) | 40.22º | 0.38% | 0.94% | - |
| XYZ | 64.41 | 66.79 | 37.93 | - |
| YUV | 212.02 | 92.44 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 210 | 149 | 0 | 0.12 | 0.38 | 0.06 | 40.22 | 0.75 | 0.76 |
| Hex | F0 | D2 | 95 | 0 | C | 26 | 6 | 28 | 4B | 4C |
| Octal | 360 | 322 | 225 | 0 | 14 | 46 | 6 | 50 | 113 | 114 |
| Binary | 11110000 | 11010010 | 10010101 | 0 | 1100 | 100110 | 110 | 101000 | 1001011 | 1001100 |
Color Harmonies of #F0D295
Complementary color
Monochromatic Colors of #F0D295
Black with #F0D295
Text Example
Text Example
White with #F0D295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D295; }
p { color: rgb(240,210,149); }
H1.HeaderClassName
{
color: #F0D295;
}
.AnyTagClassName
{
color: #F0D295;
}
</style>
background-color css
<style>
a { background-color: #F0D295; }
a { background-color: rgb(240,210,149); }
div.DivClassName
{
background-color: #F0D295;
}
.BgClassName
{
background-color: #F0D295;
}
</style>
border-color css
<style>
span { border-color: #F0D295; }
span { border-color: rgb(240,210,149); }
td.TdClassName
{
border-color: #F0D295;
}
.TagClassName
{
border-color: #F0D295;
}
</style>