Color Hex Logo

#fba257 Color Hex

#FBA257
(251,162,87)
0 Favorites   0 Comments

Color spaces of #fba257

RGB 25116287
HSL0.080.950.66
HSV27°65°98°
CMYK 0.000.350.65   0.02
XYZ54.424347.038015.2276
Yxy47.03800.46640.4031
Hunter Lab68.584321.624334.8450
CIE-Lab74.214126.343851.7280

#fba257 color RGB value is (251,162,87).

#fba257 hex color red value is 251, green value is 162 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #fba257 hue: 0.08 , saturation: 0.95 and the lightness value of fba257 is 0.66.

The process color (four color CMYK) of #fba257 color hex is 0.00, 0.35, 0.65, 0.02. Web safe color of #fba257 is #ff9966. Color #fba257 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100010 01010111
Octal 373 242 127
Decimal 251 162 87
Hex FB A2 57

RGB Percentages of Color #fba257

%50.20
%32.40
%17.40

CMYK Percentages of Color #fba257

%0
%35
%65
%2

Triadic Colors of #fba257

#fba257 #57fba2 #a257fb

Analogous Colors of #fba257

#fba257 #fbf457 #fb575e

Monochromatic Colors of #fba257

#fba257

Complementary Color

#fba257 #57b0fb

#fba257 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba257 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba257 Color CSS Codes

.mybgcolor {background-color:#fba257; } 
.myforecolor {color:#fba257; }
.mybordercolor {border:3px solid #fba257; }

#fba257 Text Font Color

<p style="color:#fba257">Text here</p>

This sample text font color is #fba257
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fba257 Background Color

<div style="background-color:#fba257">
Div content here</div>

This div background color is #fba257


#fba257 Border Color

<div style="border:3px solid #fba257">
Div here</div>

This div border color is #fba257


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(251,162,87, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fba257; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fba257;
  -webkit-box-shadow: 1px 1px 3px 2px #fba257;
  box-shadow:         1px 1px 3px 2px #fba257; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,162,87, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fba257">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fba257;
  -webkit-box-shadow: 1px 1px 3px 2px #fba257;
  box-shadow:         1px 1px 3px 2px #fba257;">
Div content here</div>

This div box has shadow with color #fba257

#fba257 Color Palettes


Comments

No comments written yet.

Please login to write comment.