Color Hex Logo

#fd6149 Color Hex

#FD6149
(253,97,73)
0 Favorites   0 Comments

Color spaces of #fd6149

RGB 2539773
HSL0.020.980.64
HSV71°99°
CMYK 0.000.620.71   0.01
XYZ45.985329.91319.6534
Yxy29.91310.53750.3496
Hunter Lab54.692954.368827.8202
CIE-Lab61.579258.128644.5767

#fd6149 color RGB value is (253,97,73).

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

The process color (four color CMYK) of #fd6149 color hex is 0.00, 0.62, 0.71, 0.01. Web safe color of #fd6149 is #ff6633. Color #fd6149 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 01100001 01001001
Octal 375 141 111
Decimal 253 97 73
Hex FD 61 49

RGB Percentages of Color #fd6149

%59.81
%22.93
%17.26

CMYK Percentages of Color #fd6149

%0
%62
%71
%1

Triadic Colors of #fd6149

#fd6149 #49fd61 #6149fd

Analogous Colors of #fd6149

#fd6149 #fdbb49 #fd498b

Monochromatic Colors of #fd6149

#fd6149

Complementary Color

#fd6149 #49e5fd

#fd6149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd6149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd6149 Color CSS Codes

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

#fd6149 Text Font Color

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

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


#fd6149 Background Color

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

This div background color is #fd6149


#fd6149 Border Color

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

This div border color is #fd6149


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd6149

Related Colors


Comments

No comments written yet.

Please login to write comment.