Color Hex Logo

#fe803d Color Hex

#FE803D
(254,128,61)
0 Favorites   0 Comments

Color spaces of #fe803d

RGB 25412861
HSL0.060.990.62
HSV21°76°100°
CMYK 0.000.500.76   0.00
XYZ49.434536.84618.9214
Yxy36.84610.51930.3870
Hunter Lab60.701039.142533.7767
CIE-Lab67.161443.645556.5148

#fe803d color RGB value is (254,128,61).

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

The process color (four color CMYK) of #fe803d color hex is 0.00, 0.50, 0.76, 0.00. Web safe color of #fe803d is #ff9933. Color #fe803d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10000000 00111101
Octal 376 200 75
Decimal 254 128 61
Hex FE 80 3D

RGB Percentages of Color #fe803d

%57.34
%28.89
%13.77

CMYK Percentages of Color #fe803d

%0
%50
%76
%0

Triadic Colors of #fe803d

#fe803d #3dfe80 #803dfe

Analogous Colors of #fe803d

#fe803d #fee13d #fe3d5a

Monochromatic Colors of #fe803d

#fe803d

Complementary Color

#fe803d #3dbbfe

#fe803d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe803d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe803d Color CSS Codes

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

#fe803d Text Font Color

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

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


#fe803d Background Color

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

This div background color is #fe803d


#fe803d Border Color

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

This div border color is #fe803d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe803d

Related Colors


Comments

No comments written yet.

Please login to write comment.