Color Hex Logo

#fd860f Color Hex

#FD860F
(253,134,15)
0 Favorites   0 Comments

Color spaces of #fd860f

RGB 25313415
HSL0.080.980.53
HSV30°94°99°
CMYK 0.000.470.94   0.01
XYZ49.119337.96735.1915
Yxy37.96730.53230.4114
Hunter Lab61.617634.462838.1369
CIE-Lab67.996539.189572.2988

#fd860f color RGB value is (253,134,15).

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

The process color (four color CMYK) of #fd860f color hex is 0.00, 0.47, 0.94, 0.01. Web safe color of #fd860f is #ff9900. Color #fd860f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10000110 00001111
Octal 375 206 17
Decimal 253 134 15
Hex FD 86 F

RGB Percentages of Color #fd860f

%62.94
%33.33
%3.73

CMYK Percentages of Color #fd860f

%0
%47
%94
%1

Triadic Colors of #fd860f

#fd860f #0ffd86 #860ffd

Analogous Colors of #fd860f

#fd860f #fdfd0f #fd0f0f

Monochromatic Colors of #fd860f

#fd860f

Complementary Color

#fd860f #0f86fd

#fd860f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd860f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd860f Color CSS Codes

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

#fd860f Text Font Color

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

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


#fd860f Background Color

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

This div background color is #fd860f


#fd860f Border Color

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

This div border color is #fd860f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd860f


Comments

No comments written yet.

Please login to write comment.