Shades of Buff #F5D98D
Tints of Buff #F5D98D
RGB
CMYK
RGB Variations
Color information
#F5D98D (or 0xF5D98D) is known color: Buff. HEX triplet: F5, D9 and 8D. RGB value is (245,217,141). Sum of RGB (Red+Green+Blue) = 245+217+141=603 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.63% from 603); Green value is 217 (85.16% from 255 or 35.99% from 603); Blue value is 141 (55.47% from 255 or 23.38% from 603); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D98D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D98D is #0A2672. Grayscale: #D9D9D9. Windows color (decimal): -665203 or 9296373. OLE color: 9296373.
HSL color Cylindrical-coordinate representation of color #F5D98D: hue angle of 43.85º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F5D98D is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 217 | 141 | - |
| CMYK | 0 | 0.11 | 0.42 | 0.04 |
| HSL | 43.85º | 0.84% | 0.76% | - |
| HSV(B) | 43.85º | 0.42% | 0.96% | - |
| XYZ | 67.28 | 70.96 | 35.35 | - |
| YUV | 216.71 | 85.28 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 217 | 141 | 0 | 0.11 | 0.42 | 0.04 | 43.85 | 0.84 | 0.76 |
| Hex | F5 | D9 | 8D | 0 | B | 2A | 4 | 2C | 54 | 4C |
| Octal | 365 | 331 | 215 | 0 | 13 | 52 | 4 | 54 | 124 | 114 |
| Binary | 11110101 | 11011001 | 10001101 | 0 | 1011 | 101010 | 100 | 101100 | 1010100 | 1001100 |
Color Harmonies of #F5D98D
Complementary color
Monochromatic Colors of #F5D98D
Black with #F5D98D
Text Example
Text Example
White with #F5D98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D98D; }
p { color: rgb(245,217,141); }
H1.HeaderClassName
{
color: #F5D98D;
}
.AnyTagClassName
{
color: #F5D98D;
}
</style>
background-color css
<style>
a { background-color: #F5D98D; }
a { background-color: rgb(245,217,141); }
div.DivClassName
{
background-color: #F5D98D;
}
.BgClassName
{
background-color: #F5D98D;
}
</style>
border-color css
<style>
span { border-color: #F5D98D; }
span { border-color: rgb(245,217,141); }
td.TdClassName
{
border-color: #F5D98D;
}
.TagClassName
{
border-color: #F5D98D;
}
</style>