Shades of Buff #F0D88B
Tints of Buff #F0D88B
RGB
CMYK
RGB Variations
Color information
#F0D88B (or 0xF0D88B) is known color: Buff. HEX triplet: F0, D8 and 8B. RGB value is (240,216,139). Sum of RGB (Red+Green+Blue) = 240+216+139=595 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.34% from 595); Green value is 216 (84.77% from 255 or 36.30% from 595); Blue value is 139 (54.69% from 255 or 23.36% from 595); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D88B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D88B is #0F2774. Grayscale: #D6D6D6. Windows color (decimal): -993141 or 9165040. OLE color: 9165040.
HSL color Cylindrical-coordinate representation of color #F0D88B: hue angle of 45.74º 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 #F0D88B is Cyan = 0, Magento = 0.1, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 216 | 139 | - |
| CMYK | 0 | 0.1 | 0.42 | 0.06 |
| HSL | 45.74º | 0.77% | 0.74% | - |
| HSV(B) | 45.74º | 0.42% | 0.94% | - |
| XYZ | 65.15 | 69.5 | 34.41 | - |
| YUV | 214.4 | 85.45 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 216 | 139 | 0 | 0.1 | 0.42 | 0.06 | 45.74 | 0.77 | 0.74 |
| Hex | F0 | D8 | 8B | 0 | A | 2A | 6 | 2E | 4D | 4A |
| Octal | 360 | 330 | 213 | 0 | 12 | 52 | 6 | 56 | 115 | 112 |
| Binary | 11110000 | 11011000 | 10001011 | 0 | 1010 | 101010 | 110 | 101110 | 1001101 | 1001010 |
Color Harmonies of #F0D88B
Complementary color
Monochromatic Colors of #F0D88B
Black with #F0D88B
Text Example
Text Example
White with #F0D88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0D88B; }
p { color: rgb(240,216,139); }
H1.HeaderClassName
{
color: #F0D88B;
}
.AnyTagClassName
{
color: #F0D88B;
}
</style>
background-color css
<style>
a { background-color: #F0D88B; }
a { background-color: rgb(240,216,139); }
div.DivClassName
{
background-color: #F0D88B;
}
.BgClassName
{
background-color: #F0D88B;
}
</style>
border-color css
<style>
span { border-color: #F0D88B; }
span { border-color: rgb(240,216,139); }
td.TdClassName
{
border-color: #F0D88B;
}
.TagClassName
{
border-color: #F0D88B;
}
</style>