Shades of Splash #F1D59F
Tints of Splash #F1D59F
RGB
CMYK
RGB Variations
Color information
#F1D59F (or 0xF1D59F) is known color: Splash. HEX triplet: F1, D5 and 9F. RGB value is (241,213,159). Sum of RGB (Red+Green+Blue) = 241+213+159=613 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.31% from 613); Green value is 213 (83.59% from 255 or 34.75% from 613); Blue value is 159 (62.5% from 255 or 25.94% from 613); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D59F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D59F is #0E2A60. Grayscale: #D7D7D7. Windows color (decimal): -928353 or 10474993. OLE color: 10474993.
HSL color Cylindrical-coordinate representation of color #F1D59F: hue angle of 39.51º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F1D59F is Cyan = 0, Magento = 0.12, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 213 | 159 | - |
| CMYK | 0 | 0.12 | 0.34 | 0.05 |
| HSL | 39.51º | 0.75% | 0.78% | - |
| HSV(B) | 39.51º | 0.34% | 0.95% | - |
| XYZ | 66.33 | 68.79 | 42.58 | - |
| YUV | 215.22 | 96.28 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 213 | 159 | 0 | 0.12 | 0.34 | 0.05 | 39.51 | 0.75 | 0.78 |
| Hex | F1 | D5 | 9F | 0 | C | 22 | 5 | 28 | 4B | 4E |
| Octal | 361 | 325 | 237 | 0 | 14 | 42 | 5 | 50 | 113 | 116 |
| Binary | 11110001 | 11010101 | 10011111 | 0 | 1100 | 100010 | 101 | 101000 | 1001011 | 1001110 |
Color Harmonies of #F1D59F
Complementary color
Monochromatic Colors of #F1D59F
Black with #F1D59F
Text Example
Text Example
White with #F1D59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D59F; }
p { color: rgb(241,213,159); }
H1.HeaderClassName
{
color: #F1D59F;
}
.AnyTagClassName
{
color: #F1D59F;
}
</style>
background-color css
<style>
a { background-color: #F1D59F; }
a { background-color: rgb(241,213,159); }
div.DivClassName
{
background-color: #F1D59F;
}
.BgClassName
{
background-color: #F1D59F;
}
</style>
border-color css
<style>
span { border-color: #F1D59F; }
span { border-color: rgb(241,213,159); }
td.TdClassName
{
border-color: #F1D59F;
}
.TagClassName
{
border-color: #F1D59F;
}
</style>