Color Hex Logo

#fa891e Color Hex

#FA891E
(250,137,30)
0 Favorites   0 Comments

Color spaces of #fa891e

RGB 25013730
HSL0.080.960.55
HSV29°88°98°
CMYK 0.000.450.88   0.02
XYZ48.604338.30916.0610
Yxy38.30910.52280.4120
Hunter Lab61.894331.857137.5201
CIE-Lab68.247836.699168.8904

#fa891e color RGB value is (250,137,30).

#fa891e hex color red value is 250, green value is 137 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #fa891e hue: 0.08 , saturation: 0.96 and the lightness value of fa891e is 0.55.

The process color (four color CMYK) of #fa891e color hex is 0.00, 0.45, 0.88, 0.02. Web safe color of #fa891e is #ff9933. Color #fa891e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10001001 00011110
Octal 372 211 36
Decimal 250 137 30
Hex FA 89 1E

RGB Percentages of Color #fa891e

%59.95
%32.85
%7.19

CMYK Percentages of Color #fa891e

%0
%45
%88
%2

Triadic Colors of #fa891e

#fa891e #1efa89 #891efa

Analogous Colors of #fa891e

#fa891e #faf71e #fa1e21

Monochromatic Colors of #fa891e

#fa891e

Complementary Color

#fa891e #1e8ffa

#fa891e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa891e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa891e Color CSS Codes

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

#fa891e Text Font Color

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

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


#fa891e Background Color

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

This div background color is #fa891e


#fa891e Border Color

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

This div border color is #fa891e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa891e


Comments

No comments written yet.

Please login to write comment.