#FBE487

Color #FBE487 Buff (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buff #FBE487

Tints of Buff #FBE487

Color information

#FBE487 (or 0xFBE487) is unknown color: approx 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

RGB251228135-
CMYK00.090.460.02
HSL48.1º93.55%75.69%-
HSV(B)48.1º46.22%98.43%-
XYZ71.977.7534.14-
YUV224.2777.62147.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 251 (98.44% from 255) = 40.88%
GREEN value IS 228 (89.45% from 255) = 37.13%
BLUE value IS 135 (53.12% from 255) = 21.99%
R=40.88%
G=37.13%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122813500.090.460.0248.193.5575.69
HexFBE487092E2305e4c
Octal37334420701156260136114
Binary111110111110010010000111010011011101011000010111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>