Shades of Splash #F2D399
Tints of Splash #F2D399
RGB
CMYK
RGB Variations
Color information
#F2D399 (or 0xF2D399) is known color: Splash. HEX triplet: F2, D3 and 99. RGB value is (242,211,153). Sum of RGB (Red+Green+Blue) = 242+211+153=606 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.93% from 606); Green value is 211 (82.81% from 255 or 34.82% from 606); Blue value is 153 (60.16% from 255 or 25.25% from 606); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D399 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D399 is #0D2C66. Grayscale: #D5D5D5. Windows color (decimal): -863335 or 10081266. OLE color: 10081266.
HSL color Cylindrical-coordinate representation of color #F2D399: hue angle of 39.1º 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 #F2D399 is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 211 | 153 | - |
| CMYK | 0 | 0.13 | 0.37 | 0.05 |
| HSL | 39.1º | 0.77% | 0.77% | - |
| HSV(B) | 39.1º | 0.37% | 0.95% | - |
| XYZ | 65.66 | 67.77 | 39.76 | - |
| YUV | 213.66 | 93.77 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 211 | 153 | 0 | 0.13 | 0.37 | 0.05 | 39.1 | 0.77 | 0.77 |
| Hex | F2 | D3 | 99 | 0 | D | 25 | 5 | 27 | 4D | 4D |
| Octal | 362 | 323 | 231 | 0 | 15 | 45 | 5 | 47 | 115 | 115 |
| Binary | 11110010 | 11010011 | 10011001 | 0 | 1101 | 100101 | 101 | 100111 | 1001101 | 1001101 |
Color Harmonies of #F2D399
Complementary color
Monochromatic Colors of #F2D399
Black with #F2D399
Text Example
Text Example
White with #F2D399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D399; }
p { color: rgb(242,211,153); }
H1.HeaderClassName
{
color: #F2D399;
}
.AnyTagClassName
{
color: #F2D399;
}
</style>
background-color css
<style>
a { background-color: #F2D399; }
a { background-color: rgb(242,211,153); }
div.DivClassName
{
background-color: #F2D399;
}
.BgClassName
{
background-color: #F2D399;
}
</style>
border-color css
<style>
span { border-color: #F2D399; }
span { border-color: rgb(242,211,153); }
td.TdClassName
{
border-color: #F2D399;
}
.TagClassName
{
border-color: #F2D399;
}
</style>