Color Hex Logo

#fd6148 Color Hex

#FD6148
(253,97,72)
0 Favorites   0 Comments

Color spaces of #fd6148

RGB 2539772
HSL0.020.980.64
HSV72°99°
CMYK 0.000.620.72   0.01
XYZ45.952429.89999.4802
Yxy29.89990.53850.3504
Hunter Lab54.680854.315627.9972
CIE-Lab61.567858.084245.0936

#fd6148 color RGB value is (253,97,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 01100001 01001000
Octal 375 141 110
Decimal 253 97 72
Hex FD 61 48

RGB Percentages of Color #fd6148

%59.95
%22.99
%17.06

CMYK Percentages of Color #fd6148

%0
%62
%72
%1

Triadic Colors of #fd6148

#fd6148 #48fd61 #6148fd

Analogous Colors of #fd6148

#fd6148 #fdbc48 #fd488a

Monochromatic Colors of #fd6148

#fd6148

Complementary Color

#fd6148 #48e4fd

#fd6148 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd6148 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd6148 Color CSS Codes

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

#fd6148 Text Font Color

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

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


#fd6148 Background Color

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

This div background color is #fd6148


#fd6148 Border Color

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

This div border color is #fd6148


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd6148

Related Colors


Comments

No comments written yet.

Please login to write comment.