Shades of Buff #F8DF85
Tints of Buff #F8DF85
RGB
CMYK
RGB Variations
Color information
#F8DF85 (or 0xF8DF85) is known color: Buff. HEX triplet: F8, DF and 85. RGB value is (248,223,133). Sum of RGB (Red+Green+Blue) = 248+223+133=604 (80% of max value = 765). Red value is 248 (97.27% from 255 or 41.06% from 604); Green value is 223 (87.5% from 255 or 36.92% from 604); Blue value is 133 (52.34% from 255 or 22.02% from 604); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DF85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8DF85 is #07207A. Grayscale: #DCDCDC. Windows color (decimal): -467067 or 8773624. OLE color: 8773624.
HSL color Cylindrical-coordinate representation of color #F8DF85: hue angle of 46.96º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F8DF85 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 223 | 133 | - |
| CMYK | 0 | 0.10 | 0.46 | 0.03 |
| HSL | 46.96º | 0.89% | 0.75% | - |
| HSV(B) | 46.96º | 0.46% | 0.97% | - |
| XYZ | 69.33 | 74.43 | 32.9 | - |
| YUV | 220.22 | 78.78 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 223 | 133 | 0 | 0.10 | 0.46 | 0.03 | 46.96 | 0.89 | 0.75 |
| Hex | F8 | DF | 85 | 0 | A | 2E | 3 | 2F | 59 | 4B |
| Octal | 370 | 337 | 205 | 0 | 12 | 56 | 3 | 57 | 131 | 113 |
| Binary | 11111000 | 11011111 | 10000101 | 0 | 1010 | 101110 | 11 | 101111 | 1011001 | 1001011 |
Color Harmonies of #F8DF85
Complementary color
Monochromatic Colors of #F8DF85
Black with #F8DF85
Text Example
Text Example
White with #F8DF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DF85; }
p { color: rgb(248,223,133); }
H1.HeaderClassName
{
color: #F8DF85;
}
.AnyTagClassName
{
color: #F8DF85;
}
</style>
background-color css
<style>
a { background-color: #F8DF85; }
a { background-color: rgb(248,223,133); }
div.DivClassName
{
background-color: #F8DF85;
}
.BgClassName
{
background-color: #F8DF85;
}
</style>
border-color css
<style>
span { border-color: #F8DF85; }
span { border-color: rgb(248,223,133); }
td.TdClassName
{
border-color: #F8DF85;
}
.TagClassName
{
border-color: #F8DF85;
}
</style>