Shades of Buff #F5D98B
Tints of Buff #F5D98B
RGB
CMYK
RGB Variations
Color information
#F5D98B (or 0xF5D98B) is known color: Buff. HEX triplet: F5, D9 and 8B. RGB value is (245,217,139). Sum of RGB (Red+Green+Blue) = 245+217+139=601 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.77% from 601); Green value is 217 (85.16% from 255 or 36.11% from 601); Blue value is 139 (54.69% from 255 or 23.13% from 601); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D98B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D98B is #0A2674. Grayscale: #D8D8D8. Windows color (decimal): -665205 or 9165301. OLE color: 9165301.
HSL color Cylindrical-coordinate representation of color #F5D98B: hue angle of 44.15º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F5D98B is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 217 | 139 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.04 |
| HSL | 44.15º | 0.84% | 0.75% | - |
| HSV(B) | 44.15º | 0.43% | 0.96% | - |
| XYZ | 67.13 | 70.9 | 34.57 | - |
| YUV | 216.48 | 84.28 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 217 | 139 | 0 | 0.11 | 0.43 | 0.04 | 44.15 | 0.84 | 0.75 |
| Hex | F5 | D9 | 8B | 0 | B | 2B | 4 | 2C | 54 | 4B |
| Octal | 365 | 331 | 213 | 0 | 13 | 53 | 4 | 54 | 124 | 113 |
| Binary | 11110101 | 11011001 | 10001011 | 0 | 1011 | 101011 | 100 | 101100 | 1010100 | 1001011 |
Color Harmonies of #F5D98B
Complementary color
Monochromatic Colors of #F5D98B
Black with #F5D98B
Text Example
Text Example
White with #F5D98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D98B; }
p { color: rgb(245,217,139); }
H1.HeaderClassName
{
color: #F5D98B;
}
.AnyTagClassName
{
color: #F5D98B;
}
</style>
background-color css
<style>
a { background-color: #F5D98B; }
a { background-color: rgb(245,217,139); }
div.DivClassName
{
background-color: #F5D98B;
}
.BgClassName
{
background-color: #F5D98B;
}
</style>
border-color css
<style>
span { border-color: #F5D98B; }
span { border-color: rgb(245,217,139); }
td.TdClassName
{
border-color: #F5D98B;
}
.TagClassName
{
border-color: #F5D98B;
}
</style>