Shades of Buff #F5E481
Tints of Buff #F5E481
RGB
CMYK
RGB Variations
Color information
#F5E481 (or 0xF5E481) is known color: Buff. HEX triplet: F5, E4 and 81. RGB value is (245,228,129). Sum of RGB (Red+Green+Blue) = 245+228+129=602 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.70% from 602); Green value is 228 (89.45% from 255 or 37.87% from 602); Blue value is 129 (50.78% from 255 or 21.43% from 602); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E481 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5E481 is #0A1B7E. Grayscale: #DEDEDE. Windows color (decimal): -662399 or 8512757. OLE color: 8512757.
HSL color Cylindrical-coordinate representation of color #F5E481: hue angle of 51.21º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F5E481 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 228 | 129 | - |
| CMYK | 0 | 0.07 | 0.47 | 0.04 |
| HSL | 51.21º | 0.85% | 0.73% | - |
| HSV(B) | 51.21º | 0.47% | 0.96% | - |
| XYZ | 69.36 | 76.48 | 31.88 | - |
| YUV | 221.8 | 75.63 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 228 | 129 | 0 | 0.07 | 0.47 | 0.04 | 51.21 | 0.85 | 0.73 |
| Hex | F5 | E4 | 81 | 0 | 7 | 2F | 4 | 33 | 55 | 49 |
| Octal | 365 | 344 | 201 | 0 | 7 | 57 | 4 | 63 | 125 | 111 |
| Binary | 11110101 | 11100100 | 10000001 | 0 | 111 | 101111 | 100 | 110011 | 1010101 | 1001001 |
Color Harmonies of #F5E481
Complementary color
Monochromatic Colors of #F5E481
Black with #F5E481
Text Example
Text Example
White with #F5E481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5E481; }
p { color: rgb(245,228,129); }
H1.HeaderClassName
{
color: #F5E481;
}
.AnyTagClassName
{
color: #F5E481;
}
</style>
background-color css
<style>
a { background-color: #F5E481; }
a { background-color: rgb(245,228,129); }
div.DivClassName
{
background-color: #F5E481;
}
.BgClassName
{
background-color: #F5E481;
}
</style>
border-color css
<style>
span { border-color: #F5E481; }
span { border-color: rgb(245,228,129); }
td.TdClassName
{
border-color: #F5E481;
}
.TagClassName
{
border-color: #F5E481;
}
</style>