Color Hex Logo

#fa492a Color Hex

#FA492A
(250,73,42)
0 Favorites   0 Comments

Color spaces of #fa492a

RGB 2507342
HSL0.020.950.57
HSV83°98°
CMYK 0.000.710.83   0.02
XYZ42.224825.25624.8399
Yxy25.25620.58390.3492
Hunter Lab50.255562.028829.4689
CIE-Lab57.324265.463755.5739

#fa492a color RGB value is (250,73,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01001001 00101010
Octal 372 111 52
Decimal 250 73 42
Hex FA 49 2A

RGB Percentages of Color #fa492a

%68.49
%20.00
%11.51

CMYK Percentages of Color #fa492a

%0
%71
%83
%2

Triadic Colors of #fa492a

#fa492a #2afa49 #492afa

Analogous Colors of #fa492a

#fa492a #fab12a #fa2a73

Monochromatic Colors of #fa492a

#fa492a

Complementary Color

#fa492a #2adbfa

#fa492a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa492a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa492a Color CSS Codes

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

#fa492a Text Font Color

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

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


#fa492a Background Color

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

This div background color is #fa492a


#fa492a Border Color

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

This div border color is #fa492a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa492a


Comments

No comments written yet.

Please login to write comment.