Color Hex Logo

#fd883c Color Hex

#FD883C
(253,136,60)
0 Favorites   0 Comments

Color spaces of #fd883c

RGB 25313660
HSL0.070.980.61
HSV24°76°99°
CMYK 0.000.460.76   0.01
XYZ50.127838.81729.1254
Yxy38.81720.51110.3958
Hunter Lab62.303534.585634.9284
CIE-Lab68.618639.235458.3702

#fd883c color RGB value is (253,136,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10001000 00111100
Octal 375 210 74
Decimal 253 136 60
Hex FD 88 3C

RGB Percentages of Color #fd883c

%56.35
%30.29
%13.36

CMYK Percentages of Color #fd883c

%0
%46
%76
%1

Triadic Colors of #fd883c

#fd883c #3cfd88 #883cfd

Analogous Colors of #fd883c

#fd883c #fde93c #fd3c51

Monochromatic Colors of #fd883c

#fd883c

Complementary Color

#fd883c #3cb1fd

#fd883c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd883c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd883c Color CSS Codes

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

#fd883c Text Font Color

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

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


#fd883c Background Color

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

This div background color is #fd883c


#fd883c Border Color

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

This div border color is #fd883c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd883c

Related Colors


Comments

No comments written yet.

Please login to write comment.