Color Hex Logo

#fa223e Color Hex

#FA223E
(250,34,62)
0 Favorites   0 Comments

Color spaces of #fa223e

RGB 2503462
HSL0.980.960.56
HSV352°86°98°
CMYK 0.000.860.75   0.02
XYZ40.865921.81586.6144
Yxy21.81580.58970.3148
Hunter Lab46.707474.437924.2989
CIE-Lab53.831076.383141.7770

#fa223e color RGB value is (250,34,62).

#fa223e hex color red value is 250, green value is 34 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #fa223e hue: 0.98 , saturation: 0.96 and the lightness value of fa223e is 0.56.

The process color (four color CMYK) of #fa223e color hex is 0.00, 0.86, 0.75, 0.02. Web safe color of #fa223e is #ff3333. Color #fa223e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00100010 00111110
Octal 372 42 76
Decimal 250 34 62
Hex FA 22 3E

RGB Percentages of Color #fa223e

%72.25
%9.83
%17.92

CMYK Percentages of Color #fa223e

%0
%86
%75
%2

Triadic Colors of #fa223e

#fa223e #3efa22 #223efa

Analogous Colors of #fa223e

#fa223e #fa7222 #fa22aa

Monochromatic Colors of #fa223e

#fa223e

Complementary Color

#fa223e #22fade

#fa223e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa223e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa223e Color CSS Codes

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

#fa223e Text Font Color

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

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


#fa223e Background Color

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

This div background color is #fa223e


#fa223e Border Color

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

This div border color is #fa223e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa223e

Related Colors


Comments

No comments written yet.

Please login to write comment.