#FBE485

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

Shades of Buff #FBE485

Tints of Buff #FBE485

Color information

#FBE485 (or 0xFBE485) is unknown color: approx Buff. HEX triplet: FB, E4 and 85. RGB value is (251,228,133). Sum of RGB (Red+Green+Blue) = 251+228+133=612 (81% of max value = 765). Red value is 251 (98.44% from 255 or 41.01% from 612); Green value is 228 (89.45% from 255 or 37.25% from 612); Blue value is 133 (52.34% from 255 or 21.73% from 612); Max value from RGB is 251 - color contains mainly: red. Hex color #FBE485 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FBE485 is #041B7A. Grayscale: #E0E0E0. Windows color (decimal): -269179 or 8774907. OLE color: 8774907.

HSL color Cylindrical-coordinate representation of color #FBE485: hue angle of 48.31º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FBE485 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB251228133-
CMYK00.090.470.02
HSL48.31º93.65%75.29%-
HSV(B)48.31º47.01%98.43%-
XYZ71.7677.6933.4-
YUV224.0576.62147.22-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 41.01%
GREEN value IS 228 (89.45% from 255) = 37.25%
BLUE value IS 133 (52.34% from 255) = 21.73%
R=41.01%
G=37.25%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25122813300.090.470.0248.3193.6575.29
HexFBE485092F2305e4b
Octal37334420501157260136113
Binary111110111110010010000101010011011111011000010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBE485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBE485; }

 p { color: rgb(251,228,133); }

 H1.HeaderClassName
 {
   color: #FBE485;
 }
 .AnyTagClassName
 {
   color: #FBE485;
 }
</style>
background-color css

<style>
 a { background-color: #FBE485; }

 a { background-color: rgb(251,228,133); }

 div.DivClassName
 {
   background-color: #FBE485;
 }
 .BgClassName
 {
   background-color: #FBE485;
 }
</style>
border-color css

<style>
 span { border-color: #FBE485; }

 span { border-color: rgb(251,228,133); }

 td.TdClassName
 {
   border-color: #FBE485;
 }
 .TagClassName
 {
   border-color: #FBE485;
 }
</style>