Shades of Splash #F2D395
Tints of Splash #F2D395
RGB
CMYK
RGB Variations
Color information
#F2D395 (or 0xF2D395) is known color: Splash. HEX triplet: F2, D3 and 95. RGB value is (242,211,149). Sum of RGB (Red+Green+Blue) = 242+211+149=602 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.20% from 602); Green value is 211 (82.81% from 255 or 35.05% from 602); Blue value is 149 (58.59% from 255 or 24.75% from 602); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D395 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D395 is #0D2C6A. Grayscale: #D5D5D5. Windows color (decimal): -863339 or 9819122. OLE color: 9819122.
HSL color Cylindrical-coordinate representation of color #F2D395: hue angle of 40º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F2D395 is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 211 | 149 | - |
| CMYK | 0 | 0.13 | 0.38 | 0.05 |
| HSL | 40º | 0.78% | 0.77% | - |
| HSV(B) | 40º | 0.38% | 0.95% | - |
| XYZ | 65.34 | 67.64 | 38.05 | - |
| YUV | 213.2 | 91.77 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 211 | 149 | 0 | 0.13 | 0.38 | 0.05 | 40 | 0.78 | 0.77 |
| Hex | F2 | D3 | 95 | 0 | D | 26 | 5 | 28 | 4E | 4D |
| Octal | 362 | 323 | 225 | 0 | 15 | 46 | 5 | 50 | 116 | 115 |
| Binary | 11110010 | 11010011 | 10010101 | 0 | 1101 | 100110 | 101 | 101000 | 1001110 | 1001101 |
Color Harmonies of #F2D395
Complementary color
Monochromatic Colors of #F2D395
Black with #F2D395
Text Example
Text Example
White with #F2D395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D395; }
p { color: rgb(242,211,149); }
H1.HeaderClassName
{
color: #F2D395;
}
.AnyTagClassName
{
color: #F2D395;
}
</style>
background-color css
<style>
a { background-color: #F2D395; }
a { background-color: rgb(242,211,149); }
div.DivClassName
{
background-color: #F2D395;
}
.BgClassName
{
background-color: #F2D395;
}
</style>
border-color css
<style>
span { border-color: #F2D395; }
span { border-color: rgb(242,211,149); }
td.TdClassName
{
border-color: #F2D395;
}
.TagClassName
{
border-color: #F2D395;
}
</style>