Shades of Splash #F4D096
Tints of Splash #F4D096
RGB
CMYK
RGB Variations
Color information
#F4D096 (or 0xF4D096) is known color: Splash. HEX triplet: F4, D0 and 96. RGB value is (244,208,150). Sum of RGB (Red+Green+Blue) = 244+208+150=602 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.53% from 602); Green value is 208 (81.64% from 255 or 34.55% from 602); Blue value is 150 (58.98% from 255 or 24.92% from 602); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D096 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4D096 is #0B2F69. Grayscale: #D4D4D4. Windows color (decimal): -733034 or 9883892. OLE color: 9883892.
HSL color Cylindrical-coordinate representation of color #F4D096: hue angle of 37.02º 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 #F4D096 is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 208 | 150 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.04 |
| HSL | 37.02º | 0.81% | 0.77% | - |
| HSV(B) | 37.02º | 0.39% | 0.96% | - |
| XYZ | 65.37 | 66.55 | 38.25 | - |
| YUV | 212.15 | 92.93 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 208 | 150 | 0 | 0.15 | 0.39 | 0.04 | 37.02 | 0.81 | 0.77 |
| Hex | F4 | D0 | 96 | 0 | F | 27 | 4 | 25 | 51 | 4D |
| Octal | 364 | 320 | 226 | 0 | 17 | 47 | 4 | 45 | 121 | 115 |
| Binary | 11110100 | 11010000 | 10010110 | 0 | 1111 | 100111 | 100 | 100101 | 1010001 | 1001101 |
Color Harmonies of #F4D096
Complementary color
Monochromatic Colors of #F4D096
Black with #F4D096
Text Example
Text Example
White with #F4D096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D096; }
p { color: rgb(244,208,150); }
H1.HeaderClassName
{
color: #F4D096;
}
.AnyTagClassName
{
color: #F4D096;
}
</style>
background-color css
<style>
a { background-color: #F4D096; }
a { background-color: rgb(244,208,150); }
div.DivClassName
{
background-color: #F4D096;
}
.BgClassName
{
background-color: #F4D096;
}
</style>
border-color css
<style>
span { border-color: #F4D096; }
span { border-color: rgb(244,208,150); }
td.TdClassName
{
border-color: #F4D096;
}
.TagClassName
{
border-color: #F4D096;
}
</style>