Color Hex Logo

#fa404a Color Hex

#FA404A
(250,64,74)
0 Favorites   0 Comments

Color spaces of #fa404a

RGB 2506474
HSL0.990.950.62
HSV357°74°98°
CMYK 0.000.740.70   0.02
XYZ42.493824.48528.9650
Yxy24.48520.55950.3224
Hunter Lab49.482566.694923.8959
CIE-Lab56.570369.521538.1131

#fa404a color RGB value is (250,64,74).

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

The process color (four color CMYK) of #fa404a color hex is 0.00, 0.74, 0.70, 0.02. Web safe color of #fa404a is #ff3333. Color #fa404a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01000000 01001010
Octal 372 100 112
Decimal 250 64 74
Hex FA 40 4A

RGB Percentages of Color #fa404a

%64.43
%16.49
%19.07

CMYK Percentages of Color #fa404a

%0
%74
%70
%2

Triadic Colors of #fa404a

#fa404a #4afa40 #404afa

Analogous Colors of #fa404a

#fa404a #fa9340 #fa40a7

Monochromatic Colors of #fa404a

#fa404a

Complementary Color

#fa404a #40faf0

#fa404a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa404a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa404a Color CSS Codes

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

#fa404a Text Font Color

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

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


#fa404a Background Color

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

This div background color is #fa404a


#fa404a Border Color

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

This div border color is #fa404a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa404a


Comments

No comments written yet.

Please login to write comment.