Shades of Buff #F0D87F
Tints of Buff #F0D87F
RGB
CMYK
RGB Variations
Color information
#F0D87F (or 0xF0D87F) is known color: Buff. HEX triplet: F0, D8 and 7F. RGB value is (240,216,127). Sum of RGB (Red+Green+Blue) = 240+216+127=583 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.17% from 583); Green value is 216 (84.77% from 255 or 37.05% from 583); Blue value is 127 (50% from 255 or 21.78% from 583); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D87F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0D87F is #0F2780. Grayscale: #D5D5D5. Windows color (decimal): -993153 or 8378608. OLE color: 8378608.
HSL color Cylindrical-coordinate representation of color #F0D87F: hue angle of 47.26º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F0D87F is Cyan = 0, Magento = 0.1, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 216 | 127 | - |
| CMYK | 0 | 0.1 | 0.47 | 0.06 |
| HSL | 47.26º | 0.79% | 0.72% | - |
| HSV(B) | 47.26º | 0.47% | 0.94% | - |
| XYZ | 64.32 | 69.17 | 30.04 | - |
| YUV | 213.03 | 79.45 | 147.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 216 | 127 | 0 | 0.1 | 0.47 | 0.06 | 47.26 | 0.79 | 0.72 |
| Hex | F0 | D8 | 7F | 0 | A | 2F | 6 | 2F | 4F | 48 |
| Octal | 360 | 330 | 177 | 0 | 12 | 57 | 6 | 57 | 117 | 110 |
| Binary | 11110000 | 11011000 | 1111111 | 0 | 1010 | 101111 | 110 | 101111 | 1001111 | 1001000 |
Color Harmonies of #F0D87F
Complementary color
Monochromatic Colors of #F0D87F
Black with #F0D87F
Text Example
Text Example
White with #F0D87F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D87F; }
p { color: rgb(240,216,127); }
H1.HeaderClassName
{
color: #F0D87F;
}
.AnyTagClassName
{
color: #F0D87F;
}
</style>
background-color css
<style>
a { background-color: #F0D87F; }
a { background-color: rgb(240,216,127); }
div.DivClassName
{
background-color: #F0D87F;
}
.BgClassName
{
background-color: #F0D87F;
}
</style>
border-color css
<style>
span { border-color: #F0D87F; }
span { border-color: rgb(240,216,127); }
td.TdClassName
{
border-color: #F0D87F;
}
.TagClassName
{
border-color: #F0D87F;
}
</style>