Color Hex Logo

#fa842a Color Hex

#FA842A
(250,132,42)
0 Favorites   0 Comments

Color spaces of #fa842a

RGB 25013242
HSL0.070.950.57
HSV26°83°98°
CMYK 0.000.470.83   0.02
XYZ48.093536.99376.7962
Yxy36.99370.52340.4026
Hunter Lab60.822434.704235.9507
CIE-Lab67.272339.498264.2378

#fa842a color RGB value is (250,132,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10000100 00101010
Octal 372 204 52
Decimal 250 132 42
Hex FA 84 2A

RGB Percentages of Color #fa842a

%58.96
%31.13
%9.91

CMYK Percentages of Color #fa842a

%0
%47
%83
%2

Triadic Colors of #fa842a

#fa842a #2afa84 #842afa

Analogous Colors of #fa842a

#fa842a #faec2a #fa2a38

Monochromatic Colors of #fa842a

#fa842a

Complementary Color

#fa842a #2aa0fa

#fa842a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa842a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa842a Color CSS Codes

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

#fa842a Text Font Color

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

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


#fa842a Background Color

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

This div background color is #fa842a


#fa842a Border Color

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

This div border color is #fa842a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa842a


Comments

No comments written yet.

Please login to write comment.