Shades of Buff #FCE387
Tints of Buff #FCE387
RGB
CMYK
RGB Variations
Color information
#FCE387 (or 0xFCE387) is known color: Buff. HEX triplet: FC, E3 and 87. RGB value is (252,227,135). Sum of RGB (Red+Green+Blue) = 252+227+135=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 227 (89.06% from 255 or 36.97% from 614); Blue value is 135 (53.12% from 255 or 21.99% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE387 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE387 is #031C78. Grayscale: #E0E0E0. Windows color (decimal): -203897 or 8905724. OLE color: 8905724.
HSL color Cylindrical-coordinate representation of color #FCE387: hue angle of 47.18º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FCE387 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 227 | 135 | - |
| CMYK | 0 | 0.10 | 0.46 | 0.01 |
| HSL | 47.18º | 0.95% | 0.76% | - |
| HSV(B) | 47.18º | 0.46% | 0.99% | - |
| XYZ | 71.99 | 77.38 | 34.06 | - |
| YUV | 223.99 | 77.78 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 227 | 135 | 0 | 0.10 | 0.46 | 0.01 | 47.18 | 0.95 | 0.76 |
| Hex | FC | E3 | 87 | 0 | A | 2E | 1 | 2F | 5F | 4C |
| Octal | 374 | 343 | 207 | 0 | 12 | 56 | 1 | 57 | 137 | 114 |
| Binary | 11111100 | 11100011 | 10000111 | 0 | 1010 | 101110 | 1 | 101111 | 1011111 | 1001100 |
Color Harmonies of #FCE387
Complementary color
Monochromatic Colors of #FCE387
Black with #FCE387
Text Example
Text Example
White with #FCE387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE387; }
p { color: rgb(252,227,135); }
H1.HeaderClassName
{
color: #FCE387;
}
.AnyTagClassName
{
color: #FCE387;
}
</style>
background-color css
<style>
a { background-color: #FCE387; }
a { background-color: rgb(252,227,135); }
div.DivClassName
{
background-color: #FCE387;
}
.BgClassName
{
background-color: #FCE387;
}
</style>
border-color css
<style>
span { border-color: #FCE387; }
span { border-color: rgb(252,227,135); }
td.TdClassName
{
border-color: #FCE387;
}
.TagClassName
{
border-color: #FCE387;
}
</style>