Shades of Buff #F0DD82
Tints of Buff #F0DD82
RGB
CMYK
RGB Variations
Color information
#F0DD82 (or 0xF0DD82) is known color: Buff. HEX triplet: F0, DD and 82. RGB value is (240,221,130). Sum of RGB (Red+Green+Blue) = 240+221+130=591 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.61% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 130 (51.17% from 255 or 22.00% from 591); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DD82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DD82 is #0F227D. Grayscale: #D8D8D8. Windows color (decimal): -991870 or 8576496. OLE color: 8576496.
HSL color Cylindrical-coordinate representation of color #F0DD82: hue angle of 49.64º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F0DD82 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 221 | 130 | - |
| CMYK | 0 | 0.08 | 0.46 | 0.06 |
| HSL | 49.64º | 0.79% | 0.73% | - |
| HSV(B) | 49.64º | 0.46% | 0.94% | - |
| XYZ | 65.82 | 71.85 | 31.52 | - |
| YUV | 216.31 | 79.29 | 144.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 221 | 130 | 0 | 0.08 | 0.46 | 0.06 | 49.64 | 0.79 | 0.73 |
| Hex | F0 | DD | 82 | 0 | 8 | 2E | 6 | 32 | 4F | 49 |
| Octal | 360 | 335 | 202 | 0 | 10 | 56 | 6 | 62 | 117 | 111 |
| Binary | 11110000 | 11011101 | 10000010 | 0 | 1000 | 101110 | 110 | 110010 | 1001111 | 1001001 |
Color Harmonies of #F0DD82
Complementary color
Monochromatic Colors of #F0DD82
Black with #F0DD82
Text Example
Text Example
White with #F0DD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DD82; }
p { color: rgb(240,221,130); }
H1.HeaderClassName
{
color: #F0DD82;
}
.AnyTagClassName
{
color: #F0DD82;
}
</style>
background-color css
<style>
a { background-color: #F0DD82; }
a { background-color: rgb(240,221,130); }
div.DivClassName
{
background-color: #F0DD82;
}
.BgClassName
{
background-color: #F0DD82;
}
</style>
border-color css
<style>
span { border-color: #F0DD82; }
span { border-color: rgb(240,221,130); }
td.TdClassName
{
border-color: #F0DD82;
}
.TagClassName
{
border-color: #F0DD82;
}
</style>