Color Hex Logo

#fa6413 Color Hex

#FA6413
(250,100,19)
0 Favorites   0 Comments

Color spaces of #fa6413

RGB 25010019
HSL0.060.960.53
HSV21°92°98°
CMYK 0.000.600.92   0.02
XYZ44.099129.48543.9831
Yxy29.48540.56850.3801
Hunter Lab54.300549.939633.6612
CIE-Lab61.207654.288166.7244

#fa6413 color RGB value is (250,100,19).

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

The process color (four color CMYK) of #fa6413 color hex is 0.00, 0.60, 0.92, 0.02. Web safe color of #fa6413 is #ff6600. Color #fa6413 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01100100 00010011
Octal 372 144 23
Decimal 250 100 19
Hex FA 64 13

RGB Percentages of Color #fa6413

%67.75
%27.10
%5.15

CMYK Percentages of Color #fa6413

%0
%60
%92
%2

Triadic Colors of #fa6413

#fa6413 #13fa64 #6413fa

Analogous Colors of #fa6413

#fa6413 #fad813 #fa1335

Monochromatic Colors of #fa6413

#fa6413

Complementary Color

#fa6413 #13a9fa

#fa6413 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa6413 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa6413 Color CSS Codes

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

#fa6413 Text Font Color

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

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


#fa6413 Background Color

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

This div background color is #fa6413


#fa6413 Border Color

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

This div border color is #fa6413


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa6413


Comments

No comments written yet.

Please login to write comment.