Shades of Buff #F0D887
Tints of Buff #F0D887
RGB
CMYK
RGB Variations
Color information
#F0D887 (or 0xF0D887) is known color: Buff. HEX triplet: F0, D8 and 87. RGB value is (240,216,135). Sum of RGB (Red+Green+Blue) = 240+216+135=591 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.61% from 591); Green value is 216 (84.77% from 255 or 36.55% from 591); Blue value is 135 (53.12% from 255 or 22.84% from 591); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D887 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D887 is #0F2778. Grayscale: #D6D6D6. Windows color (decimal): -993145 or 8902896. OLE color: 8902896.
HSL color Cylindrical-coordinate representation of color #F0D887: hue angle of 46.29º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F0D887 is Cyan = 0, Magento = 0.1, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 216 | 135 | - |
| CMYK | 0 | 0.1 | 0.44 | 0.06 |
| HSL | 46.29º | 0.78% | 0.74% | - |
| HSV(B) | 46.29º | 0.44% | 0.94% | - |
| XYZ | 64.86 | 69.39 | 32.9 | - |
| YUV | 213.94 | 83.45 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 216 | 135 | 0 | 0.1 | 0.44 | 0.06 | 46.29 | 0.78 | 0.74 |
| Hex | F0 | D8 | 87 | 0 | A | 2C | 6 | 2E | 4E | 4A |
| Octal | 360 | 330 | 207 | 0 | 12 | 54 | 6 | 56 | 116 | 112 |
| Binary | 11110000 | 11011000 | 10000111 | 0 | 1010 | 101100 | 110 | 101110 | 1001110 | 1001010 |
Color Harmonies of #F0D887
Complementary color
Monochromatic Colors of #F0D887
Black with #F0D887
Text Example
Text Example
White with #F0D887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D887; }
p { color: rgb(240,216,135); }
H1.HeaderClassName
{
color: #F0D887;
}
.AnyTagClassName
{
color: #F0D887;
}
</style>
background-color css
<style>
a { background-color: #F0D887; }
a { background-color: rgb(240,216,135); }
div.DivClassName
{
background-color: #F0D887;
}
.BgClassName
{
background-color: #F0D887;
}
</style>
border-color css
<style>
span { border-color: #F0D887; }
span { border-color: rgb(240,216,135); }
td.TdClassName
{
border-color: #F0D887;
}
.TagClassName
{
border-color: #F0D887;
}
</style>