Color Hex Logo

#fa363a Color Hex

#FA363A
(250,54,58)
0 Favorites   0 Comments

Color spaces of #fa363a

RGB 2505458
HSL1.000.950.60
HSV359°78°98°
CMYK 0.000.780.77   0.02
XYZ41.507223.26786.3065
Yxy23.26780.58390.3273
Hunter Lab48.236769.183226.0141
CIE-Lab55.347171.812045.6304

#fa363a color RGB value is (250,54,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00110110 00111010
Octal 372 66 72
Decimal 250 54 58
Hex FA 36 3A

RGB Percentages of Color #fa363a

%69.06
%14.92
%16.02

CMYK Percentages of Color #fa363a

%0
%78
%77
%2

Triadic Colors of #fa363a

#fa363a #3afa36 #363afa

Analogous Colors of #fa363a

#fa363a #fa9436 #fa369c

Monochromatic Colors of #fa363a

#fa363a

Complementary Color

#fa363a #36faf6

#fa363a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa363a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa363a Color CSS Codes

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

#fa363a Text Font Color

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

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


#fa363a Background Color

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

This div background color is #fa363a


#fa363a Border Color

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

This div border color is #fa363a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa363a

Related Colors


Comments

No comments written yet.

Please login to write comment.