Shades of Splash #F8D997
Tints of Splash #F8D997
RGB
CMYK
RGB Variations
Color information
#F8D997 (or 0xF8D997) is known color: Splash. HEX triplet: F8, D9 and 97. RGB value is (248,217,151). Sum of RGB (Red+Green+Blue) = 248+217+151=616 (81% of max value = 765). Red value is 248 (97.27% from 255 or 40.26% from 616); Green value is 217 (85.16% from 255 or 35.23% from 616); Blue value is 151 (59.38% from 255 or 24.51% from 616); Max value from RGB is 248 - color contains mainly: red. Hex color #F8D997 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8D997 is #072668. Grayscale: #DBDBDB. Windows color (decimal): -468585 or 9951736. OLE color: 9951736.
HSL color Cylindrical-coordinate representation of color #F8D997: hue angle of 40.82º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F8D997 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 217 | 151 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.03 |
| HSL | 40.82º | 0.87% | 0.78% | - |
| HSV(B) | 40.82º | 0.39% | 0.97% | - |
| XYZ | 69.11 | 71.82 | 39.5 | - |
| YUV | 218.75 | 89.77 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 217 | 151 | 0 | 0.12 | 0.39 | 0.03 | 40.82 | 0.87 | 0.78 |
| Hex | F8 | D9 | 97 | 0 | C | 27 | 3 | 29 | 57 | 4E |
| Octal | 370 | 331 | 227 | 0 | 14 | 47 | 3 | 51 | 127 | 116 |
| Binary | 11111000 | 11011001 | 10010111 | 0 | 1100 | 100111 | 11 | 101001 | 1010111 | 1001110 |
Color Harmonies of #F8D997
Complementary color
Monochromatic Colors of #F8D997
Black with #F8D997
Text Example
Text Example
White with #F8D997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8D997; }
p { color: rgb(248,217,151); }
H1.HeaderClassName
{
color: #F8D997;
}
.AnyTagClassName
{
color: #F8D997;
}
</style>
background-color css
<style>
a { background-color: #F8D997; }
a { background-color: rgb(248,217,151); }
div.DivClassName
{
background-color: #F8D997;
}
.BgClassName
{
background-color: #F8D997;
}
</style>
border-color css
<style>
span { border-color: #F8D997; }
span { border-color: rgb(248,217,151); }
td.TdClassName
{
border-color: #F8D997;
}
.TagClassName
{
border-color: #F8D997;
}
</style>