Shades of Splash #F5D490
Tints of Splash #F5D490
RGB
CMYK
RGB Variations
Color information
#F5D490 (or 0xF5D490) is known color: Splash. HEX triplet: F5, D4 and 90. RGB value is (245,212,144). Sum of RGB (Red+Green+Blue) = 245+212+144=601 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.77% from 601); Green value is 212 (83.20% from 255 or 35.27% from 601); Blue value is 144 (56.64% from 255 or 23.96% from 601); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D490 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D490 is #0A2B6F. Grayscale: #D6D6D6. Windows color (decimal): -666480 or 9491701. OLE color: 9491701.
HSL color Cylindrical-coordinate representation of color #F5D490: hue angle of 40.4º 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 #F5D490 is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 212 | 144 | - |
| CMYK | 0 | 0.13 | 0.41 | 0.04 |
| HSL | 40.4º | 0.83% | 0.76% | - |
| HSV(B) | 40.4º | 0.41% | 0.96% | - |
| XYZ | 66.23 | 68.51 | 36.12 | - |
| YUV | 214.12 | 88.43 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 212 | 144 | 0 | 0.13 | 0.41 | 0.04 | 40.4 | 0.83 | 0.76 |
| Hex | F5 | D4 | 90 | 0 | D | 29 | 4 | 28 | 53 | 4C |
| Octal | 365 | 324 | 220 | 0 | 15 | 51 | 4 | 50 | 123 | 114 |
| Binary | 11110101 | 11010100 | 10010000 | 0 | 1101 | 101001 | 100 | 101000 | 1010011 | 1001100 |
Color Harmonies of #F5D490
Complementary color
Monochromatic Colors of #F5D490
Black with #F5D490
Text Example
Text Example
White with #F5D490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D490; }
p { color: rgb(245,212,144); }
H1.HeaderClassName
{
color: #F5D490;
}
.AnyTagClassName
{
color: #F5D490;
}
</style>
background-color css
<style>
a { background-color: #F5D490; }
a { background-color: rgb(245,212,144); }
div.DivClassName
{
background-color: #F5D490;
}
.BgClassName
{
background-color: #F5D490;
}
</style>
border-color css
<style>
span { border-color: #F5D490; }
span { border-color: rgb(245,212,144); }
td.TdClassName
{
border-color: #F5D490;
}
.TagClassName
{
border-color: #F5D490;
}
</style>