Color Hex Logo

#faa52f Color Hex

#FAA52F
(250,165,47)
0 Favorites   0 Comments

Color spaces of #faa52f

RGB 25016547
HSL0.100.950.58
HSV35°81°98°
CMYK 0.000.340.81   0.02
XYZ53.392647.43959.0320
Yxy47.43950.48600.4318
Hunter Lab68.876317.838740.4385
CIE-Lab74.470022.600368.7584

#faa52f color RGB value is (250,165,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100101 00101111
Octal 372 245 57
Decimal 250 165 47
Hex FA A5 2F

RGB Percentages of Color #faa52f

%54.11
%35.71
%10.17

CMYK Percentages of Color #faa52f

%0
%34
%81
%2

Triadic Colors of #faa52f

#faa52f #2ffaa5 #a52ffa

Analogous Colors of #faa52f

#faa52f #eafa2f #fa402f

Monochromatic Colors of #faa52f

#faa52f

Complementary Color

#faa52f #2f84fa

#faa52f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa52f Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa52f Color CSS Codes

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

#faa52f Text Font Color

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

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


#faa52f Background Color

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

This div background color is #faa52f


#faa52f Border Color

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

This div border color is #faa52f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa52f


Comments

No comments written yet.

Please login to write comment.