Color Hex Logo

#fa843a Color Hex

#FA843A
(250,132,58)
0 Favorites   0 Comments

Color spaces of #fa843a

RGB 25013258
HSL0.060.950.60
HSV23°77°98°
CMYK 0.000.470.77   0.02
XYZ48.439337.13208.6171
Yxy37.13200.51430.3942
Hunter Lab60.936035.255334.2709
CIE-Lab67.375940.004257.8838

#fa843a color RGB value is (250,132,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10000100 00111010
Octal 372 204 72
Decimal 250 132 58
Hex FA 84 3A

RGB Percentages of Color #fa843a

%56.82
%30.00
%13.18

CMYK Percentages of Color #fa843a

%0
%47
%77
%2

Triadic Colors of #fa843a

#fa843a #3afa84 #843afa

Analogous Colors of #fa843a

#fa843a #fae43a #fa3a50

Monochromatic Colors of #fa843a

#fa843a

Complementary Color

#fa843a #3ab0fa

#fa843a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa843a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa843a Color CSS Codes

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

#fa843a Text Font Color

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

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


#fa843a Background Color

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

This div background color is #fa843a


#fa843a Border Color

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

This div border color is #fa843a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa843a


Comments

No comments written yet.

Please login to write comment.