Shades of Buff #F0DC8C
Tints of Buff #F0DC8C
RGB
CMYK
RGB Variations
Color information
#F0DC8C (or 0xF0DC8C) is known color: Buff. HEX triplet: F0, DC and 8C. RGB value is (240,220,140). Sum of RGB (Red+Green+Blue) = 240+220+140=600 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40% from 600); Green value is 220 (86.33% from 255 or 36.67% from 600); Blue value is 140 (55.08% from 255 or 23.33% from 600); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DC8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DC8C is #0F2373. Grayscale: #D9D9D9. Windows color (decimal): -992116 or 9231600. OLE color: 9231600.
HSL color Cylindrical-coordinate representation of color #F0DC8C: hue angle of 48º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F0DC8C is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 220 | 140 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.06 |
| HSL | 48º | 0.77% | 0.75% | - |
| HSV(B) | 48º | 0.42% | 0.94% | - |
| XYZ | 66.26 | 71.61 | 35.14 | - |
| YUV | 216.86 | 84.63 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 220 | 140 | 0 | 0.08 | 0.42 | 0.06 | 48 | 0.77 | 0.75 |
| Hex | F0 | DC | 8C | 0 | 8 | 2A | 6 | 30 | 4D | 4B |
| Octal | 360 | 334 | 214 | 0 | 10 | 52 | 6 | 60 | 115 | 113 |
| Binary | 11110000 | 11011100 | 10001100 | 0 | 1000 | 101010 | 110 | 110000 | 1001101 | 1001011 |
Color Harmonies of #F0DC8C
Complementary color
Monochromatic Colors of #F0DC8C
Black with #F0DC8C
Text Example
Text Example
White with #F0DC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DC8C; }
p { color: rgb(240,220,140); }
H1.HeaderClassName
{
color: #F0DC8C;
}
.AnyTagClassName
{
color: #F0DC8C;
}
</style>
background-color css
<style>
a { background-color: #F0DC8C; }
a { background-color: rgb(240,220,140); }
div.DivClassName
{
background-color: #F0DC8C;
}
.BgClassName
{
background-color: #F0DC8C;
}
</style>
border-color css
<style>
span { border-color: #F0DC8C; }
span { border-color: rgb(240,220,140); }
td.TdClassName
{
border-color: #F0DC8C;
}
.TagClassName
{
border-color: #F0DC8C;
}
</style>