Color Hex Logo

#fe8300 Color Hex

#FE8300
(254,131,0)
0 Favorites   0 Comments

Color spaces of #fe8300

RGB 2541310
HSL0.091.000.50
HSV31°100°100°
CMYK 0.000.481.00   0.00
XYZ48.989437.30344.6183
Yxy37.30340.53890.4103
Hunter Lab61.076536.290838.2703
CIE-Lab67.504040.958274.2236

#fe8300 color RGB value is (254,131,0).

#fe8300 hex color red value is 254, green value is 131 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #fe8300 hue: 0.09 , saturation: 1.00 and the lightness value of fe8300 is 0.50.

The process color (four color CMYK) of #fe8300 color hex is 0.00, 0.48, 1.00, 0.00. Web safe color of #fe8300 is #ff9900. Color #fe8300 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10000011 00000000
Octal 376 203 0
Decimal 254 131 0
Hex FE 83 0

RGB Percentages of Color #fe8300

%65.97
%34.03
%0.00

CMYK Percentages of Color #fe8300

%0
%48
%100
%0

Triadic Colors of #fe8300

#fe8300 #00fe83 #8300fe

Analogous Colors of #fe8300

#fe8300 #fafe00 #fe0400

Monochromatic Colors of #fe8300

#fe8300

Complementary Color

#fe8300 #007bfe

#fe8300 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe8300 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe8300 Color CSS Codes

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

#fe8300 Text Font Color

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

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


#fe8300 Background Color

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

This div background color is #fe8300


#fe8300 Border Color

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

This div border color is #fe8300


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe8300

Related Colors


Comments

No comments written yet.

Please login to write comment.