Color Hex Logo

#fa740e Color Hex

#FA740E
(250,116,14)
0 Favorites   0 Comments

Color spaces of #fa740e

RGB 25011614
HSL0.070.960.52
HSV26°94°98°
CMYK 0.000.540.94   0.02
XYZ45.749032.84654.3442
Yxy32.84650.55160.3960
Hunter Lab57.311942.191235.6242
CIE-Lab64.036446.863569.6531

#fa740e color RGB value is (250,116,14).

#fa740e hex color red value is 250, green value is 116 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #fa740e hue: 0.07 , saturation: 0.96 and the lightness value of fa740e is 0.52.

The process color (four color CMYK) of #fa740e color hex is 0.00, 0.54, 0.94, 0.02. Web safe color of #fa740e is #ff6600. Color #fa740e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01110100 00001110
Octal 372 164 16
Decimal 250 116 14
Hex FA 74 E

RGB Percentages of Color #fa740e

%65.79
%30.53
%3.68

CMYK Percentages of Color #fa740e

%0
%54
%94
%2

Triadic Colors of #fa740e

#fa740e #0efa74 #740efa

Analogous Colors of #fa740e

#fa740e #faea0e #fa0e1e

Monochromatic Colors of #fa740e

#fa740e

Complementary Color

#fa740e #0e94fa

#fa740e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa740e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa740e Color CSS Codes

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

#fa740e Text Font Color

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

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


#fa740e Background Color

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

This div background color is #fa740e


#fa740e Border Color

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

This div border color is #fa740e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa740e


Comments

No comments written yet.

Please login to write comment.