Color Hex Logo

#fa364a Color Hex

#FA364A
(250,54,74)
0 Favorites   0 Comments

Color spaces of #fa364a

RGB 2505474
HSL0.980.950.60
HSV354°78°98°
CMYK 0.000.780.70   0.02
XYZ41.979523.45678.7936
Yxy23.45670.56550.3160
Hunter Lab48.432169.962223.1375
CIE-Lab55.539772.415436.8942

#fa364a color RGB value is (250,54,74).

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

The process color (four color CMYK) of #fa364a color hex is 0.00, 0.78, 0.70, 0.02. Web safe color of #fa364a is #ff3333. Color #fa364a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00110110 01001010
Octal 372 66 112
Decimal 250 54 74
Hex FA 36 4A

RGB Percentages of Color #fa364a

%66.14
%14.29
%19.58

CMYK Percentages of Color #fa364a

%0
%78
%70
%2

Triadic Colors of #fa364a

#fa364a #4afa36 #364afa

Analogous Colors of #fa364a

#fa364a #fa8436 #fa36ac

Monochromatic Colors of #fa364a

#fa364a

Complementary Color

#fa364a #36fae6

#fa364a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa364a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa364a Color CSS Codes

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

#fa364a Text Font Color

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

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


#fa364a Background Color

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

This div background color is #fa364a


#fa364a Border Color

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

This div border color is #fa364a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa364a

Related Colors


Comments

No comments written yet.

Please login to write comment.