Color Hex Logo

#fe671b Color Hex

#FE671B
(254,103,27)
0 Favorites   0 Comments

Color spaces of #fe671b

RGB 25410327
HSL0.060.990.55
HSV20°89°100°
CMYK 0.000.590.89   0.00
XYZ45.921130.85054.5713
Yxy30.85050.56450.3793
Hunter Lab55.543250.376634.0006
CIE-Lab62.381254.488765.6286

#fe671b color RGB value is (254,103,27).

#fe671b hex color red value is 254, green value is 103 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #fe671b hue: 0.06 , saturation: 0.99 and the lightness value of fe671b is 0.55.

The process color (four color CMYK) of #fe671b color hex is 0.00, 0.59, 0.89, 0.00. Web safe color of #fe671b is #ff6633. Color #fe671b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01100111 00011011
Octal 376 147 33
Decimal 254 103 27
Hex FE 67 1B

RGB Percentages of Color #fe671b

%66.15
%26.82
%7.03

CMYK Percentages of Color #fe671b

%0
%59
%89
%0

Triadic Colors of #fe671b

#fe671b #1bfe67 #671bfe

Analogous Colors of #fe671b

#fe671b #fed91b #fe1b41

Monochromatic Colors of #fe671b

#fe671b

Complementary Color

#fe671b #1bb2fe

#fe671b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe671b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe671b Color CSS Codes

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

#fe671b Text Font Color

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

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


#fe671b Background Color

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

This div background color is #fe671b


#fe671b Border Color

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

This div border color is #fe671b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe671b

Related Colors


Comments

No comments written yet.

Please login to write comment.