Color Hex Logo

#fd952d Color Hex

#FD952D
(253,149,45)
0 Favorites   0 Comments

Color spaces of #fd952d

RGB 25314945
HSL0.080.980.58
HSV30°82°99°
CMYK 0.000.410.82   0.01
XYZ51.729142.56707.9725
Yxy42.56700.50580.4162
Hunter Lab65.243427.350238.4254
CIE-Lab71.260132.106366.7775

#fd952d color RGB value is (253,149,45).

#fd952d hex color red value is 253, green value is 149 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #fd952d hue: 0.08 , saturation: 0.98 and the lightness value of fd952d is 0.58.

The process color (four color CMYK) of #fd952d color hex is 0.00, 0.41, 0.82, 0.01. Web safe color of #fd952d is #ff9933. Color #fd952d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10010101 00101101
Octal 375 225 55
Decimal 253 149 45
Hex FD 95 2D

RGB Percentages of Color #fd952d

%56.60
%33.33
%10.07

CMYK Percentages of Color #fd952d

%0
%41
%82
%1

Triadic Colors of #fd952d

#fd952d #2dfd95 #952dfd

Analogous Colors of #fd952d

#fd952d #fdfd2d #fd2d2d

Monochromatic Colors of #fd952d

#fd952d

Complementary Color

#fd952d #2d95fd

#fd952d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd952d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd952d Color CSS Codes

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

#fd952d Text Font Color

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

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


#fd952d Background Color

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

This div background color is #fd952d


#fd952d Border Color

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

This div border color is #fd952d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd952d

Related Colors


Comments

No comments written yet.

Please login to write comment.