Shades of Buff #F0DC8A
Tints of Buff #F0DC8A
RGB
CMYK
RGB Variations
Color information
#F0DC8A (or 0xF0DC8A) is known color: Buff. HEX triplet: F0, DC and 8A. RGB value is (240,220,138). Sum of RGB (Red+Green+Blue) = 240+220+138=598 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.13% from 598); Green value is 220 (86.33% from 255 or 36.79% from 598); Blue value is 138 (54.30% from 255 or 23.08% from 598); Max value from RGB is 240 - color contains mainly: red. Hex color #F0DC8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0DC8A is #0F2375. Grayscale: #D8D8D8. Windows color (decimal): -992118 or 9100528. OLE color: 9100528.
HSL color Cylindrical-coordinate representation of color #F0DC8A: hue angle of 48.24º 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 #F0DC8A is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 220 | 138 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.06 |
| HSL | 48.24º | 0.77% | 0.74% | - |
| HSV(B) | 48.24º | 0.43% | 0.94% | - |
| XYZ | 66.12 | 71.55 | 34.37 | - |
| YUV | 216.63 | 83.63 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 220 | 138 | 0 | 0.08 | 0.42 | 0.06 | 48.24 | 0.77 | 0.74 |
| Hex | F0 | DC | 8A | 0 | 8 | 2A | 6 | 30 | 4D | 4A |
| Octal | 360 | 334 | 212 | 0 | 10 | 52 | 6 | 60 | 115 | 112 |
| Binary | 11110000 | 11011100 | 10001010 | 0 | 1000 | 101010 | 110 | 110000 | 1001101 | 1001010 |
Color Harmonies of #F0DC8A
Complementary color
Monochromatic Colors of #F0DC8A
Black with #F0DC8A
Text Example
Text Example
White with #F0DC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0DC8A; }
p { color: rgb(240,220,138); }
H1.HeaderClassName
{
color: #F0DC8A;
}
.AnyTagClassName
{
color: #F0DC8A;
}
</style>
background-color css
<style>
a { background-color: #F0DC8A; }
a { background-color: rgb(240,220,138); }
div.DivClassName
{
background-color: #F0DC8A;
}
.BgClassName
{
background-color: #F0DC8A;
}
</style>
border-color css
<style>
span { border-color: #F0DC8A; }
span { border-color: rgb(240,220,138); }
td.TdClassName
{
border-color: #F0DC8A;
}
.TagClassName
{
border-color: #F0DC8A;
}
</style>