Shades of Splash #F5D291
Tints of Splash #F5D291
RGB
CMYK
RGB Variations
Color information
#F5D291 (or 0xF5D291) is known color: Splash. HEX triplet: F5, D2 and 91. RGB value is (245,210,145). Sum of RGB (Red+Green+Blue) = 245+210+145=600 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.83% from 600); Green value is 210 (82.42% from 255 or 35% from 600); Blue value is 145 (57.03% from 255 or 24.17% from 600); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D291 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D291 is #0A2D6E. Grayscale: #D5D5D5. Windows color (decimal): -666991 or 9556725. OLE color: 9556725.
HSL color Cylindrical-coordinate representation of color #F5D291: hue angle of 39º 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 #F5D291 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 210 | 145 | - |
| CMYK | 0 | 0.14 | 0.41 | 0.04 |
| HSL | 39º | 0.83% | 0.76% | - |
| HSV(B) | 39º | 0.41% | 0.96% | - |
| XYZ | 65.81 | 67.55 | 36.36 | - |
| YUV | 213.06 | 89.6 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 210 | 145 | 0 | 0.14 | 0.41 | 0.04 | 39 | 0.83 | 0.76 |
| Hex | F5 | D2 | 91 | 0 | E | 29 | 4 | 27 | 53 | 4C |
| Octal | 365 | 322 | 221 | 0 | 16 | 51 | 4 | 47 | 123 | 114 |
| Binary | 11110101 | 11010010 | 10010001 | 0 | 1110 | 101001 | 100 | 100111 | 1010011 | 1001100 |
Color Harmonies of #F5D291
Complementary color
Monochromatic Colors of #F5D291
Black with #F5D291
Text Example
Text Example
White with #F5D291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D291; }
p { color: rgb(245,210,145); }
H1.HeaderClassName
{
color: #F5D291;
}
.AnyTagClassName
{
color: #F5D291;
}
</style>
background-color css
<style>
a { background-color: #F5D291; }
a { background-color: rgb(245,210,145); }
div.DivClassName
{
background-color: #F5D291;
}
.BgClassName
{
background-color: #F5D291;
}
</style>
border-color css
<style>
span { border-color: #F5D291; }
span { border-color: rgb(245,210,145); }
td.TdClassName
{
border-color: #F5D291;
}
.TagClassName
{
border-color: #F5D291;
}
</style>