Shades of Splash #F5D690
Tints of Splash #F5D690
RGB
CMYK
RGB Variations
Color information
#F5D690 (or 0xF5D690) is known color: Splash. HEX triplet: F5, D6 and 90. RGB value is (245,214,144). Sum of RGB (Red+Green+Blue) = 245+214+144=603 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.63% from 603); Green value is 214 (83.98% from 255 or 35.49% from 603); Blue value is 144 (56.64% from 255 or 23.88% from 603); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D690 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D690 is #0A296F. Grayscale: #D7D7D7. Windows color (decimal): -665968 or 9492213. OLE color: 9492213.
HSL color Cylindrical-coordinate representation of color #F5D690: hue angle of 41.58º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F5D690 is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 214 | 144 | - |
| CMYK | 0 | 0.13 | 0.41 | 0.04 |
| HSL | 41.58º | 0.83% | 0.76% | - |
| HSV(B) | 41.58º | 0.41% | 0.96% | - |
| XYZ | 66.74 | 69.52 | 36.29 | - |
| YUV | 215.29 | 87.77 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 214 | 144 | 0 | 0.13 | 0.41 | 0.04 | 41.58 | 0.83 | 0.76 |
| Hex | F5 | D6 | 90 | 0 | D | 29 | 4 | 2A | 53 | 4C |
| Octal | 365 | 326 | 220 | 0 | 15 | 51 | 4 | 52 | 123 | 114 |
| Binary | 11110101 | 11010110 | 10010000 | 0 | 1101 | 101001 | 100 | 101010 | 1010011 | 1001100 |
Color Harmonies of #F5D690
Complementary color
Monochromatic Colors of #F5D690
Black with #F5D690
Text Example
Text Example
White with #F5D690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D690; }
p { color: rgb(245,214,144); }
H1.HeaderClassName
{
color: #F5D690;
}
.AnyTagClassName
{
color: #F5D690;
}
</style>
background-color css
<style>
a { background-color: #F5D690; }
a { background-color: rgb(245,214,144); }
div.DivClassName
{
background-color: #F5D690;
}
.BgClassName
{
background-color: #F5D690;
}
</style>
border-color css
<style>
span { border-color: #F5D690; }
span { border-color: rgb(245,214,144); }
td.TdClassName
{
border-color: #F5D690;
}
.TagClassName
{
border-color: #F5D690;
}
</style>