Shades of Buff #F0D87D
Tints of Buff #F0D87D
RGB
CMYK
RGB Variations
Color information
#F0D87D (or 0xF0D87D) is known color: Buff. HEX triplet: F0, D8 and 7D. RGB value is (240,216,125). Sum of RGB (Red+Green+Blue) = 240+216+125=581 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.31% from 581); Green value is 216 (84.77% from 255 or 37.18% from 581); Blue value is 125 (49.22% from 255 or 21.51% from 581); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D87D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D87D is #0F2782. Grayscale: #D5D5D5. Windows color (decimal): -993155 or 8247536. OLE color: 8247536.
HSL color Cylindrical-coordinate representation of color #F0D87D: hue angle of 47.48º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F0D87D is Cyan = 0, Magento = 0.1, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 216 | 125 | - |
| CMYK | 0 | 0.1 | 0.48 | 0.06 |
| HSL | 47.48º | 0.79% | 0.72% | - |
| HSV(B) | 47.48º | 0.48% | 0.94% | - |
| XYZ | 64.19 | 69.12 | 29.36 | - |
| YUV | 212.8 | 78.45 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 216 | 125 | 0 | 0.1 | 0.48 | 0.06 | 47.48 | 0.79 | 0.72 |
| Hex | F0 | D8 | 7D | 0 | A | 30 | 6 | 2F | 4F | 48 |
| Octal | 360 | 330 | 175 | 0 | 12 | 60 | 6 | 57 | 117 | 110 |
| Binary | 11110000 | 11011000 | 1111101 | 0 | 1010 | 110000 | 110 | 101111 | 1001111 | 1001000 |
Color Harmonies of #F0D87D
Complementary color
Monochromatic Colors of #F0D87D
Black with #F0D87D
Text Example
Text Example
White with #F0D87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D87D; }
p { color: rgb(240,216,125); }
H1.HeaderClassName
{
color: #F0D87D;
}
.AnyTagClassName
{
color: #F0D87D;
}
</style>
background-color css
<style>
a { background-color: #F0D87D; }
a { background-color: rgb(240,216,125); }
div.DivClassName
{
background-color: #F0D87D;
}
.BgClassName
{
background-color: #F0D87D;
}
</style>
border-color css
<style>
span { border-color: #F0D87D; }
span { border-color: rgb(240,216,125); }
td.TdClassName
{
border-color: #F0D87D;
}
.TagClassName
{
border-color: #F0D87D;
}
</style>