Shades of Buff #F0D877
Tints of Buff #F0D877
RGB
CMYK
RGB Variations
Color information
#F0D877 (or 0xF0D877) is known color: Buff. HEX triplet: F0, D8 and 77. RGB value is (240,216,119). Sum of RGB (Red+Green+Blue) = 240+216+119=575 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.74% from 575); Green value is 216 (84.77% from 255 or 37.57% from 575); Blue value is 119 (46.88% from 255 or 20.70% from 575); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D877 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D877 is #0F2788. Grayscale: #D4D4D4. Windows color (decimal): -993161 or 7854320. OLE color: 7854320.
HSL color Cylindrical-coordinate representation of color #F0D877: hue angle of 48.1º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F0D877 is Cyan = 0, Magento = 0.1, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 216 | 119 | - |
| CMYK | 0 | 0.1 | 0.50 | 0.06 |
| HSL | 48.1º | 0.8% | 0.7% | - |
| HSV(B) | 48.1º | 0.5% | 0.94% | - |
| XYZ | 63.82 | 68.97 | 27.4 | - |
| YUV | 212.12 | 75.45 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 216 | 119 | 0 | 0.1 | 0.50 | 0.06 | 48.1 | 0.8 | 0.7 |
| Hex | F0 | D8 | 77 | 0 | A | 32 | 6 | 30 | 50 | 46 |
| Octal | 360 | 330 | 167 | 0 | 12 | 62 | 6 | 60 | 120 | 106 |
| Binary | 11110000 | 11011000 | 1110111 | 0 | 1010 | 110010 | 110 | 110000 | 1010000 | 1000110 |
Color Harmonies of #F0D877
Complementary color
Monochromatic Colors of #F0D877
Black with #F0D877
Text Example
Text Example
White with #F0D877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D877; }
p { color: rgb(240,216,119); }
H1.HeaderClassName
{
color: #F0D877;
}
.AnyTagClassName
{
color: #F0D877;
}
</style>
background-color css
<style>
a { background-color: #F0D877; }
a { background-color: rgb(240,216,119); }
div.DivClassName
{
background-color: #F0D877;
}
.BgClassName
{
background-color: #F0D877;
}
</style>
border-color css
<style>
span { border-color: #F0D877; }
span { border-color: rgb(240,216,119); }
td.TdClassName
{
border-color: #F0D877;
}
.TagClassName
{
border-color: #F0D877;
}
</style>