Color Hex Logo

#fa342c Color Hex

#FA342C
(250,52,44)
0 Favorites   0 Comments

Color spaces of #fa342c

RGB 2505244
HSL0.010.950.58
HSV82°98°
CMYK 0.000.790.82   0.02
XYZ41.107022.96184.6484
Yxy22.96180.59820.3341
Hunter Lab47.918569.269427.7914
CIE-Lab55.033071.943052.5705

#fa342c color RGB value is (250,52,44).

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

The process color (four color CMYK) of #fa342c color hex is 0.00, 0.79, 0.82, 0.02. Web safe color of #fa342c is #ff3333. Color #fa342c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00110100 00101100
Octal 372 64 54
Decimal 250 52 44
Hex FA 34 2C

RGB Percentages of Color #fa342c

%72.25
%15.03
%12.72

CMYK Percentages of Color #fa342c

%0
%79
%82
%2

Triadic Colors of #fa342c

#fa342c #2cfa34 #342cfa

Analogous Colors of #fa342c

#fa342c #fa9b2c #fa2c8b

Monochromatic Colors of #fa342c

#fa342c

Complementary Color

#fa342c #2cf2fa

#fa342c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa342c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa342c Color CSS Codes

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

#fa342c Text Font Color

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

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


#fa342c Background Color

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

This div background color is #fa342c


#fa342c Border Color

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

This div border color is #fa342c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa342c

Related Colors


Comments

No comments written yet.

Please login to write comment.