Shades of Splash #F8DC9A
Tints of Splash #F8DC9A
RGB
CMYK
RGB Variations
Color information
#F8DC9A (or 0xF8DC9A) is known color: Splash. HEX triplet: F8, DC and 9A. RGB value is (248,220,154). Sum of RGB (Red+Green+Blue) = 248+220+154=622 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.87% from 622); Green value is 220 (86.33% from 255 or 35.37% from 622); Blue value is 154 (60.55% from 255 or 24.76% from 622); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DC9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8DC9A is #072365. Grayscale: #DDDDDD. Windows color (decimal): -467814 or 10149112. OLE color: 10149112.
HSL color Cylindrical-coordinate representation of color #F8DC9A: hue angle of 42.13º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F8DC9A is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 220 | 154 | - |
| CMYK | 0 | 0.11 | 0.38 | 0.03 |
| HSL | 42.13º | 0.87% | 0.79% | - |
| HSV(B) | 42.13º | 0.38% | 0.97% | - |
| XYZ | 70.14 | 73.48 | 41.06 | - |
| YUV | 220.85 | 90.28 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 220 | 154 | 0 | 0.11 | 0.38 | 0.03 | 42.13 | 0.87 | 0.79 |
| Hex | F8 | DC | 9A | 0 | B | 26 | 3 | 2A | 57 | 4F |
| Octal | 370 | 334 | 232 | 0 | 13 | 46 | 3 | 52 | 127 | 117 |
| Binary | 11111000 | 11011100 | 10011010 | 0 | 1011 | 100110 | 11 | 101010 | 1010111 | 1001111 |
Color Harmonies of #F8DC9A
Complementary color
Monochromatic Colors of #F8DC9A
Black with #F8DC9A
Text Example
Text Example
White with #F8DC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DC9A; }
p { color: rgb(248,220,154); }
H1.HeaderClassName
{
color: #F8DC9A;
}
.AnyTagClassName
{
color: #F8DC9A;
}
</style>
background-color css
<style>
a { background-color: #F8DC9A; }
a { background-color: rgb(248,220,154); }
div.DivClassName
{
background-color: #F8DC9A;
}
.BgClassName
{
background-color: #F8DC9A;
}
</style>
border-color css
<style>
span { border-color: #F8DC9A; }
span { border-color: rgb(248,220,154); }
td.TdClassName
{
border-color: #F8DC9A;
}
.TagClassName
{
border-color: #F8DC9A;
}
</style>