Shades of Splash #F1D599
Tints of Splash #F1D599
RGB
CMYK
RGB Variations
Color information
#F1D599 (or 0xF1D599) is known color: Splash. HEX triplet: F1, D5 and 99. RGB value is (241,213,153). Sum of RGB (Red+Green+Blue) = 241+213+153=607 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.70% from 607); Green value is 213 (83.59% from 255 or 35.09% from 607); Blue value is 153 (60.16% from 255 or 25.21% from 607); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D599 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D599 is #0E2A66. Grayscale: #D6D6D6. Windows color (decimal): -928359 or 10081777. OLE color: 10081777.
HSL color Cylindrical-coordinate representation of color #F1D599: hue angle of 40.91º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F1D599 is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 213 | 153 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.05 |
| HSL | 40.91º | 0.76% | 0.77% | - |
| HSV(B) | 40.91º | 0.37% | 0.95% | - |
| XYZ | 65.82 | 68.59 | 39.91 | - |
| YUV | 214.53 | 93.28 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 213 | 153 | 0 | 0.12 | 0.37 | 0.05 | 40.91 | 0.76 | 0.77 |
| Hex | F1 | D5 | 99 | 0 | C | 25 | 5 | 29 | 4C | 4D |
| Octal | 361 | 325 | 231 | 0 | 14 | 45 | 5 | 51 | 114 | 115 |
| Binary | 11110001 | 11010101 | 10011001 | 0 | 1100 | 100101 | 101 | 101001 | 1001100 | 1001101 |
Color Harmonies of #F1D599
Complementary color
Monochromatic Colors of #F1D599
Black with #F1D599
Text Example
Text Example
White with #F1D599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D599; }
p { color: rgb(241,213,153); }
H1.HeaderClassName
{
color: #F1D599;
}
.AnyTagClassName
{
color: #F1D599;
}
</style>
background-color css
<style>
a { background-color: #F1D599; }
a { background-color: rgb(241,213,153); }
div.DivClassName
{
background-color: #F1D599;
}
.BgClassName
{
background-color: #F1D599;
}
</style>
border-color css
<style>
span { border-color: #F1D599; }
span { border-color: rgb(241,213,153); }
td.TdClassName
{
border-color: #F1D599;
}
.TagClassName
{
border-color: #F1D599;
}
</style>