Shades of Buff #F0D98B
Tints of Buff #F0D98B
RGB
CMYK
RGB Variations
Color information
#F0D98B (or 0xF0D98B) is known color: Buff. HEX triplet: F0, D9 and 8B. RGB value is (240,217,139). Sum of RGB (Red+Green+Blue) = 240+217+139=596 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.27% from 596); Green value is 217 (85.16% from 255 or 36.41% from 596); Blue value is 139 (54.69% from 255 or 23.32% from 596); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D98B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D98B is #0F2674. Grayscale: #D7D7D7. Windows color (decimal): -992885 or 9165296. OLE color: 9165296.
HSL color Cylindrical-coordinate representation of color #F0D98B: hue angle of 46.34º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F0D98B is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 217 | 139 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.06 |
| HSL | 46.34º | 0.77% | 0.74% | - |
| HSV(B) | 46.34º | 0.42% | 0.94% | - |
| XYZ | 65.41 | 70.02 | 34.49 | - |
| YUV | 214.99 | 85.12 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 217 | 139 | 0 | 0.10 | 0.42 | 0.06 | 46.34 | 0.77 | 0.74 |
| Hex | F0 | D9 | 8B | 0 | A | 2A | 6 | 2E | 4D | 4A |
| Octal | 360 | 331 | 213 | 0 | 12 | 52 | 6 | 56 | 115 | 112 |
| Binary | 11110000 | 11011001 | 10001011 | 0 | 1010 | 101010 | 110 | 101110 | 1001101 | 1001010 |
Color Harmonies of #F0D98B
Complementary color
Monochromatic Colors of #F0D98B
Black with #F0D98B
Text Example
Text Example
White with #F0D98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D98B; }
p { color: rgb(240,217,139); }
H1.HeaderClassName
{
color: #F0D98B;
}
.AnyTagClassName
{
color: #F0D98B;
}
</style>
background-color css
<style>
a { background-color: #F0D98B; }
a { background-color: rgb(240,217,139); }
div.DivClassName
{
background-color: #F0D98B;
}
.BgClassName
{
background-color: #F0D98B;
}
</style>
border-color css
<style>
span { border-color: #F0D98B; }
span { border-color: rgb(240,217,139); }
td.TdClassName
{
border-color: #F0D98B;
}
.TagClassName
{
border-color: #F0D98B;
}
</style>