Color Hex Logo

#ff520e Color Hex

#FF520E
(255,82,14)
0 Favorites   0 Comments

Color spaces of #ff520e

RGB 2558214
HSL0.051.000.53
HSV17°95°100°
CMYK 0.000.680.95   0.00
XYZ44.336627.32633.3532
Yxy27.32630.59100.3643
Hunter Lab52.274659.914032.7890
CIE-Lab59.275163.311667.0950

#ff520e color RGB value is (255,82,14).

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

The process color (four color CMYK) of #ff520e color hex is 0.00, 0.68, 0.95, 0.00. Web safe color of #ff520e is #ff6600. Color #ff520e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01010010 00001110
Octal 377 122 16
Decimal 255 82 14
Hex FF 52 E

RGB Percentages of Color #ff520e

%72.65
%23.36
%3.99

CMYK Percentages of Color #ff520e

%0
%68
%95
%0

Triadic Colors of #ff520e

#ff520e #0eff52 #520eff

Analogous Colors of #ff520e

#ff520e #ffcb0e #ff0e43

Monochromatic Colors of #ff520e

#ff520e

Complementary Color

#ff520e #0ebbff

#ff520e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff520e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff520e Color CSS Codes

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

#ff520e Text Font Color

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

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


#ff520e Background Color

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

This div background color is #ff520e


#ff520e Border Color

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

This div border color is #ff520e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,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 #ff520e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff520e

Related Colors


Comments

No comments written yet.

Please login to write comment.