Shades of Buff #F8E08A
Tints of Buff #F8E08A
RGB
CMYK
RGB Variations
Color information
#F8E08A (or 0xF8E08A) is known color: Buff. HEX triplet: F8, E0 and 8A. RGB value is (248,224,138). Sum of RGB (Red+Green+Blue) = 248+224+138=610 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.66% from 610); Green value is 224 (87.89% from 255 or 36.72% from 610); Blue value is 138 (54.30% from 255 or 22.62% from 610); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E08A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8E08A is #071F75. Grayscale: #DDDDDD. Windows color (decimal): -466806 or 9101560. OLE color: 9101560.
HSL color Cylindrical-coordinate representation of color #F8E08A: hue angle of 46.91º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F8E08A is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 224 | 138 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.03 |
| HSL | 46.91º | 0.89% | 0.76% | - |
| HSV(B) | 46.91º | 0.44% | 0.97% | - |
| XYZ | 69.95 | 75.1 | 34.85 | - |
| YUV | 221.37 | 80.95 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 224 | 138 | 0 | 0.10 | 0.44 | 0.03 | 46.91 | 0.89 | 0.76 |
| Hex | F8 | E0 | 8A | 0 | A | 2C | 3 | 2F | 59 | 4C |
| Octal | 370 | 340 | 212 | 0 | 12 | 54 | 3 | 57 | 131 | 114 |
| Binary | 11111000 | 11100000 | 10001010 | 0 | 1010 | 101100 | 11 | 101111 | 1011001 | 1001100 |
Color Harmonies of #F8E08A
Complementary color
Monochromatic Colors of #F8E08A
Black with #F8E08A
Text Example
Text Example
White with #F8E08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E08A; }
p { color: rgb(248,224,138); }
H1.HeaderClassName
{
color: #F8E08A;
}
.AnyTagClassName
{
color: #F8E08A;
}
</style>
background-color css
<style>
a { background-color: #F8E08A; }
a { background-color: rgb(248,224,138); }
div.DivClassName
{
background-color: #F8E08A;
}
.BgClassName
{
background-color: #F8E08A;
}
</style>
border-color css
<style>
span { border-color: #F8E08A; }
span { border-color: rgb(248,224,138); }
td.TdClassName
{
border-color: #F8E08A;
}
.TagClassName
{
border-color: #F8E08A;
}
</style>