Color Hex Logo

#fa743a Color Hex

#FA743A
(250,116,58)
0 Favorites   0 Comments

Color spaces of #fa743a

RGB 25011658
HSL0.050.950.60
HSV18°77°98°
CMYK 0.000.540.77   0.02
XYZ46.433533.12037.9485
Yxy33.12030.53070.3785
Hunter Lab57.550243.307032.0964
CIE-Lab64.258247.852254.7893

#fa743a color RGB value is (250,116,58).

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

The process color (four color CMYK) of #fa743a color hex is 0.00, 0.54, 0.77, 0.02. Web safe color of #fa743a is #ff6633. Color #fa743a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01110100 00111010
Octal 372 164 72
Decimal 250 116 58
Hex FA 74 3A

RGB Percentages of Color #fa743a

%58.96
%27.36
%13.68

CMYK Percentages of Color #fa743a

%0
%54
%77
%2

Triadic Colors of #fa743a

#fa743a #3afa74 #743afa

Analogous Colors of #fa743a

#fa743a #fad43a #fa3a60

Monochromatic Colors of #fa743a

#fa743a

Complementary Color

#fa743a #3ac0fa

#fa743a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa743a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa743a Color CSS Codes

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

#fa743a Text Font Color

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

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


#fa743a Background Color

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

This div background color is #fa743a


#fa743a Border Color

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

This div border color is #fa743a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa743a


Comments

No comments written yet.

Please login to write comment.