Shades of Buff #FBE487
Tints of Buff #FBE487
RGB
CMYK
RGB Variations
Color information
#FBE487 (or 0xFBE487) is known color: Buff. HEX triplet: FB, E4 and 87. RGB value is (251,228,135). Sum of RGB (Red+Green+Blue) = 251+228+135=614 (81% of max value = 765). Red value is 251 (98.44% from 255 or 40.88% from 614); Green value is 228 (89.45% from 255 or 37.13% from 614); Blue value is 135 (53.12% from 255 or 21.99% from 614); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE487 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE487 is #041B78. Grayscale: #E0E0E0. Windows color (decimal): -269177 or 8905979. OLE color: 8905979.
HSL color Cylindrical-coordinate representation of color #FBE487: hue angle of 48.1º degrees, saturation: 0.94, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FBE487 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 228 | 135 | - |
| CMYK | 0 | 0.09 | 0.46 | 0.02 |
| HSL | 48.1º | 0.94% | 0.76% | - |
| HSV(B) | 48.1º | 0.46% | 0.98% | - |
| XYZ | 71.9 | 77.75 | 34.14 | - |
| YUV | 224.28 | 77.62 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 228 | 135 | 0 | 0.09 | 0.46 | 0.02 | 48.1 | 0.94 | 0.76 |
| Hex | FB | E4 | 87 | 0 | 9 | 2E | 2 | 30 | 5E | 4C |
| Octal | 373 | 344 | 207 | 0 | 11 | 56 | 2 | 60 | 136 | 114 |
| Binary | 11111011 | 11100100 | 10000111 | 0 | 1001 | 101110 | 10 | 110000 | 1011110 | 1001100 |
Color Harmonies of #FBE487
Complementary color
Monochromatic Colors of #FBE487
Black with #FBE487
Text Example
Text Example
White with #FBE487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBE487; }
p { color: rgb(251,228,135); }
H1.HeaderClassName
{
color: #FBE487;
}
.AnyTagClassName
{
color: #FBE487;
}
</style>
background-color css
<style>
a { background-color: #FBE487; }
a { background-color: rgb(251,228,135); }
div.DivClassName
{
background-color: #FBE487;
}
.BgClassName
{
background-color: #FBE487;
}
</style>
border-color css
<style>
span { border-color: #FBE487; }
span { border-color: rgb(251,228,135); }
td.TdClassName
{
border-color: #FBE487;
}
.TagClassName
{
border-color: #FBE487;
}
</style>