Shades of Splash #F0D39F
Tints of Splash #F0D39F
RGB
CMYK
RGB Variations
Color information
#F0D39F (or 0xF0D39F) is known color: Splash. HEX triplet: F0, D3 and 9F. RGB value is (240,211,159). Sum of RGB (Red+Green+Blue) = 240+211+159=610 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.34% from 610); Green value is 211 (82.81% from 255 or 34.59% from 610); Blue value is 159 (62.5% from 255 or 26.07% from 610); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D39F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D39F is #0F2C60. Grayscale: #D5D5D5. Windows color (decimal): -994401 or 10474480. OLE color: 10474480.
HSL color Cylindrical-coordinate representation of color #F0D39F: hue angle of 38.52º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F0D39F is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 211 | 159 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.06 |
| HSL | 38.52º | 0.73% | 0.78% | - |
| HSV(B) | 38.52º | 0.34% | 0.94% | - |
| XYZ | 65.49 | 67.62 | 42.4 | - |
| YUV | 213.74 | 97.11 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 211 | 159 | 0 | 0.12 | 0.34 | 0.06 | 38.52 | 0.73 | 0.78 |
| Hex | F0 | D3 | 9F | 0 | C | 22 | 6 | 27 | 49 | 4E |
| Octal | 360 | 323 | 237 | 0 | 14 | 42 | 6 | 47 | 111 | 116 |
| Binary | 11110000 | 11010011 | 10011111 | 0 | 1100 | 100010 | 110 | 100111 | 1001001 | 1001110 |
Color Harmonies of #F0D39F
Complementary color
Monochromatic Colors of #F0D39F
Black with #F0D39F
Text Example
Text Example
White with #F0D39F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D39F; }
p { color: rgb(240,211,159); }
H1.HeaderClassName
{
color: #F0D39F;
}
.AnyTagClassName
{
color: #F0D39F;
}
</style>
background-color css
<style>
a { background-color: #F0D39F; }
a { background-color: rgb(240,211,159); }
div.DivClassName
{
background-color: #F0D39F;
}
.BgClassName
{
background-color: #F0D39F;
}
</style>
border-color css
<style>
span { border-color: #F0D39F; }
span { border-color: rgb(240,211,159); }
td.TdClassName
{
border-color: #F0D39F;
}
.TagClassName
{
border-color: #F0D39F;
}
</style>