Shades of Buff #F0D78C
Tints of Buff #F0D78C
RGB
CMYK
RGB Variations
Color information
#F0D78C (or 0xF0D78C) is known color: Buff. HEX triplet: F0, D7 and 8C. RGB value is (240,215,140). Sum of RGB (Red+Green+Blue) = 240+215+140=595 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.34% from 595); Green value is 215 (84.38% from 255 or 36.13% from 595); Blue value is 140 (55.08% from 255 or 23.53% from 595); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D78C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D78C is #0F2873. Grayscale: #D6D6D6. Windows color (decimal): -993396 or 9230320. OLE color: 9230320.
HSL color Cylindrical-coordinate representation of color #F0D78C: hue angle of 45º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F0D78C is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 215 | 140 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.06 |
| HSL | 45º | 0.77% | 0.75% | - |
| HSV(B) | 45º | 0.42% | 0.94% | - |
| XYZ | 64.97 | 69.02 | 34.71 | - |
| YUV | 213.93 | 86.28 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 215 | 140 | 0 | 0.10 | 0.42 | 0.06 | 45 | 0.77 | 0.75 |
| Hex | F0 | D7 | 8C | 0 | A | 2A | 6 | 2D | 4D | 4B |
| Octal | 360 | 327 | 214 | 0 | 12 | 52 | 6 | 55 | 115 | 113 |
| Binary | 11110000 | 11010111 | 10001100 | 0 | 1010 | 101010 | 110 | 101101 | 1001101 | 1001011 |
Color Harmonies of #F0D78C
Complementary color
Monochromatic Colors of #F0D78C
Black with #F0D78C
Text Example
Text Example
White with #F0D78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D78C; }
p { color: rgb(240,215,140); }
H1.HeaderClassName
{
color: #F0D78C;
}
.AnyTagClassName
{
color: #F0D78C;
}
</style>
background-color css
<style>
a { background-color: #F0D78C; }
a { background-color: rgb(240,215,140); }
div.DivClassName
{
background-color: #F0D78C;
}
.BgClassName
{
background-color: #F0D78C;
}
</style>
border-color css
<style>
span { border-color: #F0D78C; }
span { border-color: rgb(240,215,140); }
td.TdClassName
{
border-color: #F0D78C;
}
.TagClassName
{
border-color: #F0D78C;
}
</style>