Shades of Buff #F5E280
Tints of Buff #F5E280
RGB
CMYK
RGB Variations
Color information
#F5E280 (or 0xF5E280) is known color: Buff. HEX triplet: F5, E2 and 80. RGB value is (245,226,128). Sum of RGB (Red+Green+Blue) = 245+226+128=599 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.90% from 599); Green value is 226 (88.67% from 255 or 37.73% from 599); Blue value is 128 (50.39% from 255 or 21.37% from 599); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E280 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5E280 is #0A1D7F. Grayscale: #DCDCDC. Windows color (decimal): -662912 or 8446709. OLE color: 8446709.
HSL color Cylindrical-coordinate representation of color #F5E280: hue angle of 50.26º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F5E280 is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 226 | 128 | - |
| CMYK | 0 | 0.08 | 0.48 | 0.04 |
| HSL | 50.26º | 0.85% | 0.73% | - |
| HSV(B) | 50.26º | 0.48% | 0.96% | - |
| XYZ | 68.75 | 75.36 | 31.35 | - |
| YUV | 220.51 | 75.79 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 226 | 128 | 0 | 0.08 | 0.48 | 0.04 | 50.26 | 0.85 | 0.73 |
| Hex | F5 | E2 | 80 | 0 | 8 | 30 | 4 | 32 | 55 | 49 |
| Octal | 365 | 342 | 200 | 0 | 10 | 60 | 4 | 62 | 125 | 111 |
| Binary | 11110101 | 11100010 | 10000000 | 0 | 1000 | 110000 | 100 | 110010 | 1010101 | 1001001 |
Color Harmonies of #F5E280
Complementary color
Monochromatic Colors of #F5E280
Black with #F5E280
Text Example
Text Example
White with #F5E280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E280; }
p { color: rgb(245,226,128); }
H1.HeaderClassName
{
color: #F5E280;
}
.AnyTagClassName
{
color: #F5E280;
}
</style>
background-color css
<style>
a { background-color: #F5E280; }
a { background-color: rgb(245,226,128); }
div.DivClassName
{
background-color: #F5E280;
}
.BgClassName
{
background-color: #F5E280;
}
</style>
border-color css
<style>
span { border-color: #F5E280; }
span { border-color: rgb(245,226,128); }
td.TdClassName
{
border-color: #F5E280;
}
.TagClassName
{
border-color: #F5E280;
}
</style>