Color Hex Logo

#fa7309 Color Hex

#FA7309
(250,115,9)
0 Favorites   0 Comments

Color spaces of #fa7309

RGB 2501159
HSL0.070.960.51
HSV26°96°98°
CMYK 0.000.540.96   0.02
XYZ45.604432.60524.1483
Yxy32.60520.55370.3959
Hunter Lab57.101042.634635.6633
CIE-Lab63.840047.297170.3574

#fa7309 color RGB value is (250,115,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01110011 00001001
Octal 372 163 11
Decimal 250 115 9
Hex FA 73 9

RGB Percentages of Color #fa7309

%66.84
%30.75
%2.41

CMYK Percentages of Color #fa7309

%0
%54
%96
%2

Triadic Colors of #fa7309

#fa7309 #09fa73 #7309fa

Analogous Colors of #fa7309

#fa7309 #faec09 #fa0918

Monochromatic Colors of #fa7309

#fa7309

Complementary Color

#fa7309 #0990fa

#fa7309 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa7309 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa7309 Color CSS Codes

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

#fa7309 Text Font Color

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

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


#fa7309 Background Color

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

This div background color is #fa7309


#fa7309 Border Color

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

This div border color is #fa7309


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa7309

Related Colors


Comments

No comments written yet.

Please login to write comment.