Color Hex Logo

#fa7626 Color Hex

#FA7626
(250,118,38)
0 Favorites   0 Comments

Color spaces of #fa7626

RGB 25011838
HSL0.060.950.56
HSV23°85°98°
CMYK 0.000.530.85   0.02
XYZ46.252633.42085.8468
Yxy33.42080.54080.3908
Hunter Lab57.810741.643634.4711
CIE-Lab64.500246.297163.3394

#fa7626 color RGB value is (250,118,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01110110 00100110
Octal 372 166 46
Decimal 250 118 38
Hex FA 76 26

RGB Percentages of Color #fa7626

%61.58
%29.06
%9.36

CMYK Percentages of Color #fa7626

%0
%53
%85
%2

Triadic Colors of #fa7626

#fa7626 #26fa76 #7626fa

Analogous Colors of #fa7626

#fa7626 #fae026 #fa2640

Monochromatic Colors of #fa7626

#fa7626

Complementary Color

#fa7626 #26aafa

#fa7626 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa7626 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa7626 Color CSS Codes

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

#fa7626 Text Font Color

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

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


#fa7626 Background Color

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

This div background color is #fa7626


#fa7626 Border Color

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

This div border color is #fa7626


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa7626


Comments

No comments written yet.

Please login to write comment.