Color Hex Logo

#fba548 Color Hex

#FBA548
(251,165,72)
0 Favorites   0 Comments

Color spaces of #fba548

RGB 25116572
HSL0.090.960.63
HSV31°71°98°
CMYK 0.000.340.71   0.02
XYZ54.408547.887412.5064
Yxy47.88740.47390.4171
Hunter Lab69.200719.242937.7252
CIE-Lab74.753923.977059.2525

#fba548 color RGB value is (251,165,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10100101 01001000
Octal 373 245 110
Decimal 251 165 72
Hex FB A5 48

RGB Percentages of Color #fba548

%51.43
%33.81
%14.75

CMYK Percentages of Color #fba548

%0
%34
%71
%2

Triadic Colors of #fba548

#fba548 #48fba5 #a548fb

Analogous Colors of #fba548

#fba548 #f8fb48 #fb4c48

Monochromatic Colors of #fba548

#fba548

Complementary Color

#fba548 #489efb

#fba548 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fba548 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fba548 Color CSS Codes

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

#fba548 Text Font Color

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

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


#fba548 Background Color

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

This div background color is #fba548


#fba548 Border Color

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

This div border color is #fba548


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fba548


Comments

No comments written yet.

Please login to write comment.