Color Hex Logo

#fa383a Color Hex

#FA383A
(250,56,58)
0 Favorites   0 Comments

Color spaces of #fa383a

RGB 2505658
HSL1.000.950.60
HSV359°78°98°
CMYK 0.000.780.77   0.02
XYZ41.602223.45786.3381
Yxy23.45780.58270.3285
Hunter Lab48.433368.566126.1444
CIE-Lab55.540871.266445.8353

#fa383a color RGB value is (250,56,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00111000 00111010
Octal 372 70 72
Decimal 250 56 58
Hex FA 38 3A

RGB Percentages of Color #fa383a

%68.68
%15.38
%15.93

CMYK Percentages of Color #fa383a

%0
%78
%77
%2

Triadic Colors of #fa383a

#fa383a #3afa38 #383afa

Analogous Colors of #fa383a

#fa383a #fa9738 #fa389b

Monochromatic Colors of #fa383a

#fa383a

Complementary Color

#fa383a #38faf8

#fa383a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa383a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa383a Color CSS Codes

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

#fa383a Text Font Color

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

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


#fa383a Background Color

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

This div background color is #fa383a


#fa383a Border Color

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

This div border color is #fa383a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa383a

Related Colors


Comments

No comments written yet.

Please login to write comment.