Color Hex Logo

#fa401e Color Hex

#FA401E
(250,64,30)
0 Favorites   0 Comments

Color spaces of #fa401e

RGB 2506430
HSL0.030.960.55
HSV88°98°
CMYK 0.000.740.88   0.02
XYZ41.492124.08453.6902
Yxy24.08450.59900.3477
Hunter Lab49.076065.032929.8949
CIE-Lab56.172368.209259.7118

#fa401e color RGB value is (250,64,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01000000 00011110
Octal 372 100 36
Decimal 250 64 30
Hex FA 40 1E

RGB Percentages of Color #fa401e

%72.67
%18.60
%8.72

CMYK Percentages of Color #fa401e

%0
%74
%88
%2

Triadic Colors of #fa401e

#fa401e #1efa40 #401efa

Analogous Colors of #fa401e

#fa401e #faae1e #fa1e6a

Monochromatic Colors of #fa401e

#fa401e

Complementary Color

#fa401e #1ed8fa

#fa401e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa401e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa401e Color CSS Codes

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

#fa401e Text Font Color

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

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


#fa401e Background Color

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

This div background color is #fa401e


#fa401e Border Color

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

This div border color is #fa401e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa401e


Comments

No comments written yet.

Please login to write comment.