Color Hex Logo

#fba523 Color Hex

#FBA523
(251,165,35)
0 Favorites   0 Comments

Color spaces of #fba523

RGB 25116535
HSL0.100.960.56
HSV36°86°98°
CMYK 0.000.340.86   0.02
XYZ53.542247.54087.9444
Yxy47.54080.49110.4360
Hunter Lab68.949817.949941.4335
CIE-Lab74.534422.707872.5212

#fba523 color RGB value is (251,165,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100101 00100011
Octal 373 245 43
Decimal 251 165 35
Hex FB A5 23

RGB Percentages of Color #fba523

%55.65
%36.59
%7.76

CMYK Percentages of Color #fba523

%0
%34
%86
%2

Triadic Colors of #fba523

#fba523 #23fba5 #a523fb

Analogous Colors of #fba523

#fba523 #e5fb23 #fb3923

Monochromatic Colors of #fba523

#fba523

Complementary Color

#fba523 #2379fb

#fba523 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba523 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba523 Color CSS Codes

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

#fba523 Text Font Color

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

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


#fba523 Background Color

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

This div background color is #fba523


#fba523 Border Color

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

This div border color is #fba523


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba523

Related Colors


Comments

No comments written yet.

Please login to write comment.