Color Hex Logo

#fa504a Color Hex

#FA504A
(250,80,74)
0 Favorites   0 Comments

Color spaces of #fa504a

RGB 2508074
HSL0.010.950.64
HSV70°98°
CMYK 0.000.680.70   0.02
XYZ43.529026.55579.3101
Yxy26.55570.54830.3345
Hunter Lab51.532260.596625.3609
CIE-Lab58.560864.021740.4425

#fa504a color RGB value is (250,80,74).

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

The process color (four color CMYK) of #fa504a color hex is 0.00, 0.68, 0.70, 0.02. Web safe color of #fa504a is #ff6633. Color #fa504a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01010000 01001010
Octal 372 120 112
Decimal 250 80 74
Hex FA 50 4A

RGB Percentages of Color #fa504a

%61.88
%19.80
%18.32

CMYK Percentages of Color #fa504a

%0
%68
%70
%2

Triadic Colors of #fa504a

#fa504a #4afa50 #504afa

Analogous Colors of #fa504a

#fa504a #faa84a #fa4a9c

Monochromatic Colors of #fa504a

#fa504a

Complementary Color

#fa504a #4af4fa

#fa504a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa504a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa504a Color CSS Codes

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

#fa504a Text Font Color

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

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


#fa504a Background Color

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

This div background color is #fa504a


#fa504a Border Color

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

This div border color is #fa504a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa504a


Comments

No comments written yet.

Please login to write comment.