Shades of Splash #F6D692
Tints of Splash #F6D692
RGB
CMYK
RGB Variations
Color information
#F6D692 (or 0xF6D692) is known color: Splash. HEX triplet: F6, D6 and 92. RGB value is (246,214,146). Sum of RGB (Red+Green+Blue) = 246+214+146=606 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.59% from 606); Green value is 214 (83.98% from 255 or 35.31% from 606); Blue value is 146 (57.42% from 255 or 24.09% from 606); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D692 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D692 is #09296D. Grayscale: #D8D8D8. Windows color (decimal): -600430 or 9623286. OLE color: 9623286.
HSL color Cylindrical-coordinate representation of color #F6D692: hue angle of 40.8º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F6D692 is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 214 | 146 | - |
| CMYK | 0 | 0.13 | 0.41 | 0.04 |
| HSL | 40.8º | 0.85% | 0.77% | - |
| HSV(B) | 40.8º | 0.41% | 0.96% | - |
| XYZ | 67.24 | 69.76 | 37.12 | - |
| YUV | 215.82 | 88.6 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 214 | 146 | 0 | 0.13 | 0.41 | 0.04 | 40.8 | 0.85 | 0.77 |
| Hex | F6 | D6 | 92 | 0 | D | 29 | 4 | 29 | 55 | 4D |
| Octal | 366 | 326 | 222 | 0 | 15 | 51 | 4 | 51 | 125 | 115 |
| Binary | 11110110 | 11010110 | 10010010 | 0 | 1101 | 101001 | 100 | 101001 | 1010101 | 1001101 |
Color Harmonies of #F6D692
Complementary color
Monochromatic Colors of #F6D692
Black with #F6D692
Text Example
Text Example
White with #F6D692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D692; }
p { color: rgb(246,214,146); }
H1.HeaderClassName
{
color: #F6D692;
}
.AnyTagClassName
{
color: #F6D692;
}
</style>
background-color css
<style>
a { background-color: #F6D692; }
a { background-color: rgb(246,214,146); }
div.DivClassName
{
background-color: #F6D692;
}
.BgClassName
{
background-color: #F6D692;
}
</style>
border-color css
<style>
span { border-color: #F6D692; }
span { border-color: rgb(246,214,146); }
td.TdClassName
{
border-color: #F6D692;
}
.TagClassName
{
border-color: #F6D692;
}
</style>