Color Hex Logo

#fd972d Color Hex

#FD972D
(253,151,45)
0 Favorites   0 Comments

Color spaces of #fd972d

RGB 25315145
HSL0.080.980.58
HSV31°82°99°
CMYK 0.000.400.82   0.01
XYZ52.048343.20538.0788
Yxy43.20530.50370.4181
Hunter Lab65.730726.314838.7243
CIE-Lab71.694131.073667.1555

#fd972d color RGB value is (253,151,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10010111 00101101
Octal 375 227 55
Decimal 253 151 45
Hex FD 97 2D

RGB Percentages of Color #fd972d

%56.35
%33.63
%10.02

CMYK Percentages of Color #fd972d

%0
%40
%82
%1

Triadic Colors of #fd972d

#fd972d #2dfd97 #972dfd

Analogous Colors of #fd972d

#fd972d #fbfd2d #fd2f2d

Monochromatic Colors of #fd972d

#fd972d

Complementary Color

#fd972d #2d93fd

#fd972d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd972d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd972d Color CSS Codes

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

#fd972d Text Font Color

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

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


#fd972d Background Color

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

This div background color is #fd972d


#fd972d Border Color

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

This div border color is #fd972d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd972d

Related Colors


Comments

No comments written yet.

Please login to write comment.