Shades of Splash #F1D58F
Tints of Splash #F1D58F
RGB
CMYK
RGB Variations
Color information
#F1D58F (or 0xF1D58F) is known color: Splash. HEX triplet: F1, D5 and 8F. RGB value is (241,213,143). Sum of RGB (Red+Green+Blue) = 241+213+143=597 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.37% from 597); Green value is 213 (83.59% from 255 or 35.68% from 597); Blue value is 143 (56.25% from 255 or 23.95% from 597); Max value from RGB is 241 - color contains mainly: red. Hex color #F1D58F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1D58F is #0E2A70. Grayscale: #D5D5D5. Windows color (decimal): -928369 or 9426417. OLE color: 9426417.
HSL color Cylindrical-coordinate representation of color #F1D58F: hue angle of 42.86º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F1D58F is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 213 | 143 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.05 |
| HSL | 42.86º | 0.78% | 0.75% | - |
| HSV(B) | 42.86º | 0.41% | 0.95% | - |
| XYZ | 65.03 | 68.27 | 35.74 | - |
| YUV | 213.39 | 88.28 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 213 | 143 | 0 | 0.12 | 0.41 | 0.05 | 42.86 | 0.78 | 0.75 |
| Hex | F1 | D5 | 8F | 0 | C | 29 | 5 | 2B | 4E | 4B |
| Octal | 361 | 325 | 217 | 0 | 14 | 51 | 5 | 53 | 116 | 113 |
| Binary | 11110001 | 11010101 | 10001111 | 0 | 1100 | 101001 | 101 | 101011 | 1001110 | 1001011 |
Color Harmonies of #F1D58F
Complementary color
Monochromatic Colors of #F1D58F
Black with #F1D58F
Text Example
Text Example
White with #F1D58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1D58F; }
p { color: rgb(241,213,143); }
H1.HeaderClassName
{
color: #F1D58F;
}
.AnyTagClassName
{
color: #F1D58F;
}
</style>
background-color css
<style>
a { background-color: #F1D58F; }
a { background-color: rgb(241,213,143); }
div.DivClassName
{
background-color: #F1D58F;
}
.BgClassName
{
background-color: #F1D58F;
}
</style>
border-color css
<style>
span { border-color: #F1D58F; }
span { border-color: rgb(241,213,143); }
td.TdClassName
{
border-color: #F1D58F;
}
.TagClassName
{
border-color: #F1D58F;
}
</style>