Shades of Splash #F5D399
Tints of Splash #F5D399
RGB
CMYK
RGB Variations
Color information
#F5D399 (or 0xF5D399) is known color: Splash. HEX triplet: F5, D3 and 99. RGB value is (245,211,153). Sum of RGB (Red+Green+Blue) = 245+211+153=609 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.23% from 609); Green value is 211 (82.81% from 255 or 34.65% from 609); Blue value is 153 (60.16% from 255 or 25.12% from 609); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D399 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D399 is #0A2C66. Grayscale: #D6D6D6. Windows color (decimal): -666727 or 10081269. OLE color: 10081269.
HSL color Cylindrical-coordinate representation of color #F5D399: hue angle of 37.83º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F5D399 is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 211 | 153 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.04 |
| HSL | 37.83º | 0.82% | 0.78% | - |
| HSV(B) | 37.83º | 0.38% | 0.96% | - |
| XYZ | 66.7 | 68.3 | 39.8 | - |
| YUV | 214.55 | 93.26 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 211 | 153 | 0 | 0.14 | 0.38 | 0.04 | 37.83 | 0.82 | 0.78 |
| Hex | F5 | D3 | 99 | 0 | E | 26 | 4 | 26 | 52 | 4E |
| Octal | 365 | 323 | 231 | 0 | 16 | 46 | 4 | 46 | 122 | 116 |
| Binary | 11110101 | 11010011 | 10011001 | 0 | 1110 | 100110 | 100 | 100110 | 1010010 | 1001110 |
Color Harmonies of #F5D399
Complementary color
Monochromatic Colors of #F5D399
Black with #F5D399
Text Example
Text Example
White with #F5D399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D399; }
p { color: rgb(245,211,153); }
H1.HeaderClassName
{
color: #F5D399;
}
.AnyTagClassName
{
color: #F5D399;
}
</style>
background-color css
<style>
a { background-color: #F5D399; }
a { background-color: rgb(245,211,153); }
div.DivClassName
{
background-color: #F5D399;
}
.BgClassName
{
background-color: #F5D399;
}
</style>
border-color css
<style>
span { border-color: #F5D399; }
span { border-color: rgb(245,211,153); }
td.TdClassName
{
border-color: #F5D399;
}
.TagClassName
{
border-color: #F5D399;
}
</style>