Color Hex Logo

#fa501f Color Hex

#FA501F
(250,80,31)
0 Favorites   0 Comments

Color spaces of #fa501f

RGB 2508031
HSL0.040.960.55
HSV13°88°98°
CMYK 0.000.680.88   0.02
XYZ42.540326.16024.1036
Yxy26.16020.58430.3593
Hunter Lab51.147058.955731.0460
CIE-Lab58.188862.684860.8566

#fa501f color RGB value is (250,80,31).

#fa501f hex color red value is 250, green value is 80 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #fa501f hue: 0.04 , saturation: 0.96 and the lightness value of fa501f is 0.55.

The process color (four color CMYK) of #fa501f color hex is 0.00, 0.68, 0.88, 0.02. Web safe color of #fa501f is #ff6633. Color #fa501f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01010000 00011111
Octal 372 120 37
Decimal 250 80 31
Hex FA 50 1F

RGB Percentages of Color #fa501f

%69.25
%22.16
%8.59

CMYK Percentages of Color #fa501f

%0
%68
%88
%2

Triadic Colors of #fa501f

#fa501f #1ffa50 #501ffa

Analogous Colors of #fa501f

#fa501f #fabe1f #fa1f5c

Monochromatic Colors of #fa501f

#fa501f

Complementary Color

#fa501f #1fc9fa

#fa501f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa501f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa501f Color CSS Codes

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

#fa501f Text Font Color

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

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


#fa501f Background Color

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

This div background color is #fa501f


#fa501f Border Color

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

This div border color is #fa501f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa501f

Related Colors


Comments

No comments written yet.

Please login to write comment.