Color Hex Logo

#fa493b Color Hex

#FA493B
(250,73,59)
0 Favorites   0 Comments

Color spaces of #fa493b

RGB 2507359
HSL0.010.950.61
HSV76°98°
CMYK 0.000.710.76   0.02
XYZ42.596325.40486.7962
Yxy25.40480.56950.3396
Hunter Lab50.403262.646827.2878
CIE-Lab57.467765.960747.3334

#fa493b color RGB value is (250,73,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01001001 00111011
Octal 372 111 73
Decimal 250 73 59
Hex FA 49 3B

RGB Percentages of Color #fa493b

%65.45
%19.11
%15.45

CMYK Percentages of Color #fa493b

%0
%71
%76
%2

Triadic Colors of #fa493b

#fa493b #3bfa49 #493bfa

Analogous Colors of #fa493b

#fa493b #faa93b #fa3b8d

Monochromatic Colors of #fa493b

#fa493b

Complementary Color

#fa493b #3becfa

#fa493b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa493b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa493b Color CSS Codes

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

#fa493b Text Font Color

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

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


#fa493b Background Color

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

This div background color is #fa493b


#fa493b Border Color

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

This div border color is #fa493b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa493b


Comments

No comments written yet.

Please login to write comment.