Color Hex Logo

#fa7125 Color Hex

#FA7125
(250,113,37)
0 Favorites   0 Comments

Color spaces of #fa7125

RGB 25011337
HSL0.060.960.56
HSV21°85°98°
CMYK 0.000.550.85   0.02
XYZ45.663432.26785.5719
Yxy32.26780.54680.3864
Hunter Lab56.804844.081733.9477
CIE-Lab63.563648.657062.9261

#fa7125 color RGB value is (250,113,37).

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

The process color (four color CMYK) of #fa7125 color hex is 0.00, 0.55, 0.85, 0.02. Web safe color of #fa7125 is #ff6633. Color #fa7125 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01110001 00100101
Octal 372 161 45
Decimal 250 113 37
Hex FA 71 25

RGB Percentages of Color #fa7125

%62.50
%28.25
%9.25

CMYK Percentages of Color #fa7125

%0
%55
%85
%2

Triadic Colors of #fa7125

#fa7125 #25fa71 #7125fa

Analogous Colors of #fa7125

#fa7125 #fadc25 #fa2544

Monochromatic Colors of #fa7125

#fa7125

Complementary Color

#fa7125 #25aefa

#fa7125 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa7125 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa7125 Color CSS Codes

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

#fa7125 Text Font Color

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

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


#fa7125 Background Color

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

This div background color is #fa7125


#fa7125 Border Color

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

This div border color is #fa7125


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa7125


Comments

No comments written yet.

Please login to write comment.