color codes Logo

#fd863d color codes

#FD863D
(253,134,61)
0 Favorites   0 Comments

Color spaces of #fd863d

RGB 25313461
HSL0.060.980.62
HSV23°76°99°
CMYK 0.000.470.76   0.01
XYZ49.875438.26989.1730
Yxy38.26980.51250.3932
Hunter Lab61.862635.652334.5123
CIE-Lab68.219040.278857.5292

#fd863d color RGB value is (253,134,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10000110 00111101
Octal 375 206 75
Decimal 253 134 61
Hex FD 86 3D

RGB Percentages of Color #fd863d

%56.47
%29.91
%13.62

CMYK Percentages of Color #fd863d

%0
%47
%76
%1

Triadic Colors of #fd863d

#fd863d #3dfd86 #863dfd

Analogous Colors of #fd863d

#fd863d #fde63d #fd3d54

Monochromatic Colors of #fd863d

#fd863d

Complementary Color

#fd863d #3db4fd

#fd863d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd863d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd863d Color CSS Codes

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

#fd863d Text Font Color

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

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


#fd863d Background Color

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

This div background color is #fd863d


#fd863d Border Color

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

This div border color is #fd863d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd863d


Comments

No comments written yet.

Please login to write comment.