Color Hex Logo

#fe270e Color Hex

#FE270E
(254,39,14)
0 Favorites   0 Comments

Color spaces of #fe270e

RGB 2543914
HSL0.020.990.53
HSV94°100°
CMYK 0.000.850.94   0.00
XYZ41.677822.55362.5721
Yxy22.55360.62390.3376
Hunter Lab47.490673.543130.0323
CIE-Lab54.609575.510364.3546

#fe270e color RGB value is (254,39,14).

#fe270e hex color red value is 254, green value is 39 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #fe270e hue: 0.02 , saturation: 0.99 and the lightness value of fe270e is 0.53.

The process color (four color CMYK) of #fe270e color hex is 0.00, 0.85, 0.94, 0.00. Web safe color of #fe270e is #ff3300. Color #fe270e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00100111 00001110
Octal 376 47 16
Decimal 254 39 14
Hex FE 27 E

RGB Percentages of Color #fe270e

%82.74
%12.70
%4.56

CMYK Percentages of Color #fe270e

%0
%85
%94
%0

Triadic Colors of #fe270e

#fe270e #0efe27 #270efe

Analogous Colors of #fe270e

#fe270e #fe9f0e #fe0e6d

Monochromatic Colors of #fe270e

#fe270e

Complementary Color

#fe270e #0ee5fe

#fe270e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe270e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe270e Color CSS Codes

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

#fe270e Text Font Color

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

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


#fe270e Background Color

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

This div background color is #fe270e


#fe270e Border Color

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

This div border color is #fe270e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe270e

Related Colors


Comments

No comments written yet.

Please login to write comment.