Color Hex Logo

#fd471e Color Hex

#FD471E
(253,71,30)
0 Favorites   0 Comments

Color spaces of #fd471e

RGB 2537130
HSL0.030.980.55
HSV11°88°99°
CMYK 0.000.720.88   0.01
XYZ42.995625.48293.8809
Yxy25.48290.59420.3522
Hunter Lab50.480663.691930.7783
CIE-Lab57.542966.828460.9787

#fd471e color RGB value is (253,71,30).

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

The process color (four color CMYK) of #fd471e color hex is 0.00, 0.72, 0.88, 0.01. Web safe color of #fd471e is #ff3333. Color #fd471e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01000111 00011110
Octal 375 107 36
Decimal 253 71 30
Hex FD 47 1E

RGB Percentages of Color #fd471e

%71.47
%20.06
%8.47

CMYK Percentages of Color #fd471e

%0
%72
%88
%1

Triadic Colors of #fd471e

#fd471e #1efd47 #471efd

Analogous Colors of #fd471e

#fd471e #fdb71e #fd1e65

Monochromatic Colors of #fd471e

#fd471e

Complementary Color

#fd471e #1ed4fd

#fd471e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd471e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd471e Color CSS Codes

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

#fd471e Text Font Color

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

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


#fd471e Background Color

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

This div background color is #fd471e


#fd471e Border Color

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

This div border color is #fd471e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd471e

Related Colors


Comments

No comments written yet.

Please login to write comment.