Color Hex Logo

#fa341e Color Hex

#FA341E
(250,52,30)
0 Favorites   0 Comments

Color spaces of #fa341e

RGB 2505230
HSL0.020.960.55
HSV88°98°
CMYK 0.000.790.88   0.02
XYZ40.886722.87373.4884
Yxy22.87370.60800.3401
Hunter Lab47.826568.902829.1540
CIE-Lab54.942071.658458.7926

#fa341e color RGB value is (250,52,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00110100 00011110
Octal 372 64 36
Decimal 250 52 30
Hex FA 34 1E

RGB Percentages of Color #fa341e

%75.30
%15.66
%9.04

CMYK Percentages of Color #fa341e

%0
%79
%88
%2

Triadic Colors of #fa341e

#fa341e #1efa34 #341efa

Analogous Colors of #fa341e

#fa341e #faa21e #fa1e76

Monochromatic Colors of #fa341e

#fa341e

Complementary Color

#fa341e #1ee4fa

#fa341e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa341e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa341e Color CSS Codes

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

#fa341e Text Font Color

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

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


#fa341e Background Color

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

This div background color is #fa341e


#fa341e Border Color

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

This div border color is #fa341e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa341e


Comments

No comments written yet.

Please login to write comment.