Color Hex Logo

#fa8101 Color Hex

#FA8101
(250,129,1)
0 Favorites   0 Comments

Color spaces of #fa8101

RGB 2501291
HSL0.090.990.49
HSV31°100°98°
CMYK 0.000.481.00   0.02
XYZ47.280136.02674.4906
Yxy36.02670.53850.4103
Hunter Lab60.022235.567237.5798
CIE-Lab66.540340.394373.2109

#fa8101 color RGB value is (250,129,1).

#fa8101 hex color red value is 250, green value is 129 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #fa8101 hue: 0.09 , saturation: 0.99 and the lightness value of fa8101 is 0.49.

The process color (four color CMYK) of #fa8101 color hex is 0.00, 0.48, 1.00, 0.02. Web safe color of #fa8101 is #ff9900. Color #fa8101 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10000001 00000001
Octal 372 201 1
Decimal 250 129 1
Hex FA 81 1

RGB Percentages of Color #fa8101

%65.79
%33.95
%0.26

CMYK Percentages of Color #fa8101

%0
%48
%100
%2

Triadic Colors of #fa8101

#fa8101 #01fa81 #8101fa

Analogous Colors of #fa8101

#fa8101 #f7fa01 #fa0501

Monochromatic Colors of #fa8101

#fa8101

Complementary Color

#fa8101 #017afa

#fa8101 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa8101 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa8101 Color CSS Codes

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

#fa8101 Text Font Color

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

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


#fa8101 Background Color

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

This div background color is #fa8101


#fa8101 Border Color

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

This div border color is #fa8101


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa8101


Comments

No comments written yet.

Please login to write comment.