Color Hex Logo

#fa381e Color Hex

#FA381E
(250,56,30)
0 Favorites   0 Comments

Color spaces of #fa381e

RGB 2505630
HSL0.020.960.55
HSV88°98°
CMYK 0.000.780.88   0.02
XYZ41.072923.24613.5505
Yxy23.24610.60520.3425
Hunter Lab48.214267.686429.3838
CIE-Lab55.324970.579959.0781

#fa381e color RGB value is (250,56,30).

#fa381e hex color red value is 250, green value is 56 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #fa381e hue: 0.02 , saturation: 0.96 and the lightness value of fa381e is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00111000 00011110
Octal 372 70 36
Decimal 250 56 30
Hex FA 38 1E

RGB Percentages of Color #fa381e

%74.40
%16.67
%8.93

CMYK Percentages of Color #fa381e

%0
%78
%88
%2

Triadic Colors of #fa381e

#fa381e #1efa38 #381efa

Analogous Colors of #fa381e

#fa381e #faa61e #fa1e72

Monochromatic Colors of #fa381e

#fa381e

Complementary Color

#fa381e #1ee0fa

#fa381e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa381e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa381e Color CSS Codes

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

#fa381e Text Font Color

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

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


#fa381e Background Color

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

This div background color is #fa381e


#fa381e Border Color

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

This div border color is #fa381e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa381e


Comments

No comments written yet.

Please login to write comment.