Color Hex Logo

#fa413a Color Hex

#FA413A
(250,65,58)
0 Favorites   0 Comments

Color spaces of #fa413a

RGB 2506558
HSL0.010.950.60
HSV77°98°
CMYK 0.000.740.77   0.02
XYZ42.078424.41016.4968
Yxy24.41010.57650.3345
Hunter Lab49.406665.562726.7882
CIE-Lab56.496168.591746.8407

#fa413a color RGB value is (250,65,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01000001 00111010
Octal 372 101 72
Decimal 250 65 58
Hex FA 41 3A

RGB Percentages of Color #fa413a

%67.02
%17.43
%15.55

CMYK Percentages of Color #fa413a

%0
%74
%77
%2

Triadic Colors of #fa413a

#fa413a #3afa41 #413afa

Analogous Colors of #fa413a

#fa413a #faa13a #fa3a93

Monochromatic Colors of #fa413a

#fa413a

Complementary Color

#fa413a #3af3fa

#fa413a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa413a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa413a Color CSS Codes

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

#fa413a Text Font Color

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

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


#fa413a Background Color

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

This div background color is #fa413a


#fa413a Border Color

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

This div border color is #fa413a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa413a


Comments

No comments written yet.

Please login to write comment.