Color Hex Logo

#fe874f Color Hex

#FE874F
(254,135,79)
0 Favorites   0 Comments

Color spaces of #fe874f

RGB 25413579
HSL0.050.990.65
HSV19°69°100°
CMYK 0.000.470.69   0.00
XYZ50.948338.963312.2325
Yxy38.96330.49880.3815
Hunter Lab62.420636.457432.0754
CIE-Lab68.724740.970549.5723

#fe874f color RGB value is (254,135,79).

#fe874f hex color red value is 254, green value is 135 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #fe874f hue: 0.05 , saturation: 0.99 and the lightness value of fe874f is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10000111 01001111
Octal 376 207 117
Decimal 254 135 79
Hex FE 87 4F

RGB Percentages of Color #fe874f

%54.27
%28.85
%16.88

CMYK Percentages of Color #fe874f

%0
%47
%69
%0

Triadic Colors of #fe874f

#fe874f #4ffe87 #874ffe

Analogous Colors of #fe874f

#fe874f #fedf4f #fe4f6f

Monochromatic Colors of #fe874f

#fe874f

Complementary Color

#fe874f #4fc6fe

#fe874f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe874f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe874f Color CSS Codes

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

#fe874f Text Font Color

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

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


#fe874f Background Color

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

This div background color is #fe874f


#fe874f Border Color

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

This div border color is #fe874f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe874f

Related Colors


Comments

No comments written yet.

Please login to write comment.