Shades of Buff #F7E07F
Tints of Buff #F7E07F
RGB
CMYK
RGB Variations
Color information
#F7E07F (or 0xF7E07F) is known color: Buff. HEX triplet: F7, E0 and 7F. RGB value is (247,224,127). Sum of RGB (Red+Green+Blue) = 247+224+127=598 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.30% from 598); Green value is 224 (87.89% from 255 or 37.46% from 598); Blue value is 127 (50% from 255 or 21.24% from 598); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E07F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7E07F is #081F80. Grayscale: #DCDCDC. Windows color (decimal): -532353 or 8380663. OLE color: 8380663.
HSL color Cylindrical-coordinate representation of color #F7E07F: hue angle of 48.5º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F7E07F is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 224 | 127 | - |
| CMYK | 0 | 0.09 | 0.49 | 0.03 |
| HSL | 48.5º | 0.88% | 0.73% | - |
| HSV(B) | 48.5º | 0.49% | 0.97% | - |
| XYZ | 68.84 | 74.62 | 30.85 | - |
| YUV | 219.82 | 75.62 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 224 | 127 | 0 | 0.09 | 0.49 | 0.03 | 48.5 | 0.88 | 0.73 |
| Hex | F7 | E0 | 7F | 0 | 9 | 31 | 3 | 30 | 58 | 49 |
| Octal | 367 | 340 | 177 | 0 | 11 | 61 | 3 | 60 | 130 | 111 |
| Binary | 11110111 | 11100000 | 1111111 | 0 | 1001 | 110001 | 11 | 110000 | 1011000 | 1001001 |
Color Harmonies of #F7E07F
Complementary color
Monochromatic Colors of #F7E07F
Black with #F7E07F
Text Example
Text Example
White with #F7E07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E07F; }
p { color: rgb(247,224,127); }
H1.HeaderClassName
{
color: #F7E07F;
}
.AnyTagClassName
{
color: #F7E07F;
}
</style>
background-color css
<style>
a { background-color: #F7E07F; }
a { background-color: rgb(247,224,127); }
div.DivClassName
{
background-color: #F7E07F;
}
.BgClassName
{
background-color: #F7E07F;
}
</style>
border-color css
<style>
span { border-color: #F7E07F; }
span { border-color: rgb(247,224,127); }
td.TdClassName
{
border-color: #F7E07F;
}
.TagClassName
{
border-color: #F7E07F;
}
</style>