Shades of Buff #F5D88B
Tints of Buff #F5D88B
RGB
CMYK
RGB Variations
Color information
#F5D88B (or 0xF5D88B) is known color: Buff. HEX triplet: F5, D8 and 8B. RGB value is (245,216,139). Sum of RGB (Red+Green+Blue) = 245+216+139=600 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.83% from 600); Green value is 216 (84.77% from 255 or 36% from 600); Blue value is 139 (54.69% from 255 or 23.17% from 600); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D88B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5D88B is #0A2774. Grayscale: #D8D8D8. Windows color (decimal): -665461 or 9165045. OLE color: 9165045.
HSL color Cylindrical-coordinate representation of color #F5D88B: hue angle of 43.58º 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 #F5D88B is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 216 | 139 | - |
| CMYK | 0 | 0.12 | 0.43 | 0.04 |
| HSL | 43.58º | 0.84% | 0.75% | - |
| HSV(B) | 43.58º | 0.43% | 0.96% | - |
| XYZ | 66.87 | 70.39 | 34.49 | - |
| YUV | 215.89 | 84.61 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 216 | 139 | 0 | 0.12 | 0.43 | 0.04 | 43.58 | 0.84 | 0.75 |
| Hex | F5 | D8 | 8B | 0 | C | 2B | 4 | 2C | 54 | 4B |
| Octal | 365 | 330 | 213 | 0 | 14 | 53 | 4 | 54 | 124 | 113 |
| Binary | 11110101 | 11011000 | 10001011 | 0 | 1100 | 101011 | 100 | 101100 | 1010100 | 1001011 |
Color Harmonies of #F5D88B
Complementary color
Monochromatic Colors of #F5D88B
Black with #F5D88B
Text Example
Text Example
White with #F5D88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5D88B; }
p { color: rgb(245,216,139); }
H1.HeaderClassName
{
color: #F5D88B;
}
.AnyTagClassName
{
color: #F5D88B;
}
</style>
background-color css
<style>
a { background-color: #F5D88B; }
a { background-color: rgb(245,216,139); }
div.DivClassName
{
background-color: #F5D88B;
}
.BgClassName
{
background-color: #F5D88B;
}
</style>
border-color css
<style>
span { border-color: #F5D88B; }
span { border-color: rgb(245,216,139); }
td.TdClassName
{
border-color: #F5D88B;
}
.TagClassName
{
border-color: #F5D88B;
}
</style>