Shades of Splash #F5D294
Tints of Splash #F5D294
RGB
CMYK
RGB Variations
Color information
#F5D294 (or 0xF5D294) is known color: Splash. HEX triplet: F5, D2 and 94. RGB value is (245,210,148). Sum of RGB (Red+Green+Blue) = 245+210+148=603 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.63% from 603); Green value is 210 (82.42% from 255 or 34.83% from 603); Blue value is 148 (58.20% from 255 or 24.54% from 603); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D294 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D294 is #0A2D6B. Grayscale: #D5D5D5. Windows color (decimal): -666988 or 9753333. OLE color: 9753333.
HSL color Cylindrical-coordinate representation of color #F5D294: hue angle of 38.35º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F5D294 is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 210 | 148 | - |
| CMYK | 0 | 0.14 | 0.40 | 0.04 |
| HSL | 38.35º | 0.83% | 0.77% | - |
| HSV(B) | 38.35º | 0.4% | 0.96% | - |
| XYZ | 66.05 | 67.64 | 37.59 | - |
| YUV | 213.4 | 91.1 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 210 | 148 | 0 | 0.14 | 0.40 | 0.04 | 38.35 | 0.83 | 0.77 |
| Hex | F5 | D2 | 94 | 0 | E | 28 | 4 | 26 | 53 | 4D |
| Octal | 365 | 322 | 224 | 0 | 16 | 50 | 4 | 46 | 123 | 115 |
| Binary | 11110101 | 11010010 | 10010100 | 0 | 1110 | 101000 | 100 | 100110 | 1010011 | 1001101 |
Color Harmonies of #F5D294
Complementary color
Monochromatic Colors of #F5D294
Black with #F5D294
Text Example
Text Example
White with #F5D294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D294; }
p { color: rgb(245,210,148); }
H1.HeaderClassName
{
color: #F5D294;
}
.AnyTagClassName
{
color: #F5D294;
}
</style>
background-color css
<style>
a { background-color: #F5D294; }
a { background-color: rgb(245,210,148); }
div.DivClassName
{
background-color: #F5D294;
}
.BgClassName
{
background-color: #F5D294;
}
</style>
border-color css
<style>
span { border-color: #F5D294; }
span { border-color: rgb(245,210,148); }
td.TdClassName
{
border-color: #F5D294;
}
.TagClassName
{
border-color: #F5D294;
}
</style>