Color Hex Logo

#fa520e Color Hex

#FA520E
(250,82,14)
0 Favorites   0 Comments

Color spaces of #fa520e

RGB 2508214
HSL0.050.960.52
HSV17°94°98°
CMYK 0.000.670.94   0.02
XYZ42.520926.39033.2682
Yxy26.39030.58910.3656
Hunter Lab51.371557.846832.1881
CIE-Lab58.405761.691866.1302

#fa520e color RGB value is (250,82,14).

#fa520e hex color red value is 250, green value is 82 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #fa520e hue: 0.05 , saturation: 0.96 and the lightness value of fa520e is 0.52.

The process color (four color CMYK) of #fa520e color hex is 0.00, 0.67, 0.94, 0.02. Web safe color of #fa520e is #ff6600. Color #fa520e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01010010 00001110
Octal 372 122 16
Decimal 250 82 14
Hex FA 52 E

RGB Percentages of Color #fa520e

%72.25
%23.70
%4.05

CMYK Percentages of Color #fa520e

%0
%67
%94
%2

Triadic Colors of #fa520e

#fa520e #0efa52 #520efa

Analogous Colors of #fa520e

#fa520e #fac80e #fa0e40

Monochromatic Colors of #fa520e

#fa520e

Complementary Color

#fa520e #0eb6fa

#fa520e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa520e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa520e Color CSS Codes

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

#fa520e Text Font Color

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

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


#fa520e Background Color

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

This div background color is #fa520e


#fa520e Border Color

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

This div border color is #fa520e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa520e

Related Colors


Comments

No comments written yet.

Please login to write comment.