Shades of Splash #F4D995
Tints of Splash #F4D995
RGB
CMYK
RGB Variations
Color information
#F4D995 (or 0xF4D995) is known color: Splash. HEX triplet: F4, D9 and 95. RGB value is (244,217,149). Sum of RGB (Red+Green+Blue) = 244+217+149=610 (80% of max value = 765). Red value is 244 (95.70% from 255 or 40% from 610); Green value is 217 (85.16% from 255 or 35.57% from 610); Blue value is 149 (58.59% from 255 or 24.43% from 610); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D995 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4D995 is #0B266A. Grayscale: #D9D9D9. Windows color (decimal): -730731 or 9820660. OLE color: 9820660.
HSL color Cylindrical-coordinate representation of color #F4D995: hue angle of 42.95º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F4D995 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 217 | 149 | - |
| CMYK | 0 | 0.11 | 0.39 | 0.04 |
| HSL | 42.95º | 0.81% | 0.77% | - |
| HSV(B) | 42.95º | 0.39% | 0.96% | - |
| XYZ | 67.55 | 71.03 | 38.58 | - |
| YUV | 217.32 | 89.45 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 217 | 149 | 0 | 0.11 | 0.39 | 0.04 | 42.95 | 0.81 | 0.77 |
| Hex | F4 | D9 | 95 | 0 | B | 27 | 4 | 2B | 51 | 4D |
| Octal | 364 | 331 | 225 | 0 | 13 | 47 | 4 | 53 | 121 | 115 |
| Binary | 11110100 | 11011001 | 10010101 | 0 | 1011 | 100111 | 100 | 101011 | 1010001 | 1001101 |
Color Harmonies of #F4D995
Complementary color
Monochromatic Colors of #F4D995
Black with #F4D995
Text Example
Text Example
White with #F4D995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D995; }
p { color: rgb(244,217,149); }
H1.HeaderClassName
{
color: #F4D995;
}
.AnyTagClassName
{
color: #F4D995;
}
</style>
background-color css
<style>
a { background-color: #F4D995; }
a { background-color: rgb(244,217,149); }
div.DivClassName
{
background-color: #F4D995;
}
.BgClassName
{
background-color: #F4D995;
}
</style>
border-color css
<style>
span { border-color: #F4D995; }
span { border-color: rgb(244,217,149); }
td.TdClassName
{
border-color: #F4D995;
}
.TagClassName
{
border-color: #F4D995;
}
</style>