Color Hex Logo

#fa4700 Color Hex

#FA4700
(250,71,0)
0 Favorites   0 Comments

Color spaces of #fa4700

RGB 250710
HSL0.051.000.49
HSV17°100°98°
CMYK 0.000.721.00   0.02
XYZ41.677624.83052.5961
Yxy24.83050.60310.3593
Hunter Lab49.830262.093131.7922
CIE-Lab56.909965.594368.1428

#fa4700 color RGB value is (250,71,0).

#fa4700 hex color red value is 250, green value is 71 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #fa4700 hue: 0.05 , saturation: 1.00 and the lightness value of fa4700 is 0.49.

The process color (four color CMYK) of #fa4700 color hex is 0.00, 0.72, 1.00, 0.02. Web safe color of #fa4700 is #ff3300. Color #fa4700 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01000111 00000000
Octal 372 107 0
Decimal 250 71 0
Hex FA 47 0

RGB Percentages of Color #fa4700

%77.88
%22.12
%0.00

CMYK Percentages of Color #fa4700

%0
%72
%100
%2

Triadic Colors of #fa4700

#fa4700 #00fa47 #4700fa

Analogous Colors of #fa4700

#fa4700 #fac400 #fa0036

Monochromatic Colors of #fa4700

#fa4700

Complementary Color

#fa4700 #00b3fa

#fa4700 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa4700 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa4700 Color CSS Codes

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

#fa4700 Text Font Color

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

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


#fa4700 Background Color

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

This div background color is #fa4700


#fa4700 Border Color

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

This div border color is #fa4700


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa4700

#fa4700 Color Palettes


Comments

No comments written yet.

Please login to write comment.