Color Hex Logo

#ff803e Color Hex

#FF803E
(255,128,62)
0 Favorites   0 Comments

Color spaces of #ff803e

RGB 25512862
HSL0.061.000.62
HSV21°76°100°
CMYK 0.000.500.76   0.00
XYZ49.828737.04619.0818
Yxy37.04610.51930.3861
Hunter Lab60.865539.617833.7591
CIE-Lab67.311644.064156.2563

#ff803e color RGB value is (255,128,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10000000 00111110
Octal 377 200 76
Decimal 255 128 62
Hex FF 80 3E

RGB Percentages of Color #ff803e

%57.30
%28.76
%13.93

CMYK Percentages of Color #ff803e

%0
%50
%76
%0

Triadic Colors of #ff803e

#ff803e #3eff80 #803eff

Analogous Colors of #ff803e

#ff803e #ffe13e #ff3e5d

Monochromatic Colors of #ff803e

#ff803e

Complementary Color

#ff803e #3ebdff

#ff803e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff803e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff803e Color CSS Codes

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

#ff803e Text Font Color

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

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


#ff803e Background Color

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

This div background color is #ff803e


#ff803e Border Color

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

This div border color is #ff803e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff803e


Comments

No comments written yet.

Please login to write comment.