Shades of Buff #F0D78B
Tints of Buff #F0D78B
RGB
CMYK
RGB Variations
Color information
#F0D78B (or 0xF0D78B) is known color: Buff. HEX triplet: F0, D7 and 8B. RGB value is (240,215,139). Sum of RGB (Red+Green+Blue) = 240+215+139=594 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.40% from 594); Green value is 215 (84.38% from 255 or 36.20% from 594); Blue value is 139 (54.69% from 255 or 23.40% from 594); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D78B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D78B is #0F2874. Grayscale: #D6D6D6. Windows color (decimal): -993397 or 9164784. OLE color: 9164784.
HSL color Cylindrical-coordinate representation of color #F0D78B: hue angle of 45.15º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F0D78B is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 215 | 139 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.06 |
| HSL | 45.15º | 0.77% | 0.74% | - |
| HSV(B) | 45.15º | 0.42% | 0.94% | - |
| XYZ | 64.9 | 68.99 | 34.32 | - |
| YUV | 213.81 | 85.78 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 215 | 139 | 0 | 0.10 | 0.42 | 0.06 | 45.15 | 0.77 | 0.74 |
| Hex | F0 | D7 | 8B | 0 | A | 2A | 6 | 2D | 4D | 4A |
| Octal | 360 | 327 | 213 | 0 | 12 | 52 | 6 | 55 | 115 | 112 |
| Binary | 11110000 | 11010111 | 10001011 | 0 | 1010 | 101010 | 110 | 101101 | 1001101 | 1001010 |
Color Harmonies of #F0D78B
Complementary color
Monochromatic Colors of #F0D78B
Black with #F0D78B
Text Example
Text Example
White with #F0D78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D78B; }
p { color: rgb(240,215,139); }
H1.HeaderClassName
{
color: #F0D78B;
}
.AnyTagClassName
{
color: #F0D78B;
}
</style>
background-color css
<style>
a { background-color: #F0D78B; }
a { background-color: rgb(240,215,139); }
div.DivClassName
{
background-color: #F0D78B;
}
.BgClassName
{
background-color: #F0D78B;
}
</style>
border-color css
<style>
span { border-color: #F0D78B; }
span { border-color: rgb(240,215,139); }
td.TdClassName
{
border-color: #F0D78B;
}
.TagClassName
{
border-color: #F0D78B;
}
</style>