Shades of Splash #F8D995
Tints of Splash #F8D995
RGB
CMYK
RGB Variations
Color information
#F8D995 (or 0xF8D995) is known color: Splash. HEX triplet: F8, D9 and 95. RGB value is (248,217,149). Sum of RGB (Red+Green+Blue) = 248+217+149=614 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.39% from 614); Green value is 217 (85.16% from 255 or 35.34% from 614); Blue value is 149 (58.59% from 255 or 24.27% from 614); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D995 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D995 is #07266A. Grayscale: #DADADA. Windows color (decimal): -468587 or 9820664. OLE color: 9820664.
HSL color Cylindrical-coordinate representation of color #F8D995: hue angle of 41.21º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F8D995 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 217 | 149 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.03 |
| HSL | 41.21º | 0.88% | 0.78% | - |
| HSV(B) | 41.21º | 0.4% | 0.97% | - |
| XYZ | 68.95 | 71.75 | 38.65 | - |
| YUV | 218.52 | 88.77 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 217 | 149 | 0 | 0.12 | 0.40 | 0.03 | 41.21 | 0.88 | 0.78 |
| Hex | F8 | D9 | 95 | 0 | C | 28 | 3 | 29 | 58 | 4E |
| Octal | 370 | 331 | 225 | 0 | 14 | 50 | 3 | 51 | 130 | 116 |
| Binary | 11111000 | 11011001 | 10010101 | 0 | 1100 | 101000 | 11 | 101001 | 1011000 | 1001110 |
Color Harmonies of #F8D995
Complementary color
Monochromatic Colors of #F8D995
Black with #F8D995
Text Example
Text Example
White with #F8D995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D995; }
p { color: rgb(248,217,149); }
H1.HeaderClassName
{
color: #F8D995;
}
.AnyTagClassName
{
color: #F8D995;
}
</style>
background-color css
<style>
a { background-color: #F8D995; }
a { background-color: rgb(248,217,149); }
div.DivClassName
{
background-color: #F8D995;
}
.BgClassName
{
background-color: #F8D995;
}
</style>
border-color css
<style>
span { border-color: #F8D995; }
span { border-color: rgb(248,217,149); }
td.TdClassName
{
border-color: #F8D995;
}
.TagClassName
{
border-color: #F8D995;
}
</style>