Shades of Buff #F0DA87
Tints of Buff #F0DA87
RGB
CMYK
RGB Variations
Color information
#F0DA87 (or 0xF0DA87) is known color: Buff. HEX triplet: F0, DA and 87. RGB value is (240,218,135). Sum of RGB (Red+Green+Blue) = 240+218+135=593 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.47% from 593); Green value is 218 (85.55% from 255 or 36.76% from 593); Blue value is 135 (53.12% from 255 or 22.77% from 593); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DA87 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DA87 is #0F2578. Grayscale: #D7D7D7. Windows color (decimal): -992633 or 8903408. OLE color: 8903408.
HSL color Cylindrical-coordinate representation of color #F0DA87: hue angle of 47.43º 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 #F0DA87 is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 218 | 135 | - |
| CMYK | 0 | 0.09 | 0.44 | 0.06 |
| HSL | 47.43º | 0.78% | 0.74% | - |
| HSV(B) | 47.43º | 0.44% | 0.94% | - |
| XYZ | 65.38 | 70.42 | 33.07 | - |
| YUV | 215.12 | 82.79 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 218 | 135 | 0 | 0.09 | 0.44 | 0.06 | 47.43 | 0.78 | 0.74 |
| Hex | F0 | DA | 87 | 0 | 9 | 2C | 6 | 2F | 4E | 4A |
| Octal | 360 | 332 | 207 | 0 | 11 | 54 | 6 | 57 | 116 | 112 |
| Binary | 11110000 | 11011010 | 10000111 | 0 | 1001 | 101100 | 110 | 101111 | 1001110 | 1001010 |
Color Harmonies of #F0DA87
Complementary color
Monochromatic Colors of #F0DA87
Black with #F0DA87
Text Example
Text Example
White with #F0DA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DA87; }
p { color: rgb(240,218,135); }
H1.HeaderClassName
{
color: #F0DA87;
}
.AnyTagClassName
{
color: #F0DA87;
}
</style>
background-color css
<style>
a { background-color: #F0DA87; }
a { background-color: rgb(240,218,135); }
div.DivClassName
{
background-color: #F0DA87;
}
.BgClassName
{
background-color: #F0DA87;
}
</style>
border-color css
<style>
span { border-color: #F0DA87; }
span { border-color: rgb(240,218,135); }
td.TdClassName
{
border-color: #F0DA87;
}
.TagClassName
{
border-color: #F0DA87;
}
</style>