color codes Logo

#fe511b color codes

#FE511B
(254,81,27)
0 Favorites   0 Comments

Color spaces of #fe511b

RGB 2548127
HSL0.040.990.55
HSV14°89°100°
CMYK 0.000.680.89   0.00
XYZ44.013327.03483.9354
Yxy27.03480.58700.3605
Hunter Lab51.995060.107431.9090
CIE-Lab59.006563.524663.1955

#fe511b color RGB value is (254,81,27).

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

The process color (four color CMYK) of #fe511b color code is 0.00, 0.68, 0.89, 0.00. Web safe color of #fe511b is #ff6633. Color #fe511b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010001 00011011
Octal 376 121 33
Decimal 254 81 27
Hex FE 51 1B

RGB Percentages of Color #fe511b

%70.17
%22.38
%7.46

CMYK Percentages of Color #fe511b

%0
%68
%89
%0

Triadic Colors of #fe511b

#fe511b #1bfe51 #511bfe

Analogous Colors of #fe511b

#fe511b #fec31b #fe1b56

Monochromatic Colors of #fe511b

#fe511b

Complementary Color

#fe511b #1bc8fe

#fe511b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe511b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe511b Color CSS Codes

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

#fe511b Text Font Color

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

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


#fe511b Background Color

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

This div background color is #fe511b


#fe511b Border Color

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

This div border color is #fe511b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,81,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 #fe511b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe511b


Comments

No comments written yet.

Please login to write comment.