Shades of Splash #F9DB9A
Tints of Splash #F9DB9A
RGB
CMYK
RGB Variations
Color information
#F9DB9A (or 0xF9DB9A) is known color: Splash. HEX triplet: F9, DB and 9A. RGB value is (249,219,154). Sum of RGB (Red+Green+Blue) = 249+219+154=622 (82% of max value = 765). Red value is 249 (97.66% from 255 or 40.03% from 622); Green value is 219 (85.94% from 255 or 35.21% from 622); Blue value is 154 (60.55% from 255 or 24.76% from 622); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DB9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9DB9A is #062465. Grayscale: #DCDCDC. Windows color (decimal): -402534 or 10148857. OLE color: 10148857.
HSL color Cylindrical-coordinate representation of color #F9DB9A: hue angle of 41.05º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F9DB9A is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 219 | 154 | - |
| CMYK | 0 | 0.12 | 0.38 | 0.02 |
| HSL | 41.05º | 0.89% | 0.79% | - |
| HSV(B) | 41.05º | 0.38% | 0.98% | - |
| XYZ | 70.23 | 73.14 | 40.99 | - |
| YUV | 220.56 | 90.44 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 219 | 154 | 0 | 0.12 | 0.38 | 0.02 | 41.05 | 0.89 | 0.79 |
| Hex | F9 | DB | 9A | 0 | C | 26 | 2 | 29 | 59 | 4F |
| Octal | 371 | 333 | 232 | 0 | 14 | 46 | 2 | 51 | 131 | 117 |
| Binary | 11111001 | 11011011 | 10011010 | 0 | 1100 | 100110 | 10 | 101001 | 1011001 | 1001111 |
Color Harmonies of #F9DB9A
Complementary color
Monochromatic Colors of #F9DB9A
Black with #F9DB9A
Text Example
Text Example
White with #F9DB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DB9A; }
p { color: rgb(249,219,154); }
H1.HeaderClassName
{
color: #F9DB9A;
}
.AnyTagClassName
{
color: #F9DB9A;
}
</style>
background-color css
<style>
a { background-color: #F9DB9A; }
a { background-color: rgb(249,219,154); }
div.DivClassName
{
background-color: #F9DB9A;
}
.BgClassName
{
background-color: #F9DB9A;
}
</style>
border-color css
<style>
span { border-color: #F9DB9A; }
span { border-color: rgb(249,219,154); }
td.TdClassName
{
border-color: #F9DB9A;
}
.TagClassName
{
border-color: #F9DB9A;
}
</style>