Shades of Splash #F1D390
Tints of Splash #F1D390
RGB
CMYK
RGB Variations
Color information
#F1D390 (or 0xF1D390) is known color: Splash. HEX triplet: F1, D3 and 90. RGB value is (241,211,144). Sum of RGB (Red+Green+Blue) = 241+211+144=596 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.44% from 596); Green value is 211 (82.81% from 255 or 35.40% from 596); Blue value is 144 (56.64% from 255 or 24.16% from 596); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D390 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D390 is #0E2C6F. Grayscale: #D4D4D4. Windows color (decimal): -928880 or 9491441. OLE color: 9491441.
HSL color Cylindrical-coordinate representation of color #F1D390: hue angle of 41.44º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F1D390 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 211 | 144 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.05 |
| HSL | 41.44º | 0.78% | 0.75% | - |
| HSV(B) | 41.44º | 0.4% | 0.95% | - |
| XYZ | 64.6 | 67.3 | 35.97 | - |
| YUV | 212.33 | 89.44 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 211 | 144 | 0 | 0.12 | 0.40 | 0.05 | 41.44 | 0.78 | 0.75 |
| Hex | F1 | D3 | 90 | 0 | C | 28 | 5 | 29 | 4E | 4B |
| Octal | 361 | 323 | 220 | 0 | 14 | 50 | 5 | 51 | 116 | 113 |
| Binary | 11110001 | 11010011 | 10010000 | 0 | 1100 | 101000 | 101 | 101001 | 1001110 | 1001011 |
Color Harmonies of #F1D390
Complementary color
Monochromatic Colors of #F1D390
Black with #F1D390
Text Example
Text Example
White with #F1D390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D390; }
p { color: rgb(241,211,144); }
H1.HeaderClassName
{
color: #F1D390;
}
.AnyTagClassName
{
color: #F1D390;
}
</style>
background-color css
<style>
a { background-color: #F1D390; }
a { background-color: rgb(241,211,144); }
div.DivClassName
{
background-color: #F1D390;
}
.BgClassName
{
background-color: #F1D390;
}
</style>
border-color css
<style>
span { border-color: #F1D390; }
span { border-color: rgb(241,211,144); }
td.TdClassName
{
border-color: #F1D390;
}
.TagClassName
{
border-color: #F1D390;
}
</style>