Color Hex Logo

#fd863c Color Hex

#FD863C
(253,134,60)
0 Favorites   0 Comments

Color spaces of #fd863c

RGB 25313460
HSL0.060.980.61
HSV23°76°99°
CMYK 0.000.470.76   0.01
XYZ49.848738.25919.0324
Yxy38.25910.51320.3939
Hunter Lab61.853935.610534.6398
CIE-Lab68.211140.240757.9660

#fd863c color RGB value is (253,134,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10000110 00111100
Octal 375 206 74
Decimal 253 134 60
Hex FD 86 3C

RGB Percentages of Color #fd863c

%56.60
%29.98
%13.42

CMYK Percentages of Color #fd863c

%0
%47
%76
%1

Triadic Colors of #fd863c

#fd863c #3cfd86 #863cfd

Analogous Colors of #fd863c

#fd863c #fde73c #fd3c53

Monochromatic Colors of #fd863c

#fd863c

Complementary Color

#fd863c #3cb3fd

#fd863c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd863c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd863c Color CSS Codes

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

#fd863c Text Font Color

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

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


#fd863c Background Color

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

This div background color is #fd863c


#fd863c Border Color

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

This div border color is #fd863c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd863c


Comments

No comments written yet.

Please login to write comment.