Color Hex Logo

#faa52b Color Hex

#FAA52B
(250,165,43)
0 Favorites   0 Comments

Color spaces of #faa52b

RGB 25016543
HSL0.100.950.57
HSV35°83°98°
CMYK 0.000.340.83   0.02
XYZ53.315547.40878.6263
Yxy47.40870.48760.4335
Hunter Lab68.854017.722940.7697
CIE-Lab74.450422.486070.0507

#faa52b color RGB value is (250,165,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100101 00101011
Octal 372 245 53
Decimal 250 165 43
Hex FA A5 2B

RGB Percentages of Color #faa52b

%54.59
%36.03
%9.39

CMYK Percentages of Color #faa52b

%0
%34
%83
%2

Triadic Colors of #faa52b

#faa52b #2bfaa5 #a52bfa

Analogous Colors of #faa52b

#faa52b #e8fa2b #fa3d2b

Monochromatic Colors of #faa52b

#faa52b

Complementary Color

#faa52b #2b80fa

#faa52b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa52b Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa52b Color CSS Codes

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

#faa52b Text Font Color

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

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


#faa52b Background Color

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

This div background color is #faa52b


#faa52b Border Color

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

This div border color is #faa52b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa52b


Comments

No comments written yet.

Please login to write comment.