Shades of Splash #F6D59D
Tints of Splash #F6D59D
RGB
CMYK
RGB Variations
Color information
#F6D59D (or 0xF6D59D) is known color: Splash. HEX triplet: F6, D5 and 9D. RGB value is (246,213,157). Sum of RGB (Red+Green+Blue) = 246+213+157=616 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.94% from 616); Green value is 213 (83.59% from 255 or 34.58% from 616); Blue value is 157 (61.72% from 255 or 25.49% from 616); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D59D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D59D is #092A62. Grayscale: #D8D8D8. Windows color (decimal): -600675 or 10343926. OLE color: 10343926.
HSL color Cylindrical-coordinate representation of color #F6D59D: hue angle of 37.75º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F6D59D is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 213 | 157 | - |
| CMYK | 0 | 0.13 | 0.36 | 0.04 |
| HSL | 37.75º | 0.83% | 0.79% | - |
| HSV(B) | 37.75º | 0.36% | 0.96% | - |
| XYZ | 67.89 | 69.62 | 41.76 | - |
| YUV | 216.48 | 94.43 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 213 | 157 | 0 | 0.13 | 0.36 | 0.04 | 37.75 | 0.83 | 0.79 |
| Hex | F6 | D5 | 9D | 0 | D | 24 | 4 | 26 | 53 | 4F |
| Octal | 366 | 325 | 235 | 0 | 15 | 44 | 4 | 46 | 123 | 117 |
| Binary | 11110110 | 11010101 | 10011101 | 0 | 1101 | 100100 | 100 | 100110 | 1010011 | 1001111 |
Color Harmonies of #F6D59D
Complementary color
Monochromatic Colors of #F6D59D
Black with #F6D59D
Text Example
Text Example
White with #F6D59D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D59D; }
p { color: rgb(246,213,157); }
H1.HeaderClassName
{
color: #F6D59D;
}
.AnyTagClassName
{
color: #F6D59D;
}
</style>
background-color css
<style>
a { background-color: #F6D59D; }
a { background-color: rgb(246,213,157); }
div.DivClassName
{
background-color: #F6D59D;
}
.BgClassName
{
background-color: #F6D59D;
}
</style>
border-color css
<style>
span { border-color: #F6D59D; }
span { border-color: rgb(246,213,157); }
td.TdClassName
{
border-color: #F6D59D;
}
.TagClassName
{
border-color: #F6D59D;
}
</style>