Color Hex Logo

#ff804e Color Hex

#FF804E
(255,128,78)
0 Favorites   0 Comments

Color spaces of #ff804e

RGB 25512878
HSL0.051.000.65
HSV17°69°100°
CMYK 0.000.500.69   0.00
XYZ50.334337.248411.7445
Yxy37.24840.50680.3750
Hunter Lab61.031540.408731.3126
CIE-Lab67.463044.770748.6978

#ff804e color RGB value is (255,128,78).

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

The process color (four color CMYK) of #ff804e color hex is 0.00, 0.50, 0.69, 0.00. Web safe color of #ff804e is #ff9966. Color #ff804e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10000000 01001110
Octal 377 200 116
Decimal 255 128 78
Hex FF 80 4E

RGB Percentages of Color #ff804e

%55.31
%27.77
%16.92

CMYK Percentages of Color #ff804e

%0
%50
%69
%0

Triadic Colors of #ff804e

#ff804e #4eff80 #804eff

Analogous Colors of #ff804e

#ff804e #ffd94e #ff4e75

Monochromatic Colors of #ff804e

#ff804e

Complementary Color

#ff804e #4ecdff

#ff804e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff804e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff804e Color CSS Codes

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

#ff804e Text Font Color

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

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


#ff804e Background Color

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

This div background color is #ff804e


#ff804e Border Color

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

This div border color is #ff804e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff804e

Related Colors


Comments

No comments written yet.

Please login to write comment.