Shades of Splash #F5DC99
Tints of Splash #F5DC99
RGB
CMYK
RGB Variations
Color information
#F5DC99 (or 0xF5DC99) is known color: Splash. HEX triplet: F5, DC and 99. RGB value is (245,220,153). Sum of RGB (Red+Green+Blue) = 245+220+153=618 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.64% from 618); Green value is 220 (86.33% from 255 or 35.60% from 618); Blue value is 153 (60.16% from 255 or 24.76% from 618); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DC99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DC99 is #0A2366. Grayscale: #DCDCDC. Windows color (decimal): -664423 or 10083573. OLE color: 10083573.
HSL color Cylindrical-coordinate representation of color #F5DC99: hue angle of 43.7º 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 #F5DC99 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 220 | 153 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.04 |
| HSL | 43.7º | 0.82% | 0.78% | - |
| HSV(B) | 43.7º | 0.38% | 0.96% | - |
| XYZ | 69 | 72.9 | 40.57 | - |
| YUV | 219.84 | 90.28 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 220 | 153 | 0 | 0.10 | 0.38 | 0.04 | 43.7 | 0.82 | 0.78 |
| Hex | F5 | DC | 99 | 0 | A | 26 | 4 | 2C | 52 | 4E |
| Octal | 365 | 334 | 231 | 0 | 12 | 46 | 4 | 54 | 122 | 116 |
| Binary | 11110101 | 11011100 | 10011001 | 0 | 1010 | 100110 | 100 | 101100 | 1010010 | 1001110 |
Color Harmonies of #F5DC99
Complementary color
Monochromatic Colors of #F5DC99
Black with #F5DC99
Text Example
Text Example
White with #F5DC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DC99; }
p { color: rgb(245,220,153); }
H1.HeaderClassName
{
color: #F5DC99;
}
.AnyTagClassName
{
color: #F5DC99;
}
</style>
background-color css
<style>
a { background-color: #F5DC99; }
a { background-color: rgb(245,220,153); }
div.DivClassName
{
background-color: #F5DC99;
}
.BgClassName
{
background-color: #F5DC99;
}
</style>
border-color css
<style>
span { border-color: #F5DC99; }
span { border-color: rgb(245,220,153); }
td.TdClassName
{
border-color: #F5DC99;
}
.TagClassName
{
border-color: #F5DC99;
}
</style>