Shades of Splash #F0D491
Tints of Splash #F0D491
RGB
CMYK
RGB Variations
Color information
#F0D491 (or 0xF0D491) is known color: Splash. HEX triplet: F0, D4 and 91. RGB value is (240,212,145). Sum of RGB (Red+Green+Blue) = 240+212+145=597 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.20% from 597); Green value is 212 (83.20% from 255 or 35.51% from 597); Blue value is 145 (57.03% from 255 or 24.29% from 597); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D491 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D491 is #0F2B6E. Grayscale: #D5D5D5. Windows color (decimal): -994159 or 9557232. OLE color: 9557232.
HSL color Cylindrical-coordinate representation of color #F0D491: hue angle of 42.32º 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 #F0D491 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 212 | 145 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.06 |
| HSL | 42.32º | 0.76% | 0.75% | - |
| HSV(B) | 42.32º | 0.4% | 0.94% | - |
| XYZ | 64.59 | 67.66 | 36.44 | - |
| YUV | 212.73 | 89.78 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 212 | 145 | 0 | 0.12 | 0.40 | 0.06 | 42.32 | 0.76 | 0.75 |
| Hex | F0 | D4 | 91 | 0 | C | 28 | 6 | 2A | 4C | 4B |
| Octal | 360 | 324 | 221 | 0 | 14 | 50 | 6 | 52 | 114 | 113 |
| Binary | 11110000 | 11010100 | 10010001 | 0 | 1100 | 101000 | 110 | 101010 | 1001100 | 1001011 |
Color Harmonies of #F0D491
Complementary color
Monochromatic Colors of #F0D491
Black with #F0D491
Text Example
Text Example
White with #F0D491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D491; }
p { color: rgb(240,212,145); }
H1.HeaderClassName
{
color: #F0D491;
}
.AnyTagClassName
{
color: #F0D491;
}
</style>
background-color css
<style>
a { background-color: #F0D491; }
a { background-color: rgb(240,212,145); }
div.DivClassName
{
background-color: #F0D491;
}
.BgClassName
{
background-color: #F0D491;
}
</style>
border-color css
<style>
span { border-color: #F0D491; }
span { border-color: rgb(240,212,145); }
td.TdClassName
{
border-color: #F0D491;
}
.TagClassName
{
border-color: #F0D491;
}
</style>