Color Hex Logo

#fa670b Color Hex

#FA670B
(250,103,11)
0 Favorites   0 Comments

Color spaces of #fa670b

RGB 25010311
HSL0.060.960.51
HSV23°96°98°
CMYK 0.000.590.96   0.02
XYZ44.335030.04873.7799
Yxy30.04870.56720.3844
Hunter Lab54.816748.439234.2833
CIE-Lab61.696252.871268.7156

#fa670b color RGB value is (250,103,11).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100111 00001011
Octal 372 147 13
Decimal 250 103 11
Hex FA 67 B

RGB Percentages of Color #fa670b

%68.68
%28.30
%3.02

CMYK Percentages of Color #fa670b

%0
%59
%96
%2

Triadic Colors of #fa670b

#fa670b #0bfa67 #670bfa

Analogous Colors of #fa670b

#fa670b #fadf0b #fa0b27

Monochromatic Colors of #fa670b

#fa670b

Complementary Color

#fa670b #0b9efa

#fa670b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa670b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa670b Color CSS Codes

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

#fa670b Text Font Color

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

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


#fa670b Background Color

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

This div background color is #fa670b


#fa670b Border Color

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

This div border color is #fa670b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa670b


Comments

No comments written yet.

Please login to write comment.