Color Hex Logo

#fa362a Color Hex

#FA362A
(250,54,42)
0 Favorites   0 Comments

Color spaces of #fa362a

RGB 2505442
HSL0.010.950.57
HSV83°98°
CMYK 0.000.780.83   0.02
XYZ41.161423.12954.4855
Yxy23.12950.59850.3363
Hunter Lab48.093168.609528.1354
CIE-Lab55.205571.366153.6942

#fa362a color RGB value is (250,54,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00110110 00101010
Octal 372 66 52
Decimal 250 54 42
Hex FA 36 2A

RGB Percentages of Color #fa362a

%72.25
%15.61
%12.14

CMYK Percentages of Color #fa362a

%0
%78
%83
%2

Triadic Colors of #fa362a

#fa362a #2afa36 #362afa

Analogous Colors of #fa362a

#fa362a #fa9e2a #fa2a86

Monochromatic Colors of #fa362a

#fa362a

Complementary Color

#fa362a #2aeefa

#fa362a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa362a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa362a Color CSS Codes

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

#fa362a Text Font Color

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

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


#fa362a Background Color

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

This div background color is #fa362a


#fa362a Border Color

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

This div border color is #fa362a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa362a

Related Colors


Comments

No comments written yet.

Please login to write comment.