Shades of Splash #F0D592
Tints of Splash #F0D592
RGB
CMYK
RGB Variations
Color information
#F0D592 (or 0xF0D592) is known color: Splash. HEX triplet: F0, D5 and 92. RGB value is (240,213,146). Sum of RGB (Red+Green+Blue) = 240+213+146=599 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.07% from 599); Green value is 213 (83.59% from 255 or 35.56% from 599); Blue value is 146 (57.42% from 255 or 24.37% from 599); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D592 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D592 is #0F2A6D. Grayscale: #D5D5D5. Windows color (decimal): -993902 or 9623024. OLE color: 9623024.
HSL color Cylindrical-coordinate representation of color #F0D592: hue angle of 42.77º 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 #F0D592 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 213 | 146 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.06 |
| HSL | 42.77º | 0.76% | 0.76% | - |
| HSV(B) | 42.77º | 0.39% | 0.94% | - |
| XYZ | 64.92 | 68.19 | 36.93 | - |
| YUV | 213.44 | 89.95 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 213 | 146 | 0 | 0.11 | 0.39 | 0.06 | 42.77 | 0.76 | 0.76 |
| Hex | F0 | D5 | 92 | 0 | B | 27 | 6 | 2B | 4C | 4C |
| Octal | 360 | 325 | 222 | 0 | 13 | 47 | 6 | 53 | 114 | 114 |
| Binary | 11110000 | 11010101 | 10010010 | 0 | 1011 | 100111 | 110 | 101011 | 1001100 | 1001100 |
Color Harmonies of #F0D592
Complementary color
Monochromatic Colors of #F0D592
Black with #F0D592
Text Example
Text Example
White with #F0D592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D592; }
p { color: rgb(240,213,146); }
H1.HeaderClassName
{
color: #F0D592;
}
.AnyTagClassName
{
color: #F0D592;
}
</style>
background-color css
<style>
a { background-color: #F0D592; }
a { background-color: rgb(240,213,146); }
div.DivClassName
{
background-color: #F0D592;
}
.BgClassName
{
background-color: #F0D592;
}
</style>
border-color css
<style>
span { border-color: #F0D592; }
span { border-color: rgb(240,213,146); }
td.TdClassName
{
border-color: #F0D592;
}
.TagClassName
{
border-color: #F0D592;
}
</style>