Shades of Buff #F7E18A
Tints of Buff #F7E18A
RGB
CMYK
RGB Variations
Color information
#F7E18A (or 0xF7E18A) is known color: Buff. HEX triplet: F7, E1 and 8A. RGB value is (247,225,138). Sum of RGB (Red+Green+Blue) = 247+225+138=610 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.49% from 610); Green value is 225 (88.28% from 255 or 36.89% from 610); Blue value is 138 (54.30% from 255 or 22.62% from 610); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E18A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7E18A is #081E75. Grayscale: #DEDEDE. Windows color (decimal): -532086 or 9101815. OLE color: 9101815.
HSL color Cylindrical-coordinate representation of color #F7E18A: hue angle of 47.89º degrees, saturation: 0.87, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F7E18A is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 225 | 138 | - |
| CMYK | 0 | 0.09 | 0.44 | 0.03 |
| HSL | 47.89º | 0.87% | 0.75% | - |
| HSV(B) | 47.89º | 0.44% | 0.97% | - |
| XYZ | 69.87 | 75.46 | 34.93 | - |
| YUV | 221.66 | 80.79 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 225 | 138 | 0 | 0.09 | 0.44 | 0.03 | 47.89 | 0.87 | 0.75 |
| Hex | F7 | E1 | 8A | 0 | 9 | 2C | 3 | 30 | 57 | 4B |
| Octal | 367 | 341 | 212 | 0 | 11 | 54 | 3 | 60 | 127 | 113 |
| Binary | 11110111 | 11100001 | 10001010 | 0 | 1001 | 101100 | 11 | 110000 | 1010111 | 1001011 |
Color Harmonies of #F7E18A
Complementary color
Monochromatic Colors of #F7E18A
Black with #F7E18A
Text Example
Text Example
White with #F7E18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E18A; }
p { color: rgb(247,225,138); }
H1.HeaderClassName
{
color: #F7E18A;
}
.AnyTagClassName
{
color: #F7E18A;
}
</style>
background-color css
<style>
a { background-color: #F7E18A; }
a { background-color: rgb(247,225,138); }
div.DivClassName
{
background-color: #F7E18A;
}
.BgClassName
{
background-color: #F7E18A;
}
</style>
border-color css
<style>
span { border-color: #F7E18A; }
span { border-color: rgb(247,225,138); }
td.TdClassName
{
border-color: #F7E18A;
}
.TagClassName
{
border-color: #F7E18A;
}
</style>