Shades of Buff #F7E284
Tints of Buff #F7E284
RGB
CMYK
RGB Variations
Color information
#F7E284 (or 0xF7E284) is known color: Buff. HEX triplet: F7, E2 and 84. RGB value is (247,226,132). Sum of RGB (Red+Green+Blue) = 247+226+132=605 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.83% from 605); Green value is 226 (88.67% from 255 or 37.36% from 605); Blue value is 132 (51.95% from 255 or 21.82% from 605); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E284 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7E284 is #081D7B. Grayscale: #DDDDDD. Windows color (decimal): -531836 or 8708855. OLE color: 8708855.
HSL color Cylindrical-coordinate representation of color #F7E284: hue angle of 49.04º 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 #F7E284 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 226 | 132 | - |
| CMYK | 0 | 0.09 | 0.47 | 0.03 |
| HSL | 49.04º | 0.88% | 0.74% | - |
| HSV(B) | 49.04º | 0.47% | 0.97% | - |
| XYZ | 69.72 | 75.83 | 32.79 | - |
| YUV | 221.56 | 77.46 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 226 | 132 | 0 | 0.09 | 0.47 | 0.03 | 49.04 | 0.88 | 0.74 |
| Hex | F7 | E2 | 84 | 0 | 9 | 2F | 3 | 31 | 58 | 4A |
| Octal | 367 | 342 | 204 | 0 | 11 | 57 | 3 | 61 | 130 | 112 |
| Binary | 11110111 | 11100010 | 10000100 | 0 | 1001 | 101111 | 11 | 110001 | 1011000 | 1001010 |
Color Harmonies of #F7E284
Complementary color
Monochromatic Colors of #F7E284
Black with #F7E284
Text Example
Text Example
White with #F7E284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E284; }
p { color: rgb(247,226,132); }
H1.HeaderClassName
{
color: #F7E284;
}
.AnyTagClassName
{
color: #F7E284;
}
</style>
background-color css
<style>
a { background-color: #F7E284; }
a { background-color: rgb(247,226,132); }
div.DivClassName
{
background-color: #F7E284;
}
.BgClassName
{
background-color: #F7E284;
}
</style>
border-color css
<style>
span { border-color: #F7E284; }
span { border-color: rgb(247,226,132); }
td.TdClassName
{
border-color: #F7E284;
}
.TagClassName
{
border-color: #F7E284;
}
</style>