Color Hex Logo

#fa730a Color Hex

#FA730A
(250,115,10)
0 Favorites   0 Comments

Color spaces of #fa730a

RGB 25011510
HSL0.070.960.51
HSV26°96°98°
CMYK 0.000.540.96   0.02
XYZ45.609932.60744.1771
Yxy32.60740.55360.3957
Hunter Lab57.102942.643635.6349
CIE-Lab63.841747.305170.2051

#fa730a color RGB value is (250,115,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01110011 00001010
Octal 372 163 12
Decimal 250 115 10
Hex FA 73 A

RGB Percentages of Color #fa730a

%66.67
%30.67
%2.67

CMYK Percentages of Color #fa730a

%0
%54
%96
%2

Triadic Colors of #fa730a

#fa730a #0afa73 #730afa

Analogous Colors of #fa730a

#fa730a #faeb0a #fa0a19

Monochromatic Colors of #fa730a

#fa730a

Complementary Color

#fa730a #0a91fa

#fa730a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa730a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa730a Color CSS Codes

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

#fa730a Text Font Color

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

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


#fa730a Background Color

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

This div background color is #fa730a


#fa730a Border Color

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

This div border color is #fa730a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa730a


Comments

No comments written yet.

Please login to write comment.