Color Hex Logo

#fba521 Color Hex

#FBA521
(251,165,33)
0 Favorites   0 Comments

Color spaces of #fba521

RGB 25116533
HSL0.100.960.56
HSV36°87°98°
CMYK 0.000.340.87   0.02
XYZ53.513347.52937.7925
Yxy47.52930.49170.4367
Hunter Lab68.941517.906441.5575
CIE-Lab74.527122.665073.0447

#fba521 color RGB value is (251,165,33).

#fba521 hex color red value is 251, green value is 165 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #fba521 hue: 0.10 , saturation: 0.96 and the lightness value of fba521 is 0.56.

The process color (four color CMYK) of #fba521 color hex is 0.00, 0.34, 0.87, 0.02. Web safe color of #fba521 is #ff9933. Color #fba521 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100101 00100001
Octal 373 245 41
Decimal 251 165 33
Hex FB A5 21

RGB Percentages of Color #fba521

%55.90
%36.75
%7.35

CMYK Percentages of Color #fba521

%0
%34
%87
%2

Triadic Colors of #fba521

#fba521 #21fba5 #a521fb

Analogous Colors of #fba521

#fba521 #e4fb21 #fb3821

Monochromatic Colors of #fba521

#fba521

Complementary Color

#fba521 #2177fb

#fba521 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba521 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba521 Color CSS Codes

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

#fba521 Text Font Color

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

This sample text font color is #fba521
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.


#fba521 Background Color

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

This div background color is #fba521


#fba521 Border Color

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

This div border color is #fba521


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba521

Related Colors


Comments

No comments written yet.

Please login to write comment.