Shades of Splash #F1D99A
Tints of Splash #F1D99A
RGB
CMYK
RGB Variations
Color information
#F1D99A (or 0xF1D99A) is known color: Splash. HEX triplet: F1, D9 and 9A. RGB value is (241,217,154). Sum of RGB (Red+Green+Blue) = 241+217+154=612 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.38% from 612); Green value is 217 (85.16% from 255 or 35.46% from 612); Blue value is 154 (60.55% from 255 or 25.16% from 612); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D99A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D99A is #0E2665. Grayscale: #D9D9D9. Windows color (decimal): -927334 or 10148337. OLE color: 10148337.
HSL color Cylindrical-coordinate representation of color #F1D99A: hue angle of 43.45º 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 #F1D99A is Cyan = 0, Magento = 0.10, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 217 | 154 | - |
| CMYK | 0 | 0.10 | 0.36 | 0.05 |
| HSL | 43.45º | 0.76% | 0.77% | - |
| HSV(B) | 43.45º | 0.36% | 0.95% | - |
| XYZ | 66.92 | 70.66 | 40.68 | - |
| YUV | 216.99 | 92.45 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 217 | 154 | 0 | 0.10 | 0.36 | 0.05 | 43.45 | 0.76 | 0.77 |
| Hex | F1 | D9 | 9A | 0 | A | 24 | 5 | 2B | 4C | 4D |
| Octal | 361 | 331 | 232 | 0 | 12 | 44 | 5 | 53 | 114 | 115 |
| Binary | 11110001 | 11011001 | 10011010 | 0 | 1010 | 100100 | 101 | 101011 | 1001100 | 1001101 |
Color Harmonies of #F1D99A
Complementary color
Monochromatic Colors of #F1D99A
Black with #F1D99A
Text Example
Text Example
White with #F1D99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D99A; }
p { color: rgb(241,217,154); }
H1.HeaderClassName
{
color: #F1D99A;
}
.AnyTagClassName
{
color: #F1D99A;
}
</style>
background-color css
<style>
a { background-color: #F1D99A; }
a { background-color: rgb(241,217,154); }
div.DivClassName
{
background-color: #F1D99A;
}
.BgClassName
{
background-color: #F1D99A;
}
</style>
border-color css
<style>
span { border-color: #F1D99A; }
span { border-color: rgb(241,217,154); }
td.TdClassName
{
border-color: #F1D99A;
}
.TagClassName
{
border-color: #F1D99A;
}
</style>