Shades of Splash #F0D490
Tints of Splash #F0D490
RGB
CMYK
RGB Variations
Color information
#F0D490 (or 0xF0D490) is known color: Splash. HEX triplet: F0, D4 and 90. RGB value is (240,212,144). Sum of RGB (Red+Green+Blue) = 240+212+144=596 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.27% from 596); Green value is 212 (83.20% from 255 or 35.57% from 596); Blue value is 144 (56.64% from 255 or 24.16% from 596); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D490 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D490 is #0F2B6F. Grayscale: #D4D4D4. Windows color (decimal): -994160 or 9491696. OLE color: 9491696.
HSL color Cylindrical-coordinate representation of color #F0D490: hue angle of 42.5º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F0D490 is Cyan = 0, Magento = 0.12, Yellow = 0.4 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 212 | 144 | - |
| CMYK | 0 | 0.12 | 0.4 | 0.06 |
| HSL | 42.5º | 0.76% | 0.75% | - |
| HSV(B) | 42.5º | 0.4% | 0.94% | - |
| XYZ | 64.51 | 67.63 | 36.04 | - |
| YUV | 212.62 | 89.28 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 212 | 144 | 0 | 0.12 | 0.4 | 0.06 | 42.5 | 0.76 | 0.75 |
| Hex | F0 | D4 | 90 | 0 | C | 28 | 6 | 2A | 4C | 4B |
| Octal | 360 | 324 | 220 | 0 | 14 | 50 | 6 | 52 | 114 | 113 |
| Binary | 11110000 | 11010100 | 10010000 | 0 | 1100 | 101000 | 110 | 101010 | 1001100 | 1001011 |
Color Harmonies of #F0D490
Complementary color
Monochromatic Colors of #F0D490
Black with #F0D490
Text Example
Text Example
White with #F0D490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D490; }
p { color: rgb(240,212,144); }
H1.HeaderClassName
{
color: #F0D490;
}
.AnyTagClassName
{
color: #F0D490;
}
</style>
background-color css
<style>
a { background-color: #F0D490; }
a { background-color: rgb(240,212,144); }
div.DivClassName
{
background-color: #F0D490;
}
.BgClassName
{
background-color: #F0D490;
}
</style>
border-color css
<style>
span { border-color: #F0D490; }
span { border-color: rgb(240,212,144); }
td.TdClassName
{
border-color: #F0D490;
}
.TagClassName
{
border-color: #F0D490;
}
</style>