Color Hex Logo

#fe600b Color Hex

#FE600B
(254,96,11)
0 Favorites   0 Comments

Color spaces of #fe600b

RGB 2549611
HSL0.060.990.52
HSV21°96°100°
CMYK 0.000.620.96   0.00
XYZ45.116329.46073.6252
Yxy29.46070.57690.3767
Hunter Lab54.277753.385434.0344
CIE-Lab61.186157.334768.7385

#fe600b color RGB value is (254,96,11).

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

The process color (four color CMYK) of #fe600b color hex is 0.00, 0.62, 0.96, 0.00. Web safe color of #fe600b is #ff6600. Color #fe600b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01100000 00001011
Octal 376 140 13
Decimal 254 96 11
Hex FE 60 B

RGB Percentages of Color #fe600b

%70.36
%26.59
%3.05

CMYK Percentages of Color #fe600b

%0
%62
%96
%0

Triadic Colors of #fe600b

#fe600b #0bfe60 #600bfe

Analogous Colors of #fe600b

#fe600b #feda0b #fe0b2f

Monochromatic Colors of #fe600b

#fe600b

Complementary Color

#fe600b #0ba9fe

#fe600b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe600b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe600b Color CSS Codes

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

#fe600b Text Font Color

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

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


#fe600b Background Color

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

This div background color is #fe600b


#fe600b Border Color

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

This div border color is #fe600b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe600b

Related Colors


Comments

No comments written yet.

Please login to write comment.