Shades of Splash #F0D593
Tints of Splash #F0D593
RGB
CMYK
RGB Variations
Color information
#F0D593 (or 0xF0D593) is known color: Splash. HEX triplet: F0, D5 and 93. RGB value is (240,213,147). Sum of RGB (Red+Green+Blue) = 240+213+147=600 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40% from 600); Green value is 213 (83.59% from 255 or 35.5% from 600); Blue value is 147 (57.81% from 255 or 24.5% from 600); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D593 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D593 is #0F2A6C. Grayscale: #D5D5D5. Windows color (decimal): -993901 or 9688560. OLE color: 9688560.
HSL color Cylindrical-coordinate representation of color #F0D593: hue angle of 42.58º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F0D593 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 213 | 147 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.06 |
| HSL | 42.58º | 0.76% | 0.76% | - |
| HSV(B) | 42.58º | 0.39% | 0.94% | - |
| XYZ | 65 | 68.22 | 37.35 | - |
| YUV | 213.55 | 90.45 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 213 | 147 | 0 | 0.11 | 0.39 | 0.06 | 42.58 | 0.76 | 0.76 |
| Hex | F0 | D5 | 93 | 0 | B | 27 | 6 | 2B | 4C | 4C |
| Octal | 360 | 325 | 223 | 0 | 13 | 47 | 6 | 53 | 114 | 114 |
| Binary | 11110000 | 11010101 | 10010011 | 0 | 1011 | 100111 | 110 | 101011 | 1001100 | 1001100 |
Color Harmonies of #F0D593
Complementary color
Monochromatic Colors of #F0D593
Black with #F0D593
Text Example
Text Example
White with #F0D593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D593; }
p { color: rgb(240,213,147); }
H1.HeaderClassName
{
color: #F0D593;
}
.AnyTagClassName
{
color: #F0D593;
}
</style>
background-color css
<style>
a { background-color: #F0D593; }
a { background-color: rgb(240,213,147); }
div.DivClassName
{
background-color: #F0D593;
}
.BgClassName
{
background-color: #F0D593;
}
</style>
border-color css
<style>
span { border-color: #F0D593; }
span { border-color: rgb(240,213,147); }
td.TdClassName
{
border-color: #F0D593;
}
.TagClassName
{
border-color: #F0D593;
}
</style>