Color Hex Logo

#fe804b Color Hex

#FE804B
(254,128,75)
0 Favorites   0 Comments

Color spaces of #fe804b

RGB 25412875
HSL0.050.990.65
HSV18°70°100°
CMYK 0.000.500.70   0.00
XYZ49.862237.017211.1736
Yxy37.01720.50850.3775
Hunter Lab60.841839.814631.7006
CIE-Lab67.289944.247849.9677

#fe804b color RGB value is (254,128,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10000000 01001011
Octal 376 200 113
Decimal 254 128 75
Hex FE 80 4B

RGB Percentages of Color #fe804b

%55.58
%28.01
%16.41

CMYK Percentages of Color #fe804b

%0
%50
%70
%0

Triadic Colors of #fe804b

#fe804b #4bfe80 #804bfe

Analogous Colors of #fe804b

#fe804b #feda4b #fe4b70

Monochromatic Colors of #fe804b

#fe804b

Complementary Color

#fe804b #4bc9fe

#fe804b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe804b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe804b Color CSS Codes

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

#fe804b Text Font Color

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

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


#fe804b Background Color

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

This div background color is #fe804b


#fe804b Border Color

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

This div border color is #fe804b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe804b


Comments

No comments written yet.

Please login to write comment.