Color Hex Logo

#fa223a Color Hex

#FA223A
(250,34,58)
0 Favorites   0 Comments

Color spaces of #fa223a

RGB 2503458
HSL0.980.960.56
HSV353°86°98°
CMYK 0.000.860.77   0.02
XYZ40.760121.77356.0574
Yxy21.77350.59420.3174
Hunter Lab46.662174.264124.9668
CIE-Lab53.785976.251843.9711

#fa223a color RGB value is (250,34,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00100010 00111010
Octal 372 42 72
Decimal 250 34 58
Hex FA 22 3A

RGB Percentages of Color #fa223a

%73.10
%9.94
%16.96

CMYK Percentages of Color #fa223a

%0
%86
%77
%2

Triadic Colors of #fa223a

#fa223a #3afa22 #223afa

Analogous Colors of #fa223a

#fa223a #fa7622 #fa22a6

Monochromatic Colors of #fa223a

#fa223a

Complementary Color

#fa223a #22fae2

#fa223a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa223a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa223a Color CSS Codes

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

#fa223a Text Font Color

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

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


#fa223a Background Color

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

This div background color is #fa223a


#fa223a Border Color

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

This div border color is #fa223a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa223a


Comments

No comments written yet.

Please login to write comment.