Shades of Buff #F0DD8A
Tints of Buff #F0DD8A
RGB
CMYK
RGB Variations
Color information
#F0DD8A (or 0xF0DD8A) is known color: Buff. HEX triplet: F0, DD and 8A. RGB value is (240,221,138). Sum of RGB (Red+Green+Blue) = 240+221+138=599 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.07% from 599); Green value is 221 (86.72% from 255 or 36.89% from 599); Blue value is 138 (54.30% from 255 or 23.04% from 599); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DD8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DD8A is #0F2275. Grayscale: #D9D9D9. Windows color (decimal): -991862 or 9100784. OLE color: 9100784.
HSL color Cylindrical-coordinate representation of color #F0DD8A: hue angle of 48.82º 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 #F0DD8A is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 221 | 138 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.06 |
| HSL | 48.82º | 0.77% | 0.74% | - |
| HSV(B) | 48.82º | 0.43% | 0.94% | - |
| XYZ | 66.38 | 72.07 | 34.46 | - |
| YUV | 217.22 | 83.29 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 221 | 138 | 0 | 0.08 | 0.42 | 0.06 | 48.82 | 0.77 | 0.74 |
| Hex | F0 | DD | 8A | 0 | 8 | 2A | 6 | 31 | 4D | 4A |
| Octal | 360 | 335 | 212 | 0 | 10 | 52 | 6 | 61 | 115 | 112 |
| Binary | 11110000 | 11011101 | 10001010 | 0 | 1000 | 101010 | 110 | 110001 | 1001101 | 1001010 |
Color Harmonies of #F0DD8A
Complementary color
Monochromatic Colors of #F0DD8A
Black with #F0DD8A
Text Example
Text Example
White with #F0DD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DD8A; }
p { color: rgb(240,221,138); }
H1.HeaderClassName
{
color: #F0DD8A;
}
.AnyTagClassName
{
color: #F0DD8A;
}
</style>
background-color css
<style>
a { background-color: #F0DD8A; }
a { background-color: rgb(240,221,138); }
div.DivClassName
{
background-color: #F0DD8A;
}
.BgClassName
{
background-color: #F0DD8A;
}
</style>
border-color css
<style>
span { border-color: #F0DD8A; }
span { border-color: rgb(240,221,138); }
td.TdClassName
{
border-color: #F0DD8A;
}
.TagClassName
{
border-color: #F0DD8A;
}
</style>