Shades of Buff #F7E189
Tints of Buff #F7E189
RGB
CMYK
RGB Variations
Color information
#F7E189 (or 0xF7E189) is known color: Buff. HEX triplet: F7, E1 and 89. RGB value is (247,225,137). Sum of RGB (Red+Green+Blue) = 247+225+137=609 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.56% from 609); Green value is 225 (88.28% from 255 or 36.95% from 609); Blue value is 137 (53.91% from 255 or 22.50% from 609); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E189 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7E189 is #081E76. Grayscale: #DDDDDD. Windows color (decimal): -532087 or 9036279. OLE color: 9036279.
HSL color Cylindrical-coordinate representation of color #F7E189: hue angle of 48º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F7E189 is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 225 | 137 | - |
| CMYK | 0 | 0.09 | 0.45 | 0.03 |
| HSL | 48º | 0.87% | 0.75% | - |
| HSV(B) | 48º | 0.45% | 0.97% | - |
| XYZ | 69.8 | 75.43 | 34.55 | - |
| YUV | 221.55 | 80.29 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 225 | 137 | 0 | 0.09 | 0.45 | 0.03 | 48 | 0.87 | 0.75 |
| Hex | F7 | E1 | 89 | 0 | 9 | 2D | 3 | 30 | 57 | 4B |
| Octal | 367 | 341 | 211 | 0 | 11 | 55 | 3 | 60 | 127 | 113 |
| Binary | 11110111 | 11100001 | 10001001 | 0 | 1001 | 101101 | 11 | 110000 | 1010111 | 1001011 |
Color Harmonies of #F7E189
Complementary color
Monochromatic Colors of #F7E189
Black with #F7E189
Text Example
Text Example
White with #F7E189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E189; }
p { color: rgb(247,225,137); }
H1.HeaderClassName
{
color: #F7E189;
}
.AnyTagClassName
{
color: #F7E189;
}
</style>
background-color css
<style>
a { background-color: #F7E189; }
a { background-color: rgb(247,225,137); }
div.DivClassName
{
background-color: #F7E189;
}
.BgClassName
{
background-color: #F7E189;
}
</style>
border-color css
<style>
span { border-color: #F7E189; }
span { border-color: rgb(247,225,137); }
td.TdClassName
{
border-color: #F7E189;
}
.TagClassName
{
border-color: #F7E189;
}
</style>