Shades of Splash #F6D492
Tints of Splash #F6D492
RGB
CMYK
RGB Variations
Color information
#F6D492 (or 0xF6D492) is known color: Splash. HEX triplet: F6, D4 and 92. RGB value is (246,212,146). Sum of RGB (Red+Green+Blue) = 246+212+146=604 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.73% from 604); Green value is 212 (83.20% from 255 or 35.10% from 604); Blue value is 146 (57.42% from 255 or 24.17% from 604); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D492 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D492 is #092B6D. Grayscale: #D6D6D6. Windows color (decimal): -600942 or 9622774. OLE color: 9622774.
HSL color Cylindrical-coordinate representation of color #F6D492: hue angle of 39.6º 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 #F6D492 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 212 | 146 | - |
| CMYK | 0 | 0.14 | 0.41 | 0.04 |
| HSL | 39.6º | 0.85% | 0.77% | - |
| HSV(B) | 39.6º | 0.41% | 0.96% | - |
| XYZ | 66.74 | 68.76 | 36.95 | - |
| YUV | 214.64 | 89.26 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 212 | 146 | 0 | 0.14 | 0.41 | 0.04 | 39.6 | 0.85 | 0.77 |
| Hex | F6 | D4 | 92 | 0 | E | 29 | 4 | 28 | 55 | 4D |
| Octal | 366 | 324 | 222 | 0 | 16 | 51 | 4 | 50 | 125 | 115 |
| Binary | 11110110 | 11010100 | 10010010 | 0 | 1110 | 101001 | 100 | 101000 | 1010101 | 1001101 |
Color Harmonies of #F6D492
Complementary color
Monochromatic Colors of #F6D492
Black with #F6D492
Text Example
Text Example
White with #F6D492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D492; }
p { color: rgb(246,212,146); }
H1.HeaderClassName
{
color: #F6D492;
}
.AnyTagClassName
{
color: #F6D492;
}
</style>
background-color css
<style>
a { background-color: #F6D492; }
a { background-color: rgb(246,212,146); }
div.DivClassName
{
background-color: #F6D492;
}
.BgClassName
{
background-color: #F6D492;
}
</style>
border-color css
<style>
span { border-color: #F6D492; }
span { border-color: rgb(246,212,146); }
td.TdClassName
{
border-color: #F6D492;
}
.TagClassName
{
border-color: #F6D492;
}
</style>