Color Hex Logo

#fa363c Color Hex

#FA363C
(250,54,60)
0 Favorites   0 Comments

Color spaces of #fa363c

RGB 2505460
HSL0.990.950.60
HSV358°78°98°
CMYK 0.000.780.76   0.02
XYZ41.559123.28866.5797
Yxy23.28860.58180.3260
Hunter Lab48.258369.268825.6970
CIE-Lab55.368471.878444.5654

#fa363c color RGB value is (250,54,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00110110 00111100
Octal 372 66 74
Decimal 250 54 60
Hex FA 36 3C

RGB Percentages of Color #fa363c

%68.68
%14.84
%16.48

CMYK Percentages of Color #fa363c

%0
%78
%76
%2

Triadic Colors of #fa363c

#fa363c #3cfa36 #363cfa

Analogous Colors of #fa363c

#fa363c #fa9236 #fa369e

Monochromatic Colors of #fa363c

#fa363c

Complementary Color

#fa363c #36faf4

#fa363c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa363c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa363c Color CSS Codes

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

#fa363c Text Font Color

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

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


#fa363c Background Color

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

This div background color is #fa363c


#fa363c Border Color

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

This div border color is #fa363c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa363c


Comments

No comments written yet.

Please login to write comment.