Color Hex Logo

#faa548 Color Hex

#FAA548
(250,165,72)
0 Favorites   0 Comments

Color spaces of #faa548

RGB 25016572
HSL0.090.950.63
HSV31°71°98°
CMYK 0.000.340.71   0.02
XYZ54.049247.702112.4896
Yxy47.70210.47310.4176
Hunter Lab69.066718.821137.6251
CIE-Lab74.636623.566359.0940

#faa548 color RGB value is (250,165,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100101 01001000
Octal 372 245 110
Decimal 250 165 72
Hex FA A5 48

RGB Percentages of Color #faa548

%51.33
%33.88
%14.78

CMYK Percentages of Color #faa548

%0
%34
%71
%2

Triadic Colors of #faa548

#faa548 #48faa5 #a548fa

Analogous Colors of #faa548

#faa548 #f6fa48 #fa4c48

Monochromatic Colors of #faa548

#faa548

Complementary Color

#faa548 #489dfa

#faa548 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa548 Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa548 Color CSS Codes

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

#faa548 Text Font Color

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

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


#faa548 Background Color

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

This div background color is #faa548


#faa548 Border Color

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

This div border color is #faa548


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,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 #faa548">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa548


Comments

No comments written yet.

Please login to write comment.