Color Hex Logo

#fa373d Color Hex

#FA373D
(250,55,61)
0 Favorites   0 Comments

Color spaces of #fa373d

RGB 2505561
HSL0.990.950.60
HSV358°78°98°
CMYK 0.000.780.76   0.02
XYZ41.632823.39336.7359
Yxy23.39330.58020.3260
Hunter Lab48.366669.006825.5995
CIE-Lab55.475271.642344.1333

#fa373d color RGB value is (250,55,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00110111 00111101
Octal 372 67 75
Decimal 250 55 61
Hex FA 37 3D

RGB Percentages of Color #fa373d

%68.31
%15.03
%16.67

CMYK Percentages of Color #fa373d

%0
%78
%76
%2

Triadic Colors of #fa373d

#fa373d #3dfa37 #373dfa

Analogous Colors of #fa373d

#fa373d #fa9337 #fa379f

Monochromatic Colors of #fa373d

#fa373d

Complementary Color

#fa373d #37faf4

#fa373d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa373d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa373d Color CSS Codes

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

#fa373d Text Font Color

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

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


#fa373d Background Color

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

This div background color is #fa373d


#fa373d Border Color

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

This div border color is #fa373d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa373d

Related Colors


Comments

No comments written yet.

Please login to write comment.