Shades of Buff #F0D98A
Tints of Buff #F0D98A
RGB
CMYK
RGB Variations
Color information
#F0D98A (or 0xF0D98A) is known color: Buff. HEX triplet: F0, D9 and 8A. RGB value is (240,217,138). Sum of RGB (Red+Green+Blue) = 240+217+138=595 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.34% from 595); Green value is 217 (85.16% from 255 or 36.47% from 595); Blue value is 138 (54.30% from 255 or 23.19% from 595); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D98A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D98A is #0F2675. Grayscale: #D7D7D7. Windows color (decimal): -992886 or 9099760. OLE color: 9099760.
HSL color Cylindrical-coordinate representation of color #F0D98A: hue angle of 46.47º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F0D98A is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 217 | 138 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.06 |
| HSL | 46.47º | 0.77% | 0.74% | - |
| HSV(B) | 46.47º | 0.43% | 0.94% | - |
| XYZ | 65.34 | 69.99 | 34.11 | - |
| YUV | 214.87 | 84.62 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 217 | 138 | 0 | 0.10 | 0.42 | 0.06 | 46.47 | 0.77 | 0.74 |
| Hex | F0 | D9 | 8A | 0 | A | 2A | 6 | 2E | 4D | 4A |
| Octal | 360 | 331 | 212 | 0 | 12 | 52 | 6 | 56 | 115 | 112 |
| Binary | 11110000 | 11011001 | 10001010 | 0 | 1010 | 101010 | 110 | 101110 | 1001101 | 1001010 |
Color Harmonies of #F0D98A
Complementary color
Monochromatic Colors of #F0D98A
Black with #F0D98A
Text Example
Text Example
White with #F0D98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D98A; }
p { color: rgb(240,217,138); }
H1.HeaderClassName
{
color: #F0D98A;
}
.AnyTagClassName
{
color: #F0D98A;
}
</style>
background-color css
<style>
a { background-color: #F0D98A; }
a { background-color: rgb(240,217,138); }
div.DivClassName
{
background-color: #F0D98A;
}
.BgClassName
{
background-color: #F0D98A;
}
</style>
border-color css
<style>
span { border-color: #F0D98A; }
span { border-color: rgb(240,217,138); }
td.TdClassName
{
border-color: #F0D98A;
}
.TagClassName
{
border-color: #F0D98A;
}
</style>