Color Hex Logo

#fe910b Color Hex

#FE910B
(254,145,11)
0 Favorites   0 Comments

Color spaces of #fe910b

RGB 25414511
HSL0.090.990.52
HSV33°96°100°
CMYK 0.000.430.96   0.00
XYZ51.058941.34585.6060
Yxy41.34580.52100.4218
Hunter Lab64.300729.214339.8413
CIE-Lab70.417533.967574.5921

#fe910b color RGB value is (254,145,11).

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

The process color (four color CMYK) of #fe910b color hex is 0.00, 0.43, 0.96, 0.00. Web safe color of #fe910b is #ff9900. Color #fe910b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10010001 00001011
Octal 376 221 13
Decimal 254 145 11
Hex FE 91 B

RGB Percentages of Color #fe910b

%61.95
%35.37
%2.68

CMYK Percentages of Color #fe910b

%0
%43
%96
%0

Triadic Colors of #fe910b

#fe910b #0bfe91 #910bfe

Analogous Colors of #fe910b

#fe910b #f2fe0b #fe180b

Monochromatic Colors of #fe910b

#fe910b

Complementary Color

#fe910b #0b78fe

#fe910b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe910b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe910b Color CSS Codes

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

#fe910b Text Font Color

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

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


#fe910b Background Color

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

This div background color is #fe910b


#fe910b Border Color

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

This div border color is #fe910b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe910b


Comments

No comments written yet.

Please login to write comment.