Color Hex Logo

#fa873a Color Hex

#FA873A
(250,135,58)
0 Favorites   0 Comments

Color spaces of #fa873a

RGB 25013558
HSL0.070.950.60
HSV24°77°98°
CMYK 0.000.460.77   0.02
XYZ48.852037.95748.7547
Yxy37.95740.51120.3972
Hunter Lab61.609633.721034.7016
CIE-Lab67.989238.491858.4865

#fa873a color RGB value is (250,135,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10000111 00111010
Octal 372 207 72
Decimal 250 135 58
Hex FA 87 3A

RGB Percentages of Color #fa873a

%56.43
%30.47
%13.09

CMYK Percentages of Color #fa873a

%0
%46
%77
%2

Triadic Colors of #fa873a

#fa873a #3afa87 #873afa

Analogous Colors of #fa873a

#fa873a #fae73a #fa3a4d

Monochromatic Colors of #fa873a

#fa873a

Complementary Color

#fa873a #3aadfa

#fa873a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa873a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa873a Color CSS Codes

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

#fa873a Text Font Color

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

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


#fa873a Background Color

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

This div background color is #fa873a


#fa873a Border Color

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

This div border color is #fa873a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa873a


Comments

No comments written yet.

Please login to write comment.