Color Hex Logo

#fa7119 Color Hex

#FA7119
(250,113,25)
0 Favorites   0 Comments

Color spaces of #fa7119

RGB 25011325
HSL0.070.960.54
HSV23°90°98°
CMYK 0.000.550.90   0.02
XYZ45.504932.20444.7374
Yxy32.20440.55190.3906
Hunter Lab56.748943.822134.7747
CIE-Lab63.511548.428166.7453

#fa7119 color RGB value is (250,113,25).

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

The process color (four color CMYK) of #fa7119 color hex is 0.00, 0.55, 0.90, 0.02. Web safe color of #fa7119 is #ff6600. Color #fa7119 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01110001 00011001
Octal 372 161 31
Decimal 250 113 25
Hex FA 71 19

RGB Percentages of Color #fa7119

%64.43
%29.12
%6.44

CMYK Percentages of Color #fa7119

%0
%55
%90
%2

Triadic Colors of #fa7119

#fa7119 #19fa71 #7119fa

Analogous Colors of #fa7119

#fa7119 #fae219 #fa1931

Monochromatic Colors of #fa7119

#fa7119

Complementary Color

#fa7119 #19a2fa

#fa7119 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa7119 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa7119 Color CSS Codes

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

#fa7119 Text Font Color

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

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


#fa7119 Background Color

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

This div background color is #fa7119


#fa7119 Border Color

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

This div border color is #fa7119


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa7119

Related Colors


Comments

No comments written yet.

Please login to write comment.