Shades of Buff #F5DD7C
Tints of Buff #F5DD7C
RGB
CMYK
RGB Variations
Color information
#F5DD7C (or 0xF5DD7C) is known color: Buff. HEX triplet: F5, DD and 7C. RGB value is (245,221,124). Sum of RGB (Red+Green+Blue) = 245+221+124=590 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.53% from 590); Green value is 221 (86.72% from 255 or 37.46% from 590); Blue value is 124 (48.83% from 255 or 21.02% from 590); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DD7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5DD7C is #0A2283. Grayscale: #D9D9D9. Windows color (decimal): -664196 or 8183285. OLE color: 8183285.
HSL color Cylindrical-coordinate representation of color #F5DD7C: hue angle of 48.1º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F5DD7C is Cyan = 0, Magento = 0.10, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 221 | 124 | - |
| CMYK | 0 | 0.10 | 0.49 | 0.04 |
| HSL | 48.1º | 0.86% | 0.72% | - |
| HSV(B) | 48.1º | 0.49% | 0.96% | - |
| XYZ | 67.15 | 72.58 | 29.54 | - |
| YUV | 217.12 | 75.45 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 221 | 124 | 0 | 0.10 | 0.49 | 0.04 | 48.1 | 0.86 | 0.72 |
| Hex | F5 | DD | 7C | 0 | A | 31 | 4 | 30 | 56 | 48 |
| Octal | 365 | 335 | 174 | 0 | 12 | 61 | 4 | 60 | 126 | 110 |
| Binary | 11110101 | 11011101 | 1111100 | 0 | 1010 | 110001 | 100 | 110000 | 1010110 | 1001000 |
Color Harmonies of #F5DD7C
Complementary color
Monochromatic Colors of #F5DD7C
Black with #F5DD7C
Text Example
Text Example
White with #F5DD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DD7C; }
p { color: rgb(245,221,124); }
H1.HeaderClassName
{
color: #F5DD7C;
}
.AnyTagClassName
{
color: #F5DD7C;
}
</style>
background-color css
<style>
a { background-color: #F5DD7C; }
a { background-color: rgb(245,221,124); }
div.DivClassName
{
background-color: #F5DD7C;
}
.BgClassName
{
background-color: #F5DD7C;
}
</style>
border-color css
<style>
span { border-color: #F5DD7C; }
span { border-color: rgb(245,221,124); }
td.TdClassName
{
border-color: #F5DD7C;
}
.TagClassName
{
border-color: #F5DD7C;
}
</style>