Color Hex Logo

#fa5811 Color Hex

#FA5811
(250,88,17)
0 Favorites   0 Comments

Color spaces of #fa5811

RGB 2508817
HSL0.050.960.52
HSV18°93°98°
CMYK 0.000.650.93   0.02
XYZ43.015227.34393.5411
Yxy27.34390.58210.3700
Hunter Lab52.291455.325232.5889
CIE-Lab59.291359.350665.9731

#fa5811 color RGB value is (250,88,17).

#fa5811 hex color red value is 250, green value is 88 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #fa5811 hue: 0.05 , saturation: 0.96 and the lightness value of fa5811 is 0.52.

The process color (four color CMYK) of #fa5811 color hex is 0.00, 0.65, 0.93, 0.02. Web safe color of #fa5811 is #ff6600. Color #fa5811 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01011000 00010001
Octal 372 130 21
Decimal 250 88 17
Hex FA 58 11

RGB Percentages of Color #fa5811

%70.42
%24.79
%4.79

CMYK Percentages of Color #fa5811

%0
%65
%93
%2

Triadic Colors of #fa5811

#fa5811 #11fa58 #5811fa

Analogous Colors of #fa5811

#fa5811 #facd11 #fa113e

Monochromatic Colors of #fa5811

#fa5811

Complementary Color

#fa5811 #11b3fa

#fa5811 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa5811 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa5811 Color CSS Codes

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

#fa5811 Text Font Color

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

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


#fa5811 Background Color

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

This div background color is #fa5811


#fa5811 Border Color

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

This div border color is #fa5811


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa5811

Related Colors


Comments

No comments written yet.

Please login to write comment.