Color Hex Logo

#fa473a Color Hex

#FA473A
(250,71,58)
0 Favorites   0 Comments

Color spaces of #fa473a

RGB 2507158
HSL0.010.950.60
HSV77°98°
CMYK 0.000.720.77   0.02
XYZ42.441325.13606.6178
Yxy25.13600.57200.3388
Hunter Lab50.135863.367327.2689
CIE-Lab57.207766.616847.5854

#fa473a color RGB value is (250,71,58).

#fa473a hex color red value is 250, green value is 71 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #fa473a hue: 0.01 , saturation: 0.95 and the lightness value of fa473a is 0.60.

The process color (four color CMYK) of #fa473a color hex is 0.00, 0.72, 0.77, 0.02. Web safe color of #fa473a is #ff3333. Color #fa473a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01000111 00111010
Octal 372 107 72
Decimal 250 71 58
Hex FA 47 3A

RGB Percentages of Color #fa473a

%65.96
%18.73
%15.30

CMYK Percentages of Color #fa473a

%0
%72
%77
%2

Triadic Colors of #fa473a

#fa473a #3afa47 #473afa

Analogous Colors of #fa473a

#fa473a #faa73a #fa3a8d

Monochromatic Colors of #fa473a

#fa473a

Complementary Color

#fa473a #3aedfa

#fa473a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa473a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa473a Color CSS Codes

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

#fa473a Text Font Color

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

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


#fa473a Background Color

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

This div background color is #fa473a


#fa473a Border Color

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

This div border color is #fa473a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa473a


Comments

No comments written yet.

Please login to write comment.