Shades of Splash #F6D99A
Tints of Splash #F6D99A
RGB
CMYK
RGB Variations
Color information
#F6D99A (or 0xF6D99A) is known color: Splash. HEX triplet: F6, D9 and 9A. RGB value is (246,217,154). Sum of RGB (Red+Green+Blue) = 246+217+154=617 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.87% from 617); Green value is 217 (85.16% from 255 or 35.17% from 617); Blue value is 154 (60.55% from 255 or 24.96% from 617); Max value from RGB is 246 - color contains mainly: red. Hex color #F6D99A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6D99A is #092665. Grayscale: #DADADA. Windows color (decimal): -599654 or 10148342. OLE color: 10148342.
HSL color Cylindrical-coordinate representation of color #F6D99A: hue angle of 41.09º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F6D99A is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 217 | 154 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.04 |
| HSL | 41.09º | 0.84% | 0.78% | - |
| HSV(B) | 41.09º | 0.37% | 0.96% | - |
| XYZ | 68.65 | 71.55 | 40.76 | - |
| YUV | 218.49 | 91.61 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 217 | 154 | 0 | 0.12 | 0.37 | 0.04 | 41.09 | 0.84 | 0.78 |
| Hex | F6 | D9 | 9A | 0 | C | 25 | 4 | 29 | 54 | 4E |
| Octal | 366 | 331 | 232 | 0 | 14 | 45 | 4 | 51 | 124 | 116 |
| Binary | 11110110 | 11011001 | 10011010 | 0 | 1100 | 100101 | 100 | 101001 | 1010100 | 1001110 |
Color Harmonies of #F6D99A
Complementary color
Monochromatic Colors of #F6D99A
Black with #F6D99A
Text Example
Text Example
White with #F6D99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6D99A; }
p { color: rgb(246,217,154); }
H1.HeaderClassName
{
color: #F6D99A;
}
.AnyTagClassName
{
color: #F6D99A;
}
</style>
background-color css
<style>
a { background-color: #F6D99A; }
a { background-color: rgb(246,217,154); }
div.DivClassName
{
background-color: #F6D99A;
}
.BgClassName
{
background-color: #F6D99A;
}
</style>
border-color css
<style>
span { border-color: #F6D99A; }
span { border-color: rgb(246,217,154); }
td.TdClassName
{
border-color: #F6D99A;
}
.TagClassName
{
border-color: #F6D99A;
}
</style>