Shades of Splash #F2D991
Tints of Splash #F2D991
RGB
CMYK
RGB Variations
Color information
#F2D991 (or 0xF2D991) is known color: Splash. HEX triplet: F2, D9 and 91. RGB value is (242,217,145). Sum of RGB (Red+Green+Blue) = 242+217+145=604 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40.07% from 604); Green value is 217 (85.16% from 255 or 35.93% from 604); Blue value is 145 (57.03% from 255 or 24.01% from 604); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D991 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D991 is #0D266E. Grayscale: #D8D8D8. Windows color (decimal): -861807 or 9558514. OLE color: 9558514.
HSL color Cylindrical-coordinate representation of color #F2D991: hue angle of 44.54º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F2D991 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 217 | 145 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.05 |
| HSL | 44.54º | 0.79% | 0.76% | - |
| HSV(B) | 44.54º | 0.4% | 0.95% | - |
| XYZ | 66.54 | 70.55 | 36.9 | - |
| YUV | 216.27 | 87.78 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 217 | 145 | 0 | 0.10 | 0.40 | 0.05 | 44.54 | 0.79 | 0.76 |
| Hex | F2 | D9 | 91 | 0 | A | 28 | 5 | 2D | 4F | 4C |
| Octal | 362 | 331 | 221 | 0 | 12 | 50 | 5 | 55 | 117 | 114 |
| Binary | 11110010 | 11011001 | 10010001 | 0 | 1010 | 101000 | 101 | 101101 | 1001111 | 1001100 |
Color Harmonies of #F2D991
Complementary color
Monochromatic Colors of #F2D991
Black with #F2D991
Text Example
Text Example
White with #F2D991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2D991; }
p { color: rgb(242,217,145); }
H1.HeaderClassName
{
color: #F2D991;
}
.AnyTagClassName
{
color: #F2D991;
}
</style>
background-color css
<style>
a { background-color: #F2D991; }
a { background-color: rgb(242,217,145); }
div.DivClassName
{
background-color: #F2D991;
}
.BgClassName
{
background-color: #F2D991;
}
</style>
border-color css
<style>
span { border-color: #F2D991; }
span { border-color: rgb(242,217,145); }
td.TdClassName
{
border-color: #F2D991;
}
.TagClassName
{
border-color: #F2D991;
}
</style>