Shades of Buff #F5DC7F
Tints of Buff #F5DC7F
RGB
CMYK
RGB Variations
Color information
#F5DC7F (or 0xF5DC7F) is known color: Buff. HEX triplet: F5, DC and 7F. RGB value is (245,220,127). Sum of RGB (Red+Green+Blue) = 245+220+127=592 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.39% from 592); Green value is 220 (86.33% from 255 or 37.16% from 592); Blue value is 127 (50% from 255 or 21.45% from 592); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DC7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F5DC7F is #0A2380. Grayscale: #D9D9D9. Windows color (decimal): -664449 or 8379637. OLE color: 8379637.
HSL color Cylindrical-coordinate representation of color #F5DC7F: hue angle of 47.29º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F5DC7F is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 220 | 127 | - |
| CMYK | 0 | 0.10 | 0.48 | 0.04 |
| HSL | 47.29º | 0.86% | 0.73% | - |
| HSV(B) | 47.29º | 0.48% | 0.96% | - |
| XYZ | 67.08 | 72.13 | 30.47 | - |
| YUV | 216.87 | 77.28 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 220 | 127 | 0 | 0.10 | 0.48 | 0.04 | 47.29 | 0.86 | 0.73 |
| Hex | F5 | DC | 7F | 0 | A | 30 | 4 | 2F | 56 | 49 |
| Octal | 365 | 334 | 177 | 0 | 12 | 60 | 4 | 57 | 126 | 111 |
| Binary | 11110101 | 11011100 | 1111111 | 0 | 1010 | 110000 | 100 | 101111 | 1010110 | 1001001 |
Color Harmonies of #F5DC7F
Complementary color
Monochromatic Colors of #F5DC7F
Black with #F5DC7F
Text Example
Text Example
White with #F5DC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5DC7F; }
p { color: rgb(245,220,127); }
H1.HeaderClassName
{
color: #F5DC7F;
}
.AnyTagClassName
{
color: #F5DC7F;
}
</style>
background-color css
<style>
a { background-color: #F5DC7F; }
a { background-color: rgb(245,220,127); }
div.DivClassName
{
background-color: #F5DC7F;
}
.BgClassName
{
background-color: #F5DC7F;
}
</style>
border-color css
<style>
span { border-color: #F5DC7F; }
span { border-color: rgb(245,220,127); }
td.TdClassName
{
border-color: #F5DC7F;
}
.TagClassName
{
border-color: #F5DC7F;
}
</style>