Color Hex Logo

#fa511e Color Hex

#FA511E
(250,81,30)
0 Favorites   0 Comments

Color spaces of #fa511e

RGB 2508130
HSL0.040.960.55
HSV14°88°98°
CMYK 0.000.680.88   0.02
XYZ42.601126.30264.0599
Yxy26.30260.58390.3605
Hunter Lab51.286158.521631.2067
CIE-Lab58.323262.287861.3272

#fa511e color RGB value is (250,81,30).

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

The process color (four color CMYK) of #fa511e color hex is 0.00, 0.68, 0.88, 0.02. Web safe color of #fa511e is #ff6633. Color #fa511e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01010001 00011110
Octal 372 121 36
Decimal 250 81 30
Hex FA 51 1E

RGB Percentages of Color #fa511e

%69.25
%22.44
%8.31

CMYK Percentages of Color #fa511e

%0
%68
%88
%2

Triadic Colors of #fa511e

#fa511e #1efa51 #511efa

Analogous Colors of #fa511e

#fa511e #fabf1e #fa1e59

Monochromatic Colors of #fa511e

#fa511e

Complementary Color

#fa511e #1ec7fa

#fa511e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa511e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa511e Color CSS Codes

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

#fa511e Text Font Color

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

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


#fa511e Background Color

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

This div background color is #fa511e


#fa511e Border Color

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

This div border color is #fa511e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa511e

#fa511e Color Palettes


Comments

No comments written yet.

Please login to write comment.