Shades of Buff #F0DB7A
Tints of Buff #F0DB7A
RGB
CMYK
RGB Variations
Color information
#F0DB7A (or 0xF0DB7A) is known color: Buff. HEX triplet: F0, DB and 7A. RGB value is (240,219,122). Sum of RGB (Red+Green+Blue) = 240+219+122=581 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.31% from 581); Green value is 219 (85.94% from 255 or 37.69% from 581); Blue value is 122 (48.05% from 255 or 21.00% from 581); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DB7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F0DB7A is #0F2485. Grayscale: #D6D6D6. Windows color (decimal): -992390 or 8051696. OLE color: 8051696.
HSL color Cylindrical-coordinate representation of color #F0DB7A: hue angle of 49.32º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F0DB7A is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 219 | 122 | - |
| CMYK | 0 | 0.09 | 0.49 | 0.06 |
| HSL | 49.32º | 0.8% | 0.71% | - |
| HSV(B) | 49.32º | 0.49% | 0.94% | - |
| XYZ | 64.78 | 70.59 | 28.62 | - |
| YUV | 214.22 | 75.96 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 219 | 122 | 0 | 0.09 | 0.49 | 0.06 | 49.32 | 0.8 | 0.71 |
| Hex | F0 | DB | 7A | 0 | 9 | 31 | 6 | 31 | 50 | 47 |
| Octal | 360 | 333 | 172 | 0 | 11 | 61 | 6 | 61 | 120 | 107 |
| Binary | 11110000 | 11011011 | 1111010 | 0 | 1001 | 110001 | 110 | 110001 | 1010000 | 1000111 |
Color Harmonies of #F0DB7A
Complementary color
Monochromatic Colors of #F0DB7A
Black with #F0DB7A
Text Example
Text Example
White with #F0DB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DB7A; }
p { color: rgb(240,219,122); }
H1.HeaderClassName
{
color: #F0DB7A;
}
.AnyTagClassName
{
color: #F0DB7A;
}
</style>
background-color css
<style>
a { background-color: #F0DB7A; }
a { background-color: rgb(240,219,122); }
div.DivClassName
{
background-color: #F0DB7A;
}
.BgClassName
{
background-color: #F0DB7A;
}
</style>
border-color css
<style>
span { border-color: #F0DB7A; }
span { border-color: rgb(240,219,122); }
td.TdClassName
{
border-color: #F0DB7A;
}
.TagClassName
{
border-color: #F0DB7A;
}
</style>