Shades of Splash #F1D790
Tints of Splash #F1D790
RGB
CMYK
RGB Variations
Color information
#F1D790 (or 0xF1D790) is known color: Splash. HEX triplet: F1, D7 and 90. RGB value is (241,215,144). Sum of RGB (Red+Green+Blue) = 241+215+144=600 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.17% from 600); Green value is 215 (84.38% from 255 or 35.83% from 600); Blue value is 144 (56.64% from 255 or 24% from 600); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D790 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D790 is #0E286F. Grayscale: #D6D6D6. Windows color (decimal): -927856 or 9492465. OLE color: 9492465.
HSL color Cylindrical-coordinate representation of color #F1D790: hue angle of 43.92º 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 #F1D790 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 215 | 144 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.05 |
| HSL | 43.92º | 0.78% | 0.75% | - |
| HSV(B) | 43.92º | 0.4% | 0.95% | - |
| XYZ | 65.61 | 69.32 | 36.31 | - |
| YUV | 214.68 | 88.11 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 215 | 144 | 0 | 0.11 | 0.40 | 0.05 | 43.92 | 0.78 | 0.75 |
| Hex | F1 | D7 | 90 | 0 | B | 28 | 5 | 2C | 4E | 4B |
| Octal | 361 | 327 | 220 | 0 | 13 | 50 | 5 | 54 | 116 | 113 |
| Binary | 11110001 | 11010111 | 10010000 | 0 | 1011 | 101000 | 101 | 101100 | 1001110 | 1001011 |
Color Harmonies of #F1D790
Complementary color
Monochromatic Colors of #F1D790
Black with #F1D790
Text Example
Text Example
White with #F1D790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D790; }
p { color: rgb(241,215,144); }
H1.HeaderClassName
{
color: #F1D790;
}
.AnyTagClassName
{
color: #F1D790;
}
</style>
background-color css
<style>
a { background-color: #F1D790; }
a { background-color: rgb(241,215,144); }
div.DivClassName
{
background-color: #F1D790;
}
.BgClassName
{
background-color: #F1D790;
}
</style>
border-color css
<style>
span { border-color: #F1D790; }
span { border-color: rgb(241,215,144); }
td.TdClassName
{
border-color: #F1D790;
}
.TagClassName
{
border-color: #F1D790;
}
</style>