Color Hex Logo

#fa293b Color Hex

#FA293B
(250,41,59)
0 Favorites   0 Comments

Color spaces of #fa293b

RGB 2504159
HSL0.990.950.57
HSV355°84°98°
CMYK 0.000.840.76   0.02
XYZ41.006722.22566.2664
Yxy22.22560.59000.3198
Hunter Lab47.144072.760325.1200
CIE-Lab54.265674.943043.9300

#fa293b color RGB value is (250,41,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00101001 00111011
Octal 372 51 73
Decimal 250 41 59
Hex FA 29 3B

RGB Percentages of Color #fa293b

%71.43
%11.71
%16.86

CMYK Percentages of Color #fa293b

%0
%84
%76
%2

Triadic Colors of #fa293b

#fa293b #3bfa29 #293bfa

Analogous Colors of #fa293b

#fa293b #fa8029 #fa29a4

Monochromatic Colors of #fa293b

#fa293b

Complementary Color

#fa293b #29fae8

#fa293b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa293b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa293b Color CSS Codes

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

#fa293b Text Font Color

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

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


#fa293b Background Color

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

This div background color is #fa293b


#fa293b Border Color

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

This div border color is #fa293b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa293b


Comments

No comments written yet.

Please login to write comment.