Shades of Buff #F9DF87
Tints of Buff #F9DF87
RGB
CMYK
RGB Variations
Color information
#F9DF87 (or 0xF9DF87) is known color: Buff. HEX triplet: F9, DF and 87. RGB value is (249,223,135). Sum of RGB (Red+Green+Blue) = 249+223+135=607 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.02% from 607); Green value is 223 (87.5% from 255 or 36.74% from 607); Blue value is 135 (53.12% from 255 or 22.24% from 607); Max value from RGB is 249 - color contains mainly: red. Hex color #F9DF87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F9DF87 is #062078. Grayscale: #DDDDDD. Windows color (decimal): -401529 or 8904697. OLE color: 8904697.
HSL color Cylindrical-coordinate representation of color #F9DF87: hue angle of 46.32º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F9DF87 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 223 | 135 | - |
| CMYK | 0 | 0.10 | 0.46 | 0.02 |
| HSL | 46.32º | 0.9% | 0.75% | - |
| HSV(B) | 46.32º | 0.46% | 0.98% | - |
| XYZ | 69.83 | 74.66 | 33.65 | - |
| YUV | 220.74 | 79.61 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 223 | 135 | 0 | 0.10 | 0.46 | 0.02 | 46.32 | 0.9 | 0.75 |
| Hex | F9 | DF | 87 | 0 | A | 2E | 2 | 2E | 5A | 4B |
| Octal | 371 | 337 | 207 | 0 | 12 | 56 | 2 | 56 | 132 | 113 |
| Binary | 11111001 | 11011111 | 10000111 | 0 | 1010 | 101110 | 10 | 101110 | 1011010 | 1001011 |
Color Harmonies of #F9DF87
Complementary color
Monochromatic Colors of #F9DF87
Black with #F9DF87
Text Example
Text Example
White with #F9DF87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9DF87; }
p { color: rgb(249,223,135); }
H1.HeaderClassName
{
color: #F9DF87;
}
.AnyTagClassName
{
color: #F9DF87;
}
</style>
background-color css
<style>
a { background-color: #F9DF87; }
a { background-color: rgb(249,223,135); }
div.DivClassName
{
background-color: #F9DF87;
}
.BgClassName
{
background-color: #F9DF87;
}
</style>
border-color css
<style>
span { border-color: #F9DF87; }
span { border-color: rgb(249,223,135); }
td.TdClassName
{
border-color: #F9DF87;
}
.TagClassName
{
border-color: #F9DF87;
}
</style>