Color Hex Logo

#fa492e Color Hex

#FA492E
(250,73,46)
0 Favorites   0 Comments

Color spaces of #fa492e

RGB 2507346
HSL0.020.950.58
HSV82°98°
CMYK 0.000.710.82   0.02
XYZ42.300025.28635.2361
Yxy25.28630.58090.3472
Hunter Lab50.285562.154129.0261
CIE-Lab57.353365.564553.7414

#fa492e color RGB value is (250,73,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01001001 00101110
Octal 372 111 56
Decimal 250 73 46
Hex FA 49 2E

RGB Percentages of Color #fa492e

%67.75
%19.78
%12.47

CMYK Percentages of Color #fa492e

%0
%71
%82
%2

Triadic Colors of #fa492e

#fa492e #2efa49 #492efa

Analogous Colors of #fa492e

#fa492e #faaf2e #fa2e79

Monochromatic Colors of #fa492e

#fa492e

Complementary Color

#fa492e #2edffa

#fa492e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa492e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa492e Color CSS Codes

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

#fa492e Text Font Color

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

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


#fa492e Background Color

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

This div background color is #fa492e


#fa492e Border Color

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

This div border color is #fa492e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa492e


Comments

No comments written yet.

Please login to write comment.