Color Hex Logo

#fa6609 Color Hex

#FA6609
(250,102,9)
0 Favorites   0 Comments

Color spaces of #fa6609

RGB 2501029
HSL0.060.960.51
HSV23°96°98°
CMYK 0.000.590.96   0.02
XYZ44.225029.84653.6885
Yxy29.84650.56870.3838
Hunter Lab54.632048.891334.2394
CIE-Lab61.521653.303168.9446

#fa6609 color RGB value is (250,102,9).

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

The process color (four color CMYK) of #fa6609 color hex is 0.00, 0.59, 0.96, 0.02. Web safe color of #fa6609 is #ff6600. Color #fa6609 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100110 00001001
Octal 372 146 11
Decimal 250 102 9
Hex FA 66 9

RGB Percentages of Color #fa6609

%69.25
%28.25
%2.49

CMYK Percentages of Color #fa6609

%0
%59
%96
%2

Triadic Colors of #fa6609

#fa6609 #09fa66 #6609fa

Analogous Colors of #fa6609

#fa6609 #fadf09 #fa0924

Monochromatic Colors of #fa6609

#fa6609

Complementary Color

#fa6609 #099dfa

#fa6609 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa6609 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa6609 Color CSS Codes

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

#fa6609 Text Font Color

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

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


#fa6609 Background Color

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

This div background color is #fa6609


#fa6609 Border Color

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

This div border color is #fa6609


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa6609


Comments

No comments written yet.

Please login to write comment.