Shades of Splash #F1D399
Tints of Splash #F1D399
RGB
CMYK
RGB Variations
Color information
#F1D399 (or 0xF1D399) is known color: Splash. HEX triplet: F1, D3 and 99. RGB value is (241,211,153). Sum of RGB (Red+Green+Blue) = 241+211+153=605 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.83% from 605); Green value is 211 (82.81% from 255 or 34.88% from 605); Blue value is 153 (60.16% from 255 or 25.29% from 605); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D399 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D399 is #0E2C66. Grayscale: #D5D5D5. Windows color (decimal): -928871 or 10081265. OLE color: 10081265.
HSL color Cylindrical-coordinate representation of color #F1D399: hue angle of 39.55º 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 #F1D399 is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 211 | 153 | - |
| CMYK | 0 | 0.12 | 0.37 | 0.05 |
| HSL | 39.55º | 0.76% | 0.77% | - |
| HSV(B) | 39.55º | 0.37% | 0.95% | - |
| XYZ | 65.32 | 67.59 | 39.74 | - |
| YUV | 213.36 | 93.94 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 211 | 153 | 0 | 0.12 | 0.37 | 0.05 | 39.55 | 0.76 | 0.77 |
| Hex | F1 | D3 | 99 | 0 | C | 25 | 5 | 28 | 4C | 4D |
| Octal | 361 | 323 | 231 | 0 | 14 | 45 | 5 | 50 | 114 | 115 |
| Binary | 11110001 | 11010011 | 10011001 | 0 | 1100 | 100101 | 101 | 101000 | 1001100 | 1001101 |
Color Harmonies of #F1D399
Complementary color
Monochromatic Colors of #F1D399
Black with #F1D399
Text Example
Text Example
White with #F1D399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D399; }
p { color: rgb(241,211,153); }
H1.HeaderClassName
{
color: #F1D399;
}
.AnyTagClassName
{
color: #F1D399;
}
</style>
background-color css
<style>
a { background-color: #F1D399; }
a { background-color: rgb(241,211,153); }
div.DivClassName
{
background-color: #F1D399;
}
.BgClassName
{
background-color: #F1D399;
}
</style>
border-color css
<style>
span { border-color: #F1D399; }
span { border-color: rgb(241,211,153); }
td.TdClassName
{
border-color: #F1D399;
}
.TagClassName
{
border-color: #F1D399;
}
</style>