Color Hex Logo

#fba545 Color Hex

#FBA545
(251,165,69)
0 Favorites   0 Comments

Color spaces of #fba545

RGB 25116569
HSL0.090.960.63
HSV32°73°98°
CMYK 0.000.340.73   0.02
XYZ54.313047.849212.0034
Yxy47.84920.47570.4191
Hunter Lab69.173119.100838.1328
CIE-Lab74.729723.838060.5321

#fba545 color RGB value is (251,165,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100101 01000101
Octal 373 245 105
Decimal 251 165 69
Hex FB A5 45

RGB Percentages of Color #fba545

%51.75
%34.02
%14.23

CMYK Percentages of Color #fba545

%0
%34
%73
%2

Triadic Colors of #fba545

#fba545 #45fba5 #a545fb

Analogous Colors of #fba545

#fba545 #f6fb45 #fb4a45

Monochromatic Colors of #fba545

#fba545

Complementary Color

#fba545 #459bfb

#fba545 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba545 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba545 Color CSS Codes

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

#fba545 Text Font Color

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

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


#fba545 Background Color

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

This div background color is #fba545


#fba545 Border Color

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

This div border color is #fba545


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba545

Related Colors


Comments

No comments written yet.

Please login to write comment.