Color Hex Logo

#fd4a2e Color Hex

#FD4A2E
(253,74,46)
0 Favorites   0 Comments

Color spaces of #fd4a2e

RGB 2537446
HSL0.020.980.59
HSV82°99°
CMYK 0.000.710.82   0.01
XYZ43.449925.97755.3089
Yxy25.97750.58140.3476
Hunter Lab50.968162.975529.5020
CIE-Lab58.015766.137854.5479

#fd4a2e color RGB value is (253,74,46).

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

The process color (four color CMYK) of #fd4a2e color hex is 0.00, 0.71, 0.82, 0.01. Web safe color of #fd4a2e is #ff3333. Color #fd4a2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01001010 00101110
Octal 375 112 56
Decimal 253 74 46
Hex FD 4A 2E

RGB Percentages of Color #fd4a2e

%67.83
%19.84
%12.33

CMYK Percentages of Color #fd4a2e

%0
%71
%82
%1

Triadic Colors of #fd4a2e

#fd4a2e #2efd4a #4a2efd

Analogous Colors of #fd4a2e

#fd4a2e #fdb22e #fd2e7a

Monochromatic Colors of #fd4a2e

#fd4a2e

Complementary Color

#fd4a2e #2ee1fd

#fd4a2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd4a2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd4a2e Color CSS Codes

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

#fd4a2e Text Font Color

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

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


#fd4a2e Background Color

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

This div background color is #fd4a2e


#fd4a2e Border Color

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

This div border color is #fd4a2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd4a2e


Comments

No comments written yet.

Please login to write comment.