Shades of Buff #F0D878
Tints of Buff #F0D878
RGB
CMYK
RGB Variations
Color information
#F0D878 (or 0xF0D878) is known color: Buff. HEX triplet: F0, D8 and 78. RGB value is (240,216,120). Sum of RGB (Red+Green+Blue) = 240+216+120=576 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.67% from 576); Green value is 216 (84.77% from 255 or 37.5% from 576); Blue value is 120 (47.27% from 255 or 20.83% from 576); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D878 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D878 is #0F2787. Grayscale: #D4D4D4. Windows color (decimal): -993160 or 7919856. OLE color: 7919856.
HSL color Cylindrical-coordinate representation of color #F0D878: hue angle of 48º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F0D878 is Cyan = 0, Magento = 0.1, Yellow = 0.5 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 216 | 120 | - |
| CMYK | 0 | 0.1 | 0.5 | 0.06 |
| HSL | 48º | 0.8% | 0.71% | - |
| HSV(B) | 48º | 0.5% | 0.94% | - |
| XYZ | 63.88 | 68.99 | 27.72 | - |
| YUV | 212.23 | 75.95 | 147.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 216 | 120 | 0 | 0.1 | 0.5 | 0.06 | 48 | 0.8 | 0.71 |
| Hex | F0 | D8 | 78 | 0 | A | 32 | 6 | 30 | 50 | 47 |
| Octal | 360 | 330 | 170 | 0 | 12 | 62 | 6 | 60 | 120 | 107 |
| Binary | 11110000 | 11011000 | 1111000 | 0 | 1010 | 110010 | 110 | 110000 | 1010000 | 1000111 |
Color Harmonies of #F0D878
Complementary color
Monochromatic Colors of #F0D878
Black with #F0D878
Text Example
Text Example
White with #F0D878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D878; }
p { color: rgb(240,216,120); }
H1.HeaderClassName
{
color: #F0D878;
}
.AnyTagClassName
{
color: #F0D878;
}
</style>
background-color css
<style>
a { background-color: #F0D878; }
a { background-color: rgb(240,216,120); }
div.DivClassName
{
background-color: #F0D878;
}
.BgClassName
{
background-color: #F0D878;
}
</style>
border-color css
<style>
span { border-color: #F0D878; }
span { border-color: rgb(240,216,120); }
td.TdClassName
{
border-color: #F0D878;
}
.TagClassName
{
border-color: #F0D878;
}
</style>