Shades of Splash #F0D294
Tints of Splash #F0D294
RGB
CMYK
RGB Variations
Color information
#F0D294 (or 0xF0D294) is known color: Splash. HEX triplet: F0, D2 and 94. RGB value is (240,210,148). Sum of RGB (Red+Green+Blue) = 240+210+148=598 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.13% from 598); Green value is 210 (82.42% from 255 or 35.12% from 598); Blue value is 148 (58.20% from 255 or 24.75% from 598); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D294 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D294 is #0F2D6B. Grayscale: #D4D4D4. Windows color (decimal): -994668 or 9753328. OLE color: 9753328.
HSL color Cylindrical-coordinate representation of color #F0D294: hue angle of 40.43º 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 #F0D294 is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 210 | 148 | - |
| CMYK | 0 | 0.12 | 0.38 | 0.06 |
| HSL | 40.43º | 0.75% | 0.76% | - |
| HSV(B) | 40.43º | 0.38% | 0.94% | - |
| XYZ | 64.33 | 66.76 | 37.51 | - |
| YUV | 211.9 | 91.94 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 210 | 148 | 0 | 0.12 | 0.38 | 0.06 | 40.43 | 0.75 | 0.76 |
| Hex | F0 | D2 | 94 | 0 | C | 26 | 6 | 28 | 4B | 4C |
| Octal | 360 | 322 | 224 | 0 | 14 | 46 | 6 | 50 | 113 | 114 |
| Binary | 11110000 | 11010010 | 10010100 | 0 | 1100 | 100110 | 110 | 101000 | 1001011 | 1001100 |
Color Harmonies of #F0D294
Complementary color
Monochromatic Colors of #F0D294
Black with #F0D294
Text Example
Text Example
White with #F0D294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D294; }
p { color: rgb(240,210,148); }
H1.HeaderClassName
{
color: #F0D294;
}
.AnyTagClassName
{
color: #F0D294;
}
</style>
background-color css
<style>
a { background-color: #F0D294; }
a { background-color: rgb(240,210,148); }
div.DivClassName
{
background-color: #F0D294;
}
.BgClassName
{
background-color: #F0D294;
}
</style>
border-color css
<style>
span { border-color: #F0D294; }
span { border-color: rgb(240,210,148); }
td.TdClassName
{
border-color: #F0D294;
}
.TagClassName
{
border-color: #F0D294;
}
</style>