Shades of Splash #F2D79F
Tints of Splash #F2D79F
RGB
CMYK
RGB Variations
Color information
#F2D79F (or 0xF2D79F) is known color: Splash. HEX triplet: F2, D7 and 9F. RGB value is (242,215,159). Sum of RGB (Red+Green+Blue) = 242+215+159=616 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.29% from 616); Green value is 215 (84.38% from 255 or 34.90% from 616); Blue value is 159 (62.5% from 255 or 25.81% from 616); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D79F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D79F is #0D2860. Grayscale: #D8D8D8. Windows color (decimal): -862305 or 10475506. OLE color: 10475506.
HSL color Cylindrical-coordinate representation of color #F2D79F: hue angle of 40.48º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F2D79F is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 215 | 159 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.05 |
| HSL | 40.48º | 0.76% | 0.79% | - |
| HSV(B) | 40.48º | 0.34% | 0.95% | - |
| XYZ | 67.18 | 69.98 | 42.77 | - |
| YUV | 216.69 | 95.45 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 215 | 159 | 0 | 0.11 | 0.34 | 0.05 | 40.48 | 0.76 | 0.79 |
| Hex | F2 | D7 | 9F | 0 | B | 22 | 5 | 28 | 4C | 4F |
| Octal | 362 | 327 | 237 | 0 | 13 | 42 | 5 | 50 | 114 | 117 |
| Binary | 11110010 | 11010111 | 10011111 | 0 | 1011 | 100010 | 101 | 101000 | 1001100 | 1001111 |
Color Harmonies of #F2D79F
Complementary color
Monochromatic Colors of #F2D79F
Black with #F2D79F
Text Example
Text Example
White with #F2D79F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D79F; }
p { color: rgb(242,215,159); }
H1.HeaderClassName
{
color: #F2D79F;
}
.AnyTagClassName
{
color: #F2D79F;
}
</style>
background-color css
<style>
a { background-color: #F2D79F; }
a { background-color: rgb(242,215,159); }
div.DivClassName
{
background-color: #F2D79F;
}
.BgClassName
{
background-color: #F2D79F;
}
</style>
border-color css
<style>
span { border-color: #F2D79F; }
span { border-color: rgb(242,215,159); }
td.TdClassName
{
border-color: #F2D79F;
}
.TagClassName
{
border-color: #F2D79F;
}
</style>