Color Hex Logo

#faa72f Color Hex

#FAA72F
(250,167,47)
0 Favorites   0 Comments

Color spaces of #faa72f

RGB 25016747
HSL0.100.950.58
HSV35°81°98°
CMYK 0.000.330.81   0.02
XYZ53.756148.16679.1532
Yxy48.16670.48400.4336
Hunter Lab69.402216.804840.7620
CIE-Lab74.930021.551969.1630

#faa72f color RGB value is (250,167,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10100111 00101111
Octal 372 247 57
Decimal 250 167 47
Hex FA A7 2F

RGB Percentages of Color #faa72f

%53.88
%35.99
%10.13

CMYK Percentages of Color #faa72f

%0
%33
%81
%2

Triadic Colors of #faa72f

#faa72f #2ffaa7 #a72ffa

Analogous Colors of #faa72f

#faa72f #e8fa2f #fa422f

Monochromatic Colors of #faa72f

#faa72f

Complementary Color

#faa72f #2f82fa

#faa72f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#faa72f Color Preview on White Background

Lorem ipsum dolor sit amet.

#faa72f Color CSS Codes

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

#faa72f Text Font Color

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

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


#faa72f Background Color

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

This div background color is #faa72f


#faa72f Border Color

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

This div border color is #faa72f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #faa72f

Related Colors


Comments

No comments written yet.

Please login to write comment.