Color Hex Logo

#fe865f Color Hex

#FE865F
(254,134,95)
0 Favorites   0 Comments

Color spaces of #fe865f

RGB 25413495
HSL0.040.990.68
HSV15°63°100°
CMYK 0.000.470.63   0.00
XYZ51.463738.947215.6316
Yxy38.94720.48530.3673
Hunter Lab62.407737.984328.8347
CIE-Lab68.713042.385841.3333

#fe865f color RGB value is (254,134,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10000110 01011111
Octal 376 206 137
Decimal 254 134 95
Hex FE 86 5F

RGB Percentages of Color #fe865f

%52.59
%27.74
%19.67

CMYK Percentages of Color #fe865f

%0
%47
%63
%0

Triadic Colors of #fe865f

#fe865f #5ffe86 #865ffe

Analogous Colors of #fe865f

#fe865f #fed65f #fe5f88

Monochromatic Colors of #fe865f

#fe865f

Complementary Color

#fe865f #5fd7fe

#fe865f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe865f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe865f Color CSS Codes

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

#fe865f Text Font Color

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

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


#fe865f Background Color

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

This div background color is #fe865f


#fe865f Border Color

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

This div border color is #fe865f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe865f


Comments

No comments written yet.

Please login to write comment.