Shades of Splash #F6DB9A
Tints of Splash #F6DB9A
RGB
CMYK
RGB Variations
Color information
#F6DB9A (or 0xF6DB9A) is known color: Splash. HEX triplet: F6, DB and 9A. RGB value is (246,219,154). Sum of RGB (Red+Green+Blue) = 246+219+154=619 (81% of max value = 765). Red value is 246 (96.48% from 255 or 39.74% from 619); Green value is 219 (85.94% from 255 or 35.38% from 619); Blue value is 154 (60.55% from 255 or 24.88% from 619); Max value from RGB is 246 - color contains mainly: red. Hex color #F6DB9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6DB9A is #092465. Grayscale: #DBDBDB. Windows color (decimal): -599142 or 10148854. OLE color: 10148854.
HSL color Cylindrical-coordinate representation of color #F6DB9A: hue angle of 42.39º 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 #F6DB9A is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 219 | 154 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.04 |
| HSL | 42.39º | 0.84% | 0.78% | - |
| HSV(B) | 42.39º | 0.37% | 0.96% | - |
| XYZ | 69.17 | 72.59 | 40.94 | - |
| YUV | 219.66 | 90.95 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 219 | 154 | 0 | 0.11 | 0.37 | 0.04 | 42.39 | 0.84 | 0.78 |
| Hex | F6 | DB | 9A | 0 | B | 25 | 4 | 2A | 54 | 4E |
| Octal | 366 | 333 | 232 | 0 | 13 | 45 | 4 | 52 | 124 | 116 |
| Binary | 11110110 | 11011011 | 10011010 | 0 | 1011 | 100101 | 100 | 101010 | 1010100 | 1001110 |
Color Harmonies of #F6DB9A
Complementary color
Monochromatic Colors of #F6DB9A
Black with #F6DB9A
Text Example
Text Example
White with #F6DB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6DB9A; }
p { color: rgb(246,219,154); }
H1.HeaderClassName
{
color: #F6DB9A;
}
.AnyTagClassName
{
color: #F6DB9A;
}
</style>
background-color css
<style>
a { background-color: #F6DB9A; }
a { background-color: rgb(246,219,154); }
div.DivClassName
{
background-color: #F6DB9A;
}
.BgClassName
{
background-color: #F6DB9A;
}
</style>
border-color css
<style>
span { border-color: #F6DB9A; }
span { border-color: rgb(246,219,154); }
td.TdClassName
{
border-color: #F6DB9A;
}
.TagClassName
{
border-color: #F6DB9A;
}
</style>