Shades of Buff #F7E184
Tints of Buff #F7E184
RGB
CMYK
RGB Variations
Color information
#F7E184 (or 0xF7E184) is known color: Buff. HEX triplet: F7, E1 and 84. RGB value is (247,225,132). Sum of RGB (Red+Green+Blue) = 247+225+132=604 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.89% from 604); Green value is 225 (88.28% from 255 or 37.25% from 604); Blue value is 132 (51.95% from 255 or 21.85% from 604); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E184 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7E184 is #081E7B. Grayscale: #DDDDDD. Windows color (decimal): -532092 or 8708599. OLE color: 8708599.
HSL color Cylindrical-coordinate representation of color #F7E184: hue angle of 48.52º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F7E184 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 225 | 132 | - |
| CMYK | 0 | 0.09 | 0.47 | 0.03 |
| HSL | 48.52º | 0.88% | 0.74% | - |
| HSV(B) | 48.52º | 0.47% | 0.97% | - |
| XYZ | 69.45 | 75.29 | 32.7 | - |
| YUV | 220.98 | 77.79 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 225 | 132 | 0 | 0.09 | 0.47 | 0.03 | 48.52 | 0.88 | 0.74 |
| Hex | F7 | E1 | 84 | 0 | 9 | 2F | 3 | 31 | 58 | 4A |
| Octal | 367 | 341 | 204 | 0 | 11 | 57 | 3 | 61 | 130 | 112 |
| Binary | 11110111 | 11100001 | 10000100 | 0 | 1001 | 101111 | 11 | 110001 | 1011000 | 1001010 |
Color Harmonies of #F7E184
Complementary color
Monochromatic Colors of #F7E184
Black with #F7E184
Text Example
Text Example
White with #F7E184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E184; }
p { color: rgb(247,225,132); }
H1.HeaderClassName
{
color: #F7E184;
}
.AnyTagClassName
{
color: #F7E184;
}
</style>
background-color css
<style>
a { background-color: #F7E184; }
a { background-color: rgb(247,225,132); }
div.DivClassName
{
background-color: #F7E184;
}
.BgClassName
{
background-color: #F7E184;
}
</style>
border-color css
<style>
span { border-color: #F7E184; }
span { border-color: rgb(247,225,132); }
td.TdClassName
{
border-color: #F7E184;
}
.TagClassName
{
border-color: #F7E184;
}
</style>