Shades of Splash #F4D592
Tints of Splash #F4D592
RGB
CMYK
RGB Variations
Color information
#F4D592 (or 0xF4D592) is known color: Splash. HEX triplet: F4, D5 and 92. RGB value is (244,213,146). Sum of RGB (Red+Green+Blue) = 244+213+146=603 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.46% from 603); Green value is 213 (83.59% from 255 or 35.32% from 603); Blue value is 146 (57.42% from 255 or 24.21% from 603); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D592 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4D592 is #0B2A6D. Grayscale: #D6D6D6. Windows color (decimal): -731758 or 9623028. OLE color: 9623028.
HSL color Cylindrical-coordinate representation of color #F4D592: hue angle of 41.02º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F4D592 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 213 | 146 | - |
| CMYK | 0 | 0.13 | 0.40 | 0.04 |
| HSL | 41.02º | 0.82% | 0.76% | - |
| HSV(B) | 41.02º | 0.4% | 0.96% | - |
| XYZ | 66.29 | 68.9 | 37 | - |
| YUV | 214.63 | 89.27 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 213 | 146 | 0 | 0.13 | 0.40 | 0.04 | 41.02 | 0.82 | 0.76 |
| Hex | F4 | D5 | 92 | 0 | D | 28 | 4 | 29 | 52 | 4C |
| Octal | 364 | 325 | 222 | 0 | 15 | 50 | 4 | 51 | 122 | 114 |
| Binary | 11110100 | 11010101 | 10010010 | 0 | 1101 | 101000 | 100 | 101001 | 1010010 | 1001100 |
Color Harmonies of #F4D592
Complementary color
Monochromatic Colors of #F4D592
Black with #F4D592
Text Example
Text Example
White with #F4D592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D592; }
p { color: rgb(244,213,146); }
H1.HeaderClassName
{
color: #F4D592;
}
.AnyTagClassName
{
color: #F4D592;
}
</style>
background-color css
<style>
a { background-color: #F4D592; }
a { background-color: rgb(244,213,146); }
div.DivClassName
{
background-color: #F4D592;
}
.BgClassName
{
background-color: #F4D592;
}
</style>
border-color css
<style>
span { border-color: #F4D592; }
span { border-color: rgb(244,213,146); }
td.TdClassName
{
border-color: #F4D592;
}
.TagClassName
{
border-color: #F4D592;
}
</style>