Shades of Splash #F7D792
Tints of Splash #F7D792
RGB
CMYK
RGB Variations
Color information
#F7D792 (or 0xF7D792) is known color: Splash. HEX triplet: F7, D7 and 92. RGB value is (247,215,146). Sum of RGB (Red+Green+Blue) = 247+215+146=608 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.62% from 608); Green value is 215 (84.38% from 255 or 35.36% from 608); Blue value is 146 (57.42% from 255 or 24.01% from 608); Max value from RGB is 247 - color contains mainly: red. Hex color #F7D792 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7D792 is #08286D. Grayscale: #D9D9D9. Windows color (decimal): -534638 or 9623543. OLE color: 9623543.
HSL color Cylindrical-coordinate representation of color #F7D792: hue angle of 40.99º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F7D792 is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 215 | 146 | - |
| CMYK | 0 | 0.13 | 0.41 | 0.03 |
| HSL | 40.99º | 0.86% | 0.77% | - |
| HSV(B) | 40.99º | 0.41% | 0.97% | - |
| XYZ | 67.85 | 70.45 | 37.22 | - |
| YUV | 216.7 | 88.1 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 215 | 146 | 0 | 0.13 | 0.41 | 0.03 | 40.99 | 0.86 | 0.77 |
| Hex | F7 | D7 | 92 | 0 | D | 29 | 3 | 29 | 56 | 4D |
| Octal | 367 | 327 | 222 | 0 | 15 | 51 | 3 | 51 | 126 | 115 |
| Binary | 11110111 | 11010111 | 10010010 | 0 | 1101 | 101001 | 11 | 101001 | 1010110 | 1001101 |
Color Harmonies of #F7D792
Complementary color
Monochromatic Colors of #F7D792
Black with #F7D792
Text Example
Text Example
White with #F7D792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7D792; }
p { color: rgb(247,215,146); }
H1.HeaderClassName
{
color: #F7D792;
}
.AnyTagClassName
{
color: #F7D792;
}
</style>
background-color css
<style>
a { background-color: #F7D792; }
a { background-color: rgb(247,215,146); }
div.DivClassName
{
background-color: #F7D792;
}
.BgClassName
{
background-color: #F7D792;
}
</style>
border-color css
<style>
span { border-color: #F7D792; }
span { border-color: rgb(247,215,146); }
td.TdClassName
{
border-color: #F7D792;
}
.TagClassName
{
border-color: #F7D792;
}
</style>