Color Hex Logo

#fa8411 Color Hex

#FA8411
(250,132,17)
0 Favorites   0 Comments

Color spaces of #fa8411

RGB 25013217
HSL0.080.960.52
HSV30°93°98°
CMYK 0.000.470.93   0.02
XYZ47.776836.86705.1282
Yxy36.86700.53220.4107
Hunter Lab60.718234.197937.4952
CIE-Lab67.177139.032071.1821

#fa8411 color RGB value is (250,132,17).

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

The process color (four color CMYK) of #fa8411 color hex is 0.00, 0.47, 0.93, 0.02. Web safe color of #fa8411 is #ff9900. Color #fa8411 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10000100 00010001
Octal 372 204 21
Decimal 250 132 17
Hex FA 84 11

RGB Percentages of Color #fa8411

%62.66
%33.08
%4.26

CMYK Percentages of Color #fa8411

%0
%47
%93
%2

Triadic Colors of #fa8411

#fa8411 #11fa84 #8411fa

Analogous Colors of #fa8411

#fa8411 #faf911 #fa1112

Monochromatic Colors of #fa8411

#fa8411

Complementary Color

#fa8411 #1187fa

#fa8411 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa8411 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa8411 Color CSS Codes

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

#fa8411 Text Font Color

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

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


#fa8411 Background Color

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

This div background color is #fa8411


#fa8411 Border Color

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

This div border color is #fa8411


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa8411


Comments

No comments written yet.

Please login to write comment.