Color Hex Logo

#ff804c Color Hex

#FF804C
(255,128,76)
0 Favorites   0 Comments

Color spaces of #ff804c

RGB 25512876
HSL0.051.000.65
HSV17°70°100°
CMYK 0.000.500.70   0.00
XYZ50.263737.220111.3725
Yxy37.22010.50850.3765
Hunter Lab61.008340.298731.6536
CIE-Lab67.441844.672649.6773

#ff804c color RGB value is (255,128,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10000000 01001100
Octal 377 200 114
Decimal 255 128 76
Hex FF 80 4C

RGB Percentages of Color #ff804c

%55.56
%27.89
%16.56

CMYK Percentages of Color #ff804c

%0
%50
%70
%0

Triadic Colors of #ff804c

#ff804c #4cff80 #804cff

Analogous Colors of #ff804c

#ff804c #ffda4c #ff4c72

Monochromatic Colors of #ff804c

#ff804c

Complementary Color

#ff804c #4ccbff

#ff804c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff804c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff804c Color CSS Codes

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

#ff804c Text Font Color

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

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


#ff804c Background Color

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

This div background color is #ff804c


#ff804c Border Color

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

This div border color is #ff804c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff804c


Comments

No comments written yet.

Please login to write comment.