color codes Logo

#fd520c color codes

#FD520C
(253,82,12)
0 Favorites   0 Comments

Color spaces of #fd520c

RGB 2538212
HSL0.050.980.52
HSV17°95°99°
CMYK 0.000.680.95   0.01
XYZ43.591726.94383.2510
Yxy26.94380.59080.3652
Hunter Lab51.907459.065832.6218
CIE-Lab58.922362.648667.1301

#fd520c color RGB value is (253,82,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01010010 00001100
Octal 375 122 14
Decimal 253 82 12
Hex FD 52 C

RGB Percentages of Color #fd520c

%72.91
%23.63
%3.46

CMYK Percentages of Color #fd520c

%0
%68
%95
%1

Triadic Colors of #fd520c

#fd520c #0cfd52 #520cfd

Analogous Colors of #fd520c

#fd520c #fdcb0c #fd0c3f

Monochromatic Colors of #fd520c

#fd520c

Complementary Color

#fd520c #0cb7fd

#fd520c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd520c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd520c Color CSS Codes

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

#fd520c Text Font Color

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

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


#fd520c Background Color

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

This div background color is #fd520c


#fd520c Border Color

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

This div border color is #fd520c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd520c


Comments

No comments written yet.

Please login to write comment.