Shades of Splash #F1D19A
Tints of Splash #F1D19A
RGB
CMYK
RGB Variations
Color information
#F1D19A (or 0xF1D19A) is known color: Splash. HEX triplet: F1, D1 and 9A. RGB value is (241,209,154). Sum of RGB (Red+Green+Blue) = 241+209+154=604 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.90% from 604); Green value is 209 (82.03% from 255 or 34.60% from 604); Blue value is 154 (60.55% from 255 or 25.50% from 604); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D19A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D19A is #0E2E65. Grayscale: #D4D4D4. Windows color (decimal): -929382 or 10146289. OLE color: 10146289.
HSL color Cylindrical-coordinate representation of color #F1D19A: hue angle of 37.93º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F1D19A is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 209 | 154 | - |
| CMYK | 0 | 0.13 | 0.36 | 0.05 |
| HSL | 37.93º | 0.76% | 0.77% | - |
| HSV(B) | 37.93º | 0.36% | 0.95% | - |
| XYZ | 64.91 | 66.63 | 40.01 | - |
| YUV | 212.3 | 95.1 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 209 | 154 | 0 | 0.13 | 0.36 | 0.05 | 37.93 | 0.76 | 0.77 |
| Hex | F1 | D1 | 9A | 0 | D | 24 | 5 | 26 | 4C | 4D |
| Octal | 361 | 321 | 232 | 0 | 15 | 44 | 5 | 46 | 114 | 115 |
| Binary | 11110001 | 11010001 | 10011010 | 0 | 1101 | 100100 | 101 | 100110 | 1001100 | 1001101 |
Color Harmonies of #F1D19A
Complementary color
Monochromatic Colors of #F1D19A
Black with #F1D19A
Text Example
Text Example
White with #F1D19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D19A; }
p { color: rgb(241,209,154); }
H1.HeaderClassName
{
color: #F1D19A;
}
.AnyTagClassName
{
color: #F1D19A;
}
</style>
background-color css
<style>
a { background-color: #F1D19A; }
a { background-color: rgb(241,209,154); }
div.DivClassName
{
background-color: #F1D19A;
}
.BgClassName
{
background-color: #F1D19A;
}
</style>
border-color css
<style>
span { border-color: #F1D19A; }
span { border-color: rgb(241,209,154); }
td.TdClassName
{
border-color: #F1D19A;
}
.TagClassName
{
border-color: #F1D19A;
}
</style>