Shades of Buff #F8DF8A
Tints of Buff #F8DF8A
RGB
CMYK
RGB Variations
Color information
#F8DF8A (or 0xF8DF8A) is known color: Buff. HEX triplet: F8, DF and 8A. RGB value is (248,223,138). Sum of RGB (Red+Green+Blue) = 248+223+138=609 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.72% from 609); Green value is 223 (87.5% from 255 or 36.62% from 609); Blue value is 138 (54.30% from 255 or 22.66% from 609); Max value from RGB is 248 - color contains mainly: red. Hex color #F8DF8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8DF8A is #072075. Grayscale: #DDDDDD. Windows color (decimal): -467062 or 9101304. OLE color: 9101304.
HSL color Cylindrical-coordinate representation of color #F8DF8A: hue angle of 46.36º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F8DF8A is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 223 | 138 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.03 |
| HSL | 46.36º | 0.89% | 0.76% | - |
| HSV(B) | 46.36º | 0.44% | 0.97% | - |
| XYZ | 69.69 | 74.57 | 34.76 | - |
| YUV | 220.79 | 81.28 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 223 | 138 | 0 | 0.10 | 0.44 | 0.03 | 46.36 | 0.89 | 0.76 |
| Hex | F8 | DF | 8A | 0 | A | 2C | 3 | 2E | 59 | 4C |
| Octal | 370 | 337 | 212 | 0 | 12 | 54 | 3 | 56 | 131 | 114 |
| Binary | 11111000 | 11011111 | 10001010 | 0 | 1010 | 101100 | 11 | 101110 | 1011001 | 1001100 |
Color Harmonies of #F8DF8A
Complementary color
Monochromatic Colors of #F8DF8A
Black with #F8DF8A
Text Example
Text Example
White with #F8DF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8DF8A; }
p { color: rgb(248,223,138); }
H1.HeaderClassName
{
color: #F8DF8A;
}
.AnyTagClassName
{
color: #F8DF8A;
}
</style>
background-color css
<style>
a { background-color: #F8DF8A; }
a { background-color: rgb(248,223,138); }
div.DivClassName
{
background-color: #F8DF8A;
}
.BgClassName
{
background-color: #F8DF8A;
}
</style>
border-color css
<style>
span { border-color: #F8DF8A; }
span { border-color: rgb(248,223,138); }
td.TdClassName
{
border-color: #F8DF8A;
}
.TagClassName
{
border-color: #F8DF8A;
}
</style>