Shades of Splash #F5D792
Tints of Splash #F5D792
RGB
CMYK
RGB Variations
Color information
#F5D792 (or 0xF5D792) is known color: Splash. HEX triplet: F5, D7 and 92. RGB value is (245,215,146). Sum of RGB (Red+Green+Blue) = 245+215+146=606 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.43% from 606); Green value is 215 (84.38% from 255 or 35.48% from 606); Blue value is 146 (57.42% from 255 or 24.09% from 606); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D792 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D792 is #0A286D. Grayscale: #D8D8D8. Windows color (decimal): -665710 or 9623541. OLE color: 9623541.
HSL color Cylindrical-coordinate representation of color #F5D792: hue angle of 41.82º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F5D792 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 215 | 146 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.04 |
| HSL | 41.82º | 0.83% | 0.77% | - |
| HSV(B) | 41.82º | 0.4% | 0.96% | - |
| XYZ | 67.14 | 70.09 | 37.18 | - |
| YUV | 216.1 | 88.44 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 215 | 146 | 0 | 0.12 | 0.40 | 0.04 | 41.82 | 0.83 | 0.77 |
| Hex | F5 | D7 | 92 | 0 | C | 28 | 4 | 2A | 53 | 4D |
| Octal | 365 | 327 | 222 | 0 | 14 | 50 | 4 | 52 | 123 | 115 |
| Binary | 11110101 | 11010111 | 10010010 | 0 | 1100 | 101000 | 100 | 101010 | 1010011 | 1001101 |
Color Harmonies of #F5D792
Complementary color
Monochromatic Colors of #F5D792
Black with #F5D792
Text Example
Text Example
White with #F5D792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D792; }
p { color: rgb(245,215,146); }
H1.HeaderClassName
{
color: #F5D792;
}
.AnyTagClassName
{
color: #F5D792;
}
</style>
background-color css
<style>
a { background-color: #F5D792; }
a { background-color: rgb(245,215,146); }
div.DivClassName
{
background-color: #F5D792;
}
.BgClassName
{
background-color: #F5D792;
}
</style>
border-color css
<style>
span { border-color: #F5D792; }
span { border-color: rgb(245,215,146); }
td.TdClassName
{
border-color: #F5D792;
}
.TagClassName
{
border-color: #F5D792;
}
</style>