Shades of Buff #F5DF8C
Tints of Buff #F5DF8C
RGB
CMYK
RGB Variations
Color information
#F5DF8C (or 0xF5DF8C) is known color: Buff. HEX triplet: F5, DF and 8C. RGB value is (245,223,140). Sum of RGB (Red+Green+Blue) = 245+223+140=608 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.30% from 608); Green value is 223 (87.5% from 255 or 36.68% from 608); Blue value is 140 (55.08% from 255 or 23.03% from 608); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DF8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5DF8C is #0A2073. Grayscale: #DCDCDC. Windows color (decimal): -663668 or 9232373. OLE color: 9232373.
HSL color Cylindrical-coordinate representation of color #F5DF8C: hue angle of 47.43º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F5DF8C is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 223 | 140 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.04 |
| HSL | 47.43º | 0.84% | 0.75% | - |
| HSV(B) | 47.43º | 0.43% | 0.96% | - |
| XYZ | 68.78 | 74.08 | 35.49 | - |
| YUV | 220.12 | 82.79 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 223 | 140 | 0 | 0.09 | 0.43 | 0.04 | 47.43 | 0.84 | 0.75 |
| Hex | F5 | DF | 8C | 0 | 9 | 2B | 4 | 2F | 54 | 4B |
| Octal | 365 | 337 | 214 | 0 | 11 | 53 | 4 | 57 | 124 | 113 |
| Binary | 11110101 | 11011111 | 10001100 | 0 | 1001 | 101011 | 100 | 101111 | 1010100 | 1001011 |
Color Harmonies of #F5DF8C
Complementary color
Monochromatic Colors of #F5DF8C
Black with #F5DF8C
Text Example
Text Example
White with #F5DF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DF8C; }
p { color: rgb(245,223,140); }
H1.HeaderClassName
{
color: #F5DF8C;
}
.AnyTagClassName
{
color: #F5DF8C;
}
</style>
background-color css
<style>
a { background-color: #F5DF8C; }
a { background-color: rgb(245,223,140); }
div.DivClassName
{
background-color: #F5DF8C;
}
.BgClassName
{
background-color: #F5DF8C;
}
</style>
border-color css
<style>
span { border-color: #F5DF8C; }
span { border-color: rgb(245,223,140); }
td.TdClassName
{
border-color: #F5DF8C;
}
.TagClassName
{
border-color: #F5DF8C;
}
</style>