Shades of Splash #F5D298
Tints of Splash #F5D298
RGB
CMYK
RGB Variations
Color information
#F5D298 (or 0xF5D298) is known color: Splash. HEX triplet: F5, D2 and 98. RGB value is (245,210,152). Sum of RGB (Red+Green+Blue) = 245+210+152=607 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.36% from 607); Green value is 210 (82.42% from 255 or 34.60% from 607); Blue value is 152 (59.77% from 255 or 25.04% from 607); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D298 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D298 is #0A2D67. Grayscale: #D6D6D6. Windows color (decimal): -666984 or 10015477. OLE color: 10015477.
HSL color Cylindrical-coordinate representation of color #F5D298: hue angle of 37.42º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F5D298 is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 210 | 152 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.04 |
| HSL | 37.42º | 0.82% | 0.78% | - |
| HSV(B) | 37.42º | 0.38% | 0.96% | - |
| XYZ | 66.37 | 67.77 | 39.29 | - |
| YUV | 213.85 | 93.1 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 210 | 152 | 0 | 0.14 | 0.38 | 0.04 | 37.42 | 0.82 | 0.78 |
| Hex | F5 | D2 | 98 | 0 | E | 26 | 4 | 25 | 52 | 4E |
| Octal | 365 | 322 | 230 | 0 | 16 | 46 | 4 | 45 | 122 | 116 |
| Binary | 11110101 | 11010010 | 10011000 | 0 | 1110 | 100110 | 100 | 100101 | 1010010 | 1001110 |
Color Harmonies of #F5D298
Complementary color
Monochromatic Colors of #F5D298
Black with #F5D298
Text Example
Text Example
White with #F5D298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D298; }
p { color: rgb(245,210,152); }
H1.HeaderClassName
{
color: #F5D298;
}
.AnyTagClassName
{
color: #F5D298;
}
</style>
background-color css
<style>
a { background-color: #F5D298; }
a { background-color: rgb(245,210,152); }
div.DivClassName
{
background-color: #F5D298;
}
.BgClassName
{
background-color: #F5D298;
}
</style>
border-color css
<style>
span { border-color: #F5D298; }
span { border-color: rgb(245,210,152); }
td.TdClassName
{
border-color: #F5D298;
}
.TagClassName
{
border-color: #F5D298;
}
</style>