Shades of Splash #F1D392
Tints of Splash #F1D392
RGB
CMYK
RGB Variations
Color information
#F1D392 (or 0xF1D392) is known color: Splash. HEX triplet: F1, D3 and 92. RGB value is (241,211,146). Sum of RGB (Red+Green+Blue) = 241+211+146=598 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.30% from 598); Green value is 211 (82.81% from 255 or 35.28% from 598); Blue value is 146 (57.42% from 255 or 24.41% from 598); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D392 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D392 is #0E2C6D. Grayscale: #D4D4D4. Windows color (decimal): -928878 or 9622513. OLE color: 9622513.
HSL color Cylindrical-coordinate representation of color #F1D392: hue angle of 41.05º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F1D392 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 211 | 146 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.05 |
| HSL | 41.05º | 0.77% | 0.76% | - |
| HSV(B) | 41.05º | 0.39% | 0.95% | - |
| XYZ | 64.76 | 67.36 | 36.78 | - |
| YUV | 212.56 | 90.44 | 148.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 211 | 146 | 0 | 0.12 | 0.39 | 0.05 | 41.05 | 0.77 | 0.76 |
| Hex | F1 | D3 | 92 | 0 | C | 27 | 5 | 29 | 4D | 4C |
| Octal | 361 | 323 | 222 | 0 | 14 | 47 | 5 | 51 | 115 | 114 |
| Binary | 11110001 | 11010011 | 10010010 | 0 | 1100 | 100111 | 101 | 101001 | 1001101 | 1001100 |
Color Harmonies of #F1D392
Complementary color
Monochromatic Colors of #F1D392
Black with #F1D392
Text Example
Text Example
White with #F1D392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D392; }
p { color: rgb(241,211,146); }
H1.HeaderClassName
{
color: #F1D392;
}
.AnyTagClassName
{
color: #F1D392;
}
</style>
background-color css
<style>
a { background-color: #F1D392; }
a { background-color: rgb(241,211,146); }
div.DivClassName
{
background-color: #F1D392;
}
.BgClassName
{
background-color: #F1D392;
}
</style>
border-color css
<style>
span { border-color: #F1D392; }
span { border-color: rgb(241,211,146); }
td.TdClassName
{
border-color: #F1D392;
}
.TagClassName
{
border-color: #F1D392;
}
</style>