color codes Logo

#ff521e color codes

#FF521E
(255,82,30)
0 Favorites   0 Comments

Color spaces of #ff521e

RGB 2558230
HSL0.041.000.56
HSV14°88°100°
CMYK 0.000.680.88   0.00
XYZ44.491627.38834.1698
Yxy27.38830.58500.3601
Hunter Lab52.333860.167531.9096
CIE-Lab59.332063.517762.4691

#ff521e color RGB value is (255,82,30).

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

The process color (four color CMYK) of #ff521e color code is 0.00, 0.68, 0.88, 0.00. Web safe color of #ff521e is #ff6633. Color #ff521e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01010010 00011110
Octal 377 122 36
Decimal 255 82 30
Hex FF 52 1E

RGB Percentages of Color #ff521e

%69.48
%22.34
%8.17

CMYK Percentages of Color #ff521e

%0
%68
%88
%0

Triadic Colors of #ff521e

#ff521e #1eff52 #521eff

Analogous Colors of #ff521e

#ff521e #ffc31e #ff1e5a

Monochromatic Colors of #ff521e

#ff521e

Complementary Color

#ff521e #1ecbff

#ff521e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff521e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff521e Color CSS Codes

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

#ff521e Text Font Color

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

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


#ff521e Background Color

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

This div background color is #ff521e


#ff521e Border Color

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

This div border color is #ff521e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff521e

Related Colors


Comments

No comments written yet.

Please login to write comment.