Color Hex Logo

#fd512e Color Hex

#FD512E
(253,81,46)
0 Favorites   0 Comments

Color spaces of #fd512e

RGB 2538146
HSL0.030.980.59
HSV10°82°99°
CMYK 0.000.680.82   0.01
XYZ43.943626.96485.4734
Yxy26.96480.57530.3530
Hunter Lab51.927660.181730.0999
CIE-Lab58.941763.599555.3975

#fd512e color RGB value is (253,81,46).

#fd512e hex color red value is 253, green value is 81 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #fd512e hue: 0.03 , saturation: 0.98 and the lightness value of fd512e is 0.59.

The process color (four color CMYK) of #fd512e color hex is 0.00, 0.68, 0.82, 0.01. Web safe color of #fd512e is #ff6633. Color #fd512e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01010001 00101110
Octal 375 121 56
Decimal 253 81 46
Hex FD 51 2E

RGB Percentages of Color #fd512e

%66.58
%21.32
%12.11

CMYK Percentages of Color #fd512e

%0
%68
%82
%1

Triadic Colors of #fd512e

#fd512e #2efd51 #512efd

Analogous Colors of #fd512e

#fd512e #fdb92e #fd2e73

Monochromatic Colors of #fd512e

#fd512e

Complementary Color

#fd512e #2edafd

#fd512e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd512e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd512e Color CSS Codes

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

#fd512e Text Font Color

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

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


#fd512e Background Color

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

This div background color is #fd512e


#fd512e Border Color

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

This div border color is #fd512e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd512e


Comments

No comments written yet.

Please login to write comment.