Color Hex Logo

#fd821d Color Hex

#FD821D
(253,130,29)
0 Favorites   0 Comments

Color spaces of #fd821d

RGB 25313029
HSL0.080.980.55
HSV27°89°99°
CMYK 0.000.490.89   0.01
XYZ48.712436.93665.7245
Yxy36.93660.53310.4042
Hunter Lab60.775536.713136.9583
CIE-Lab67.229441.384868.5748

#fd821d color RGB value is (253,130,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10000010 00011101
Octal 375 202 35
Decimal 253 130 29
Hex FD 82 1D

RGB Percentages of Color #fd821d

%61.41
%31.55
%7.04

CMYK Percentages of Color #fd821d

%0
%49
%89
%1

Triadic Colors of #fd821d

#fd821d #1dfd82 #821dfd

Analogous Colors of #fd821d

#fd821d #fdf21d #fd1d28

Monochromatic Colors of #fd821d

#fd821d

Complementary Color

#fd821d #1d98fd

#fd821d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd821d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd821d Color CSS Codes

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

#fd821d Text Font Color

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

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


#fd821d Background Color

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

This div background color is #fd821d


#fd821d Border Color

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

This div border color is #fd821d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd821d


Comments

No comments written yet.

Please login to write comment.