Color Hex Logo

#fa142c Color Hex

#FA142C
(250,20,44)
0 Favorites   0 Comments

Color spaces of #fa142c

RGB 2502044
HSL0.980.960.53
HSV354°92°98°
CMYK 0.000.920.82   0.02
XYZ40.129121.00624.3224
Yxy21.00620.61310.3209
Hunter Lab45.832576.080526.4912
CIE-Lab52.956377.871750.6639

#fa142c color RGB value is (250,20,44).

#fa142c hex color red value is 250, green value is 20 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #fa142c hue: 0.98 , saturation: 0.96 and the lightness value of fa142c is 0.53.

The process color (four color CMYK) of #fa142c color hex is 0.00, 0.92, 0.82, 0.02. Web safe color of #fa142c is #ff0033. Color #fa142c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00010100 00101100
Octal 372 24 54
Decimal 250 20 44
Hex FA 14 2C

RGB Percentages of Color #fa142c

%79.62
%6.37
%14.01

CMYK Percentages of Color #fa142c

%0
%92
%82
%2

Triadic Colors of #fa142c

#fa142c #2cfa14 #142cfa

Analogous Colors of #fa142c

#fa142c #fa6f14 #fa149f

Monochromatic Colors of #fa142c

#fa142c

Complementary Color

#fa142c #14fae2

#fa142c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa142c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa142c Color CSS Codes

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

#fa142c Text Font Color

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

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


#fa142c Background Color

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

This div background color is #fa142c


#fa142c Border Color

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

This div border color is #fa142c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa142c


Comments

No comments written yet.

Please login to write comment.