Color Hex Logo

#fa6311 Color Hex

#FA6311
(250,99,17)
0 Favorites   0 Comments

Color spaces of #fa6311

RGB 2509917
HSL0.060.960.52
HSV21°93°98°
CMYK 0.000.600.93   0.02
XYZ43.987429.28813.8651
Yxy29.28810.57020.3797
Hunter Lab54.118550.377133.6485
CIE-Lab61.035154.705067.0891

#fa6311 color RGB value is (250,99,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100011 00010001
Octal 372 143 21
Decimal 250 99 17
Hex FA 63 11

RGB Percentages of Color #fa6311

%68.31
%27.05
%4.64

CMYK Percentages of Color #fa6311

%0
%60
%93
%2

Triadic Colors of #fa6311

#fa6311 #11fa63 #6311fa

Analogous Colors of #fa6311

#fa6311 #fad811 #fa1133

Monochromatic Colors of #fa6311

#fa6311

Complementary Color

#fa6311 #11a8fa

#fa6311 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa6311 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa6311 Color CSS Codes

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

#fa6311 Text Font Color

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

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


#fa6311 Background Color

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

This div background color is #fa6311


#fa6311 Border Color

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

This div border color is #fa6311


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa6311


Comments

No comments written yet.

Please login to write comment.