Color Hex Logo

#fa670a Color Hex

#FA670A
(250,103,10)
0 Favorites   0 Comments

Color spaces of #fa670a

RGB 25010310
HSL0.060.960.51
HSV23°96°98°
CMYK 0.000.590.96   0.02
XYZ44.329430.04643.7503
Yxy30.04640.56740.3846
Hunter Lab54.814648.430134.3137
CIE-Lab61.694252.863468.8829

#fa670a color RGB value is (250,103,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100111 00001010
Octal 372 147 12
Decimal 250 103 10
Hex FA 67 A

RGB Percentages of Color #fa670a

%68.87
%28.37
%2.75

CMYK Percentages of Color #fa670a

%0
%59
%96
%2

Triadic Colors of #fa670a

#fa670a #0afa67 #670afa

Analogous Colors of #fa670a

#fa670a #fadf0a #fa0a25

Monochromatic Colors of #fa670a

#fa670a

Complementary Color

#fa670a #0a9dfa

#fa670a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa670a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa670a Color CSS Codes

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

#fa670a Text Font Color

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

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


#fa670a Background Color

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

This div background color is #fa670a


#fa670a Border Color

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

This div border color is #fa670a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa670a

Related Colors


Comments

No comments written yet.

Please login to write comment.