Shades of Splash #F5D397
Tints of Splash #F5D397
RGB
CMYK
RGB Variations
Color information
#F5D397 (or 0xF5D397) is known color: Splash. HEX triplet: F5, D3 and 97. RGB value is (245,211,151). Sum of RGB (Red+Green+Blue) = 245+211+151=607 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.36% from 607); Green value is 211 (82.81% from 255 or 34.76% from 607); Blue value is 151 (59.38% from 255 or 24.88% from 607); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D397 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D397 is #0A2C68. Grayscale: #D6D6D6. Windows color (decimal): -666729 or 9950197. OLE color: 9950197.
HSL color Cylindrical-coordinate representation of color #F5D397: hue angle of 38.3º 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 #F5D397 is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 211 | 151 | - |
| CMYK | 0 | 0.14 | 0.38 | 0.04 |
| HSL | 38.3º | 0.82% | 0.78% | - |
| HSV(B) | 38.3º | 0.38% | 0.96% | - |
| XYZ | 66.54 | 68.24 | 38.94 | - |
| YUV | 214.33 | 92.26 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 211 | 151 | 0 | 0.14 | 0.38 | 0.04 | 38.3 | 0.82 | 0.78 |
| Hex | F5 | D3 | 97 | 0 | E | 26 | 4 | 26 | 52 | 4E |
| Octal | 365 | 323 | 227 | 0 | 16 | 46 | 4 | 46 | 122 | 116 |
| Binary | 11110101 | 11010011 | 10010111 | 0 | 1110 | 100110 | 100 | 100110 | 1010010 | 1001110 |
Color Harmonies of #F5D397
Complementary color
Monochromatic Colors of #F5D397
Black with #F5D397
Text Example
Text Example
White with #F5D397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D397; }
p { color: rgb(245,211,151); }
H1.HeaderClassName
{
color: #F5D397;
}
.AnyTagClassName
{
color: #F5D397;
}
</style>
background-color css
<style>
a { background-color: #F5D397; }
a { background-color: rgb(245,211,151); }
div.DivClassName
{
background-color: #F5D397;
}
.BgClassName
{
background-color: #F5D397;
}
</style>
border-color css
<style>
span { border-color: #F5D397; }
span { border-color: rgb(245,211,151); }
td.TdClassName
{
border-color: #F5D397;
}
.TagClassName
{
border-color: #F5D397;
}
</style>