Shades of Buff #F7DC8A
Tints of Buff #F7DC8A
RGB
CMYK
RGB Variations
Color information
#F7DC8A (or 0xF7DC8A) is known color: Buff. HEX triplet: F7, DC and 8A. RGB value is (247,220,138). Sum of RGB (Red+Green+Blue) = 247+220+138=605 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.83% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 138 (54.30% from 255 or 22.81% from 605); Max value from RGB is 247 - color contains mainly: red. Hex color #F7DC8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7DC8A is #082375. Grayscale: #DBDBDB. Windows color (decimal): -533366 or 9100535. OLE color: 9100535.
HSL color Cylindrical-coordinate representation of color #F7DC8A: hue angle of 45.14º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F7DC8A is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 220 | 138 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.03 |
| HSL | 45.14º | 0.87% | 0.75% | - |
| HSV(B) | 45.14º | 0.44% | 0.97% | - |
| XYZ | 68.54 | 72.8 | 34.48 | - |
| YUV | 218.73 | 82.45 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 220 | 138 | 0 | 0.11 | 0.44 | 0.03 | 45.14 | 0.87 | 0.75 |
| Hex | F7 | DC | 8A | 0 | B | 2C | 3 | 2D | 57 | 4B |
| Octal | 367 | 334 | 212 | 0 | 13 | 54 | 3 | 55 | 127 | 113 |
| Binary | 11110111 | 11011100 | 10001010 | 0 | 1011 | 101100 | 11 | 101101 | 1010111 | 1001011 |
Color Harmonies of #F7DC8A
Complementary color
Monochromatic Colors of #F7DC8A
Black with #F7DC8A
Text Example
Text Example
White with #F7DC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7DC8A; }
p { color: rgb(247,220,138); }
H1.HeaderClassName
{
color: #F7DC8A;
}
.AnyTagClassName
{
color: #F7DC8A;
}
</style>
background-color css
<style>
a { background-color: #F7DC8A; }
a { background-color: rgb(247,220,138); }
div.DivClassName
{
background-color: #F7DC8A;
}
.BgClassName
{
background-color: #F7DC8A;
}
</style>
border-color css
<style>
span { border-color: #F7DC8A; }
span { border-color: rgb(247,220,138); }
td.TdClassName
{
border-color: #F7DC8A;
}
.TagClassName
{
border-color: #F7DC8A;
}
</style>