Color Hex Logo

#fa520f Color Hex

#FA520F
(250,82,15)
0 Favorites   0 Comments

Color spaces of #fa520f

RGB 2508215
HSL0.050.960.52
HSV17°94°98°
CMYK 0.000.670.94   0.02
XYZ42.527926.39313.3048
Yxy26.39310.58880.3654
Hunter Lab51.374257.858632.1479
CIE-Lab58.408361.701565.9035

#fa520f color RGB value is (250,82,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01010010 00001111
Octal 372 122 17
Decimal 250 82 15
Hex FA 52 F

RGB Percentages of Color #fa520f

%72.05
%23.63
%4.32

CMYK Percentages of Color #fa520f

%0
%67
%94
%2

Triadic Colors of #fa520f

#fa520f #0ffa52 #520ffa

Analogous Colors of #fa520f

#fa520f #fac80f #fa0f41

Monochromatic Colors of #fa520f

#fa520f

Complementary Color

#fa520f #0fb7fa

#fa520f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa520f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa520f Color CSS Codes

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

#fa520f Text Font Color

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

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


#fa520f Background Color

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

This div background color is #fa520f


#fa520f Border Color

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

This div border color is #fa520f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa520f


Comments

No comments written yet.

Please login to write comment.