Shades of Buff #F4D78C
Tints of Buff #F4D78C
RGB
CMYK
RGB Variations
Color information
#F4D78C (or 0xF4D78C) is known color: Buff. HEX triplet: F4, D7 and 8C. RGB value is (244,215,140). Sum of RGB (Red+Green+Blue) = 244+215+140=599 (79% of max value = 765). Red value is 244 (95.70% from 255 or 40.73% from 599); Green value is 215 (84.38% from 255 or 35.89% from 599); Blue value is 140 (55.08% from 255 or 23.37% from 599); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D78C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4D78C is #0B2873. Grayscale: #D7D7D7. Windows color (decimal): -731252 or 9230324. OLE color: 9230324.
HSL color Cylindrical-coordinate representation of color #F4D78C: hue angle of 43.27º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F4D78C is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 215 | 140 | - |
| CMYK | 0 | 0.12 | 0.43 | 0.04 |
| HSL | 43.27º | 0.83% | 0.75% | - |
| HSV(B) | 43.27º | 0.43% | 0.96% | - |
| XYZ | 66.34 | 69.73 | 34.77 | - |
| YUV | 215.12 | 85.61 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 215 | 140 | 0 | 0.12 | 0.43 | 0.04 | 43.27 | 0.83 | 0.75 |
| Hex | F4 | D7 | 8C | 0 | C | 2B | 4 | 2B | 53 | 4B |
| Octal | 364 | 327 | 214 | 0 | 14 | 53 | 4 | 53 | 123 | 113 |
| Binary | 11110100 | 11010111 | 10001100 | 0 | 1100 | 101011 | 100 | 101011 | 1010011 | 1001011 |
Color Harmonies of #F4D78C
Complementary color
Monochromatic Colors of #F4D78C
Black with #F4D78C
Text Example
Text Example
White with #F4D78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4D78C; }
p { color: rgb(244,215,140); }
H1.HeaderClassName
{
color: #F4D78C;
}
.AnyTagClassName
{
color: #F4D78C;
}
</style>
background-color css
<style>
a { background-color: #F4D78C; }
a { background-color: rgb(244,215,140); }
div.DivClassName
{
background-color: #F4D78C;
}
.BgClassName
{
background-color: #F4D78C;
}
</style>
border-color css
<style>
span { border-color: #F4D78C; }
span { border-color: rgb(244,215,140); }
td.TdClassName
{
border-color: #F4D78C;
}
.TagClassName
{
border-color: #F4D78C;
}
</style>