Color Hex Logo

#fa872c Color Hex

#FA872C
(250,135,44)
0 Favorites   0 Comments

Color spaces of #fa872c

RGB 25013544
HSL0.070.950.58
HSV27°82°98°
CMYK 0.000.460.82   0.02
XYZ48.542937.83387.1270
Yxy37.83380.51920.4046
Hunter Lab61.509233.230736.1866
CIE-Lab67.897938.038764.0497

#fa872c color RGB value is (250,135,44).

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

The process color (four color CMYK) of #fa872c color hex is 0.00, 0.46, 0.82, 0.02. Web safe color of #fa872c is #ff9933. Color #fa872c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10000111 00101100
Octal 372 207 54
Decimal 250 135 44
Hex FA 87 2C

RGB Percentages of Color #fa872c

%58.28
%31.47
%10.26

CMYK Percentages of Color #fa872c

%0
%46
%82
%2

Triadic Colors of #fa872c

#fa872c #2cfa87 #872cfa

Analogous Colors of #fa872c

#fa872c #faee2c #fa2c38

Monochromatic Colors of #fa872c

#fa872c

Complementary Color

#fa872c #2c9ffa

#fa872c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa872c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa872c Color CSS Codes

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

#fa872c Text Font Color

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

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


#fa872c Background Color

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

This div background color is #fa872c


#fa872c Border Color

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

This div border color is #fa872c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa872c


Comments

No comments written yet.

Please login to write comment.