Color Hex Logo

#fba526 Color Hex

#FBA526
(251,165,38)
0 Favorites   0 Comments

Color spaces of #fba526

RGB 25116538
HSL0.100.960.57
HSV36°85°98°
CMYK 0.000.340.85   0.02
XYZ53.588647.55948.1892
Yxy47.55940.49010.4350
Hunter Lab68.963318.019341.2338
CIE-Lab74.546222.776271.6918

#fba526 color RGB value is (251,165,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100101 00100110
Octal 373 245 46
Decimal 251 165 38
Hex FB A5 26

RGB Percentages of Color #fba526

%55.29
%36.34
%8.37

CMYK Percentages of Color #fba526

%0
%34
%85
%2

Triadic Colors of #fba526

#fba526 #26fba5 #a526fb

Analogous Colors of #fba526

#fba526 #e7fb26 #fb3b26

Monochromatic Colors of #fba526

#fba526

Complementary Color

#fba526 #267cfb

#fba526 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba526 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba526 Color CSS Codes

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

#fba526 Text Font Color

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

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


#fba526 Background Color

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

This div background color is #fba526


#fba526 Border Color

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

This div border color is #fba526


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba526

Related Colors


Comments

No comments written yet.

Please login to write comment.