Shades of Splash #F4DC98
Tints of Splash #F4DC98
RGB
CMYK
RGB Variations
Color information
#F4DC98 (or 0xF4DC98) is known color: Splash. HEX triplet: F4, DC and 98. RGB value is (244,220,152). Sum of RGB (Red+Green+Blue) = 244+220+152=616 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.61% from 616); Green value is 220 (86.33% from 255 or 35.71% from 616); Blue value is 152 (59.77% from 255 or 24.68% from 616); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DC98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4DC98 is #0B2367. Grayscale: #DBDBDB. Windows color (decimal): -729960 or 10018036. OLE color: 10018036.
HSL color Cylindrical-coordinate representation of color #F4DC98: hue angle of 44.35º degrees, saturation: 0.81, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F4DC98 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 220 | 152 | - |
| CMYK | 0 | 0.10 | 0.38 | 0.04 |
| HSL | 44.35º | 0.81% | 0.78% | - |
| HSV(B) | 44.35º | 0.38% | 0.96% | - |
| XYZ | 68.57 | 72.69 | 40.12 | - |
| YUV | 219.42 | 89.95 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 220 | 152 | 0 | 0.10 | 0.38 | 0.04 | 44.35 | 0.81 | 0.78 |
| Hex | F4 | DC | 98 | 0 | A | 26 | 4 | 2C | 51 | 4E |
| Octal | 364 | 334 | 230 | 0 | 12 | 46 | 4 | 54 | 121 | 116 |
| Binary | 11110100 | 11011100 | 10011000 | 0 | 1010 | 100110 | 100 | 101100 | 1010001 | 1001110 |
Color Harmonies of #F4DC98
Complementary color
Monochromatic Colors of #F4DC98
Black with #F4DC98
Text Example
Text Example
White with #F4DC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4DC98; }
p { color: rgb(244,220,152); }
H1.HeaderClassName
{
color: #F4DC98;
}
.AnyTagClassName
{
color: #F4DC98;
}
</style>
background-color css
<style>
a { background-color: #F4DC98; }
a { background-color: rgb(244,220,152); }
div.DivClassName
{
background-color: #F4DC98;
}
.BgClassName
{
background-color: #F4DC98;
}
</style>
border-color css
<style>
span { border-color: #F4DC98; }
span { border-color: rgb(244,220,152); }
td.TdClassName
{
border-color: #F4DC98;
}
.TagClassName
{
border-color: #F4DC98;
}
</style>