Color Hex Logo

#fa401c Color Hex

#FA401C
(250,64,28)
0 Favorites   0 Comments

Color spaces of #fa401c

RGB 2506428
HSL0.030.960.55
HSV10°89°98°
CMYK 0.000.740.89   0.02
XYZ41.467324.07463.5599
Yxy24.07460.60010.3484
Hunter Lab49.065964.991430.0444
CIE-Lab56.162468.176260.4657

#fa401c color RGB value is (250,64,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01000000 00011100
Octal 372 100 34
Decimal 250 64 28
Hex FA 40 1C

RGB Percentages of Color #fa401c

%73.10
%18.71
%8.19

CMYK Percentages of Color #fa401c

%0
%74
%89
%2

Triadic Colors of #fa401c

#fa401c #1cfa40 #401cfa

Analogous Colors of #fa401c

#fa401c #faaf1c #fa1c67

Monochromatic Colors of #fa401c

#fa401c

Complementary Color

#fa401c #1cd6fa

#fa401c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa401c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa401c Color CSS Codes

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

#fa401c Text Font Color

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

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


#fa401c Background Color

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

This div background color is #fa401c


#fa401c Border Color

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

This div border color is #fa401c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa401c


Comments

No comments written yet.

Please login to write comment.