Shades of Splash #F2D799
Tints of Splash #F2D799
RGB
CMYK
RGB Variations
Color information
#F2D799 (or 0xF2D799) is known color: Splash. HEX triplet: F2, D7 and 99. RGB value is (242,215,153). Sum of RGB (Red+Green+Blue) = 242+215+153=610 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.67% from 610); Green value is 215 (84.38% from 255 or 35.25% from 610); Blue value is 153 (60.16% from 255 or 25.08% from 610); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D799 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D799 is #0D2866. Grayscale: #D8D8D8. Windows color (decimal): -862311 or 10082290. OLE color: 10082290.
HSL color Cylindrical-coordinate representation of color #F2D799: hue angle of 41.8º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F2D799 is Cyan = 0, Magento = 0.11, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 215 | 153 | - |
| CMYK | 0 | 0.11 | 0.37 | 0.05 |
| HSL | 41.8º | 0.77% | 0.77% | - |
| HSV(B) | 41.8º | 0.37% | 0.95% | - |
| XYZ | 66.67 | 69.78 | 40.09 | - |
| YUV | 216.01 | 92.45 | 146.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 215 | 153 | 0 | 0.11 | 0.37 | 0.05 | 41.8 | 0.77 | 0.77 |
| Hex | F2 | D7 | 99 | 0 | B | 25 | 5 | 2A | 4D | 4D |
| Octal | 362 | 327 | 231 | 0 | 13 | 45 | 5 | 52 | 115 | 115 |
| Binary | 11110010 | 11010111 | 10011001 | 0 | 1011 | 100101 | 101 | 101010 | 1001101 | 1001101 |
Color Harmonies of #F2D799
Complementary color
Monochromatic Colors of #F2D799
Black with #F2D799
Text Example
Text Example
White with #F2D799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D799; }
p { color: rgb(242,215,153); }
H1.HeaderClassName
{
color: #F2D799;
}
.AnyTagClassName
{
color: #F2D799;
}
</style>
background-color css
<style>
a { background-color: #F2D799; }
a { background-color: rgb(242,215,153); }
div.DivClassName
{
background-color: #F2D799;
}
.BgClassName
{
background-color: #F2D799;
}
</style>
border-color css
<style>
span { border-color: #F2D799; }
span { border-color: rgb(242,215,153); }
td.TdClassName
{
border-color: #F2D799;
}
.TagClassName
{
border-color: #F2D799;
}
</style>