Color Hex Logo

#fd865e Color Hex

#FD865E
(253,134,94)
0 Favorites   0 Comments

Color spaces of #fd865e

RGB 25313494
HSL0.040.980.68
HSV15°63°99°
CMYK 0.000.470.63   0.01
XYZ51.053538.741015.3766
Yxy38.74100.48540.3684
Hunter Lab62.242337.488628.9223
CIE-Lab68.563241.945741.6477

#fd865e color RGB value is (253,134,94).

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

The process color (four color CMYK) of #fd865e color hex is 0.00, 0.47, 0.63, 0.01. Web safe color of #fd865e is #ff9966. Color #fd865e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10000110 01011110
Octal 375 206 136
Decimal 253 134 94
Hex FD 86 5E

RGB Percentages of Color #fd865e

%52.60
%27.86
%19.54

CMYK Percentages of Color #fd865e

%0
%47
%63
%1

Triadic Colors of #fd865e

#fd865e #5efd86 #865efd

Analogous Colors of #fd865e

#fd865e #fdd65e #fd5e86

Monochromatic Colors of #fd865e

#fd865e

Complementary Color

#fd865e #5ed5fd

#fd865e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd865e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd865e Color CSS Codes

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

#fd865e Text Font Color

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

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


#fd865e Background Color

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

This div background color is #fd865e


#fd865e Border Color

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

This div border color is #fd865e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd865e

Related Colors


Comments

No comments written yet.

Please login to write comment.