Color Hex Logo

#fd881d Color Hex

#FD881D
(253,136,29)
0 Favorites   0 Comments

Color spaces of #fd881d

RGB 25313629
HSL0.080.980.55
HSV29°89°99°
CMYK 0.000.460.89   0.01
XYZ49.533938.57975.9983
Yxy38.57970.52630.4099
Hunter Lab62.112633.654337.7531
CIE-Lab68.445738.379069.4958

#fd881d color RGB value is (253,136,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10001000 00011101
Octal 375 210 35
Decimal 253 136 29
Hex FD 88 1D

RGB Percentages of Color #fd881d

%60.53
%32.54
%6.94

CMYK Percentages of Color #fd881d

%0
%46
%89
%1

Triadic Colors of #fd881d

#fd881d #1dfd88 #881dfd

Analogous Colors of #fd881d

#fd881d #fdf81d #fd1d22

Monochromatic Colors of #fd881d

#fd881d

Complementary Color

#fd881d #1d92fd

#fd881d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd881d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd881d Color CSS Codes

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

#fd881d Text Font Color

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

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


#fd881d Background Color

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

This div background color is #fd881d


#fd881d Border Color

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

This div border color is #fd881d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd881d

Related Colors


Comments

No comments written yet.

Please login to write comment.