Shades of Buff #F0D984
Tints of Buff #F0D984
RGB
CMYK
RGB Variations
Color information
#F0D984 (or 0xF0D984) is known color: Buff. HEX triplet: F0, D9 and 84. RGB value is (240,217,132). Sum of RGB (Red+Green+Blue) = 240+217+132=589 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.75% from 589); Green value is 217 (85.16% from 255 or 36.84% from 589); Blue value is 132 (51.95% from 255 or 22.41% from 589); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D984 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D984 is #0F267B. Grayscale: #D6D6D6. Windows color (decimal): -992892 or 8706544. OLE color: 8706544.
HSL color Cylindrical-coordinate representation of color #F0D984: hue angle of 47.22º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F0D984 is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 217 | 132 | - |
| CMYK | 0 | 0.10 | 0.45 | 0.06 |
| HSL | 47.22º | 0.78% | 0.73% | - |
| HSV(B) | 47.22º | 0.45% | 0.94% | - |
| XYZ | 64.91 | 69.82 | 31.88 | - |
| YUV | 214.19 | 81.62 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 217 | 132 | 0 | 0.10 | 0.45 | 0.06 | 47.22 | 0.78 | 0.73 |
| Hex | F0 | D9 | 84 | 0 | A | 2D | 6 | 2F | 4E | 49 |
| Octal | 360 | 331 | 204 | 0 | 12 | 55 | 6 | 57 | 116 | 111 |
| Binary | 11110000 | 11011001 | 10000100 | 0 | 1010 | 101101 | 110 | 101111 | 1001110 | 1001001 |
Color Harmonies of #F0D984
Complementary color
Monochromatic Colors of #F0D984
Black with #F0D984
Text Example
Text Example
White with #F0D984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D984; }
p { color: rgb(240,217,132); }
H1.HeaderClassName
{
color: #F0D984;
}
.AnyTagClassName
{
color: #F0D984;
}
</style>
background-color css
<style>
a { background-color: #F0D984; }
a { background-color: rgb(240,217,132); }
div.DivClassName
{
background-color: #F0D984;
}
.BgClassName
{
background-color: #F0D984;
}
</style>
border-color css
<style>
span { border-color: #F0D984; }
span { border-color: rgb(240,217,132); }
td.TdClassName
{
border-color: #F0D984;
}
.TagClassName
{
border-color: #F0D984;
}
</style>