Color Hex Logo

#fd981d Color Hex

#FD981D
(253,152,29)
0 Favorites   0 Comments

Color spaces of #fd981d

RGB 25315229
HSL0.090.980.55
HSV33°89°99°
CMYK 0.000.400.89   0.01
XYZ51.958043.42786.8063
Yxy43.42780.50840.4250
Hunter Lab65.899825.411940.0062
CIE-Lab71.844430.189172.0814

#fd981d color RGB value is (253,152,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10011000 00011101
Octal 375 230 35
Decimal 253 152 29
Hex FD 98 1D

RGB Percentages of Color #fd981d

%58.29
%35.02
%6.68

CMYK Percentages of Color #fd981d

%0
%40
%89
%1

Triadic Colors of #fd981d

#fd981d #1dfd98 #981dfd

Analogous Colors of #fd981d

#fd981d #f2fd1d #fd281d

Monochromatic Colors of #fd981d

#fd981d

Complementary Color

#fd981d #1d82fd

#fd981d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd981d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd981d Color CSS Codes

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

#fd981d Text Font Color

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

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


#fd981d Background Color

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

This div background color is #fd981d


#fd981d Border Color

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

This div border color is #fd981d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd981d


Comments

No comments written yet.

Please login to write comment.