Color Hex Logo

#fa541f Color Hex

#FA541F
(250,84,31)
0 Favorites   0 Comments

Color spaces of #fa541f

RGB 2508431
HSL0.040.960.55
HSV15°88°98°
CMYK 0.000.660.88   0.02
XYZ42.842026.76364.2042
Yxy26.76360.58040.3626
Hunter Lab51.733557.287131.3952
CIE-Lab58.754961.146961.2891

#fa541f color RGB value is (250,84,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01010100 00011111
Octal 372 124 37
Decimal 250 84 31
Hex FA 54 1F

RGB Percentages of Color #fa541f

%68.49
%23.01
%8.49

CMYK Percentages of Color #fa541f

%0
%66
%88
%2

Triadic Colors of #fa541f

#fa541f #1ffa54 #541ffa

Analogous Colors of #fa541f

#fa541f #fac21f #fa1f57

Monochromatic Colors of #fa541f

#fa541f

Complementary Color

#fa541f #1fc5fa

#fa541f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa541f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa541f Color CSS Codes

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

#fa541f Text Font Color

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

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


#fa541f Background Color

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

This div background color is #fa541f


#fa541f Border Color

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

This div border color is #fa541f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa541f

Related Colors


Comments

No comments written yet.

Please login to write comment.