Color Hex Logo

#fe390b Color Hex

#FE390B
(254,57,11)
0 Favorites   0 Comments

Color spaces of #fe390b

RGB 2545711
HSL0.030.990.52
HSV11°96°100°
CMYK 0.000.780.96   0.00
XYZ42.396624.02122.7186
Yxy24.02120.61320.3474
Hunter Lab49.011468.638731.0193
CIE-Lab56.109071.218365.8704

#fe390b color RGB value is (254,57,11).

#fe390b hex color red value is 254, green value is 57 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #fe390b hue: 0.03 , saturation: 0.99 and the lightness value of fe390b is 0.52.

The process color (four color CMYK) of #fe390b color hex is 0.00, 0.78, 0.96, 0.00. Web safe color of #fe390b is #ff3300. Color #fe390b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00111001 00001011
Octal 376 71 13
Decimal 254 57 11
Hex FE 39 B

RGB Percentages of Color #fe390b

%78.88
%17.70
%3.42

CMYK Percentages of Color #fe390b

%0
%78
%96
%0

Triadic Colors of #fe390b

#fe390b #0bfe39 #390bfe

Analogous Colors of #fe390b

#fe390b #feb30b #fe0b56

Monochromatic Colors of #fe390b

#fe390b

Complementary Color

#fe390b #0bd0fe

#fe390b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe390b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe390b Color CSS Codes

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

#fe390b Text Font Color

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

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


#fe390b Background Color

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

This div background color is #fe390b


#fe390b Border Color

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

This div border color is #fe390b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe390b

Related Colors


Comments

No comments written yet.

Please login to write comment.