Shades of Buff #F0DA8A
Tints of Buff #F0DA8A
RGB
CMYK
RGB Variations
Color information
#F0DA8A (or 0xF0DA8A) is known color: Buff. HEX triplet: F0, DA and 8A. RGB value is (240,218,138). Sum of RGB (Red+Green+Blue) = 240+218+138=596 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.27% from 596); Green value is 218 (85.55% from 255 or 36.58% from 596); Blue value is 138 (54.30% from 255 or 23.15% from 596); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DA8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DA8A is #0F2575. Grayscale: #D7D7D7. Windows color (decimal): -992630 or 9100016. OLE color: 9100016.
HSL color Cylindrical-coordinate representation of color #F0DA8A: hue angle of 47.06º 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 #F0DA8A is Cyan = 0, Magento = 0.09, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 218 | 138 | - |
| CMYK | 0 | 0.09 | 0.42 | 0.06 |
| HSL | 47.06º | 0.77% | 0.74% | - |
| HSV(B) | 47.06º | 0.43% | 0.94% | - |
| XYZ | 65.59 | 70.5 | 34.2 | - |
| YUV | 215.46 | 84.29 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 218 | 138 | 0 | 0.09 | 0.42 | 0.06 | 47.06 | 0.77 | 0.74 |
| Hex | F0 | DA | 8A | 0 | 9 | 2A | 6 | 2F | 4D | 4A |
| Octal | 360 | 332 | 212 | 0 | 11 | 52 | 6 | 57 | 115 | 112 |
| Binary | 11110000 | 11011010 | 10001010 | 0 | 1001 | 101010 | 110 | 101111 | 1001101 | 1001010 |
Color Harmonies of #F0DA8A
Complementary color
Monochromatic Colors of #F0DA8A
Black with #F0DA8A
Text Example
Text Example
White with #F0DA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DA8A; }
p { color: rgb(240,218,138); }
H1.HeaderClassName
{
color: #F0DA8A;
}
.AnyTagClassName
{
color: #F0DA8A;
}
</style>
background-color css
<style>
a { background-color: #F0DA8A; }
a { background-color: rgb(240,218,138); }
div.DivClassName
{
background-color: #F0DA8A;
}
.BgClassName
{
background-color: #F0DA8A;
}
</style>
border-color css
<style>
span { border-color: #F0DA8A; }
span { border-color: rgb(240,218,138); }
td.TdClassName
{
border-color: #F0DA8A;
}
.TagClassName
{
border-color: #F0DA8A;
}
</style>