Shades of Buff #F0DA8F
Tints of Buff #F0DA8F
RGB
CMYK
RGB Variations
Color information
#F0DA8F (or 0xF0DA8F) is known color: Buff. HEX triplet: F0, DA and 8F. RGB value is (240,218,143). Sum of RGB (Red+Green+Blue) = 240+218+143=601 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.93% from 601); Green value is 218 (85.55% from 255 or 36.27% from 601); Blue value is 143 (56.25% from 255 or 23.79% from 601); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DA8F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DA8F is #0F2570. Grayscale: #D8D8D8. Windows color (decimal): -992625 or 9427696. OLE color: 9427696.
HSL color Cylindrical-coordinate representation of color #F0DA8F: hue angle of 46.39º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F0DA8F is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 218 | 143 | - |
| CMYK | 0 | 0.09 | 0.40 | 0.06 |
| HSL | 46.39º | 0.76% | 0.75% | - |
| HSV(B) | 46.39º | 0.4% | 0.94% | - |
| XYZ | 65.96 | 70.65 | 36.15 | - |
| YUV | 216.03 | 86.79 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 218 | 143 | 0 | 0.09 | 0.40 | 0.06 | 46.39 | 0.76 | 0.75 |
| Hex | F0 | DA | 8F | 0 | 9 | 28 | 6 | 2E | 4C | 4B |
| Octal | 360 | 332 | 217 | 0 | 11 | 50 | 6 | 56 | 114 | 113 |
| Binary | 11110000 | 11011010 | 10001111 | 0 | 1001 | 101000 | 110 | 101110 | 1001100 | 1001011 |
Color Harmonies of #F0DA8F
Complementary color
Monochromatic Colors of #F0DA8F
Black with #F0DA8F
Text Example
Text Example
White with #F0DA8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DA8F; }
p { color: rgb(240,218,143); }
H1.HeaderClassName
{
color: #F0DA8F;
}
.AnyTagClassName
{
color: #F0DA8F;
}
</style>
background-color css
<style>
a { background-color: #F0DA8F; }
a { background-color: rgb(240,218,143); }
div.DivClassName
{
background-color: #F0DA8F;
}
.BgClassName
{
background-color: #F0DA8F;
}
</style>
border-color css
<style>
span { border-color: #F0DA8F; }
span { border-color: rgb(240,218,143); }
td.TdClassName
{
border-color: #F0DA8F;
}
.TagClassName
{
border-color: #F0DA8F;
}
</style>