Color Hex Logo

#fd804e Color Hex

#FD804E
(253,128,78)
0 Favorites   0 Comments

Color spaces of #fd804e

RGB 25312878
HSL0.050.980.65
HSV17°69°99°
CMYK 0.000.490.69   0.01
XYZ49.602336.871011.7102
Yxy36.87100.50520.3755
Hunter Lab60.721539.550831.0709
CIE-Lab67.180144.019248.3029

#fd804e color RGB value is (253,128,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10000000 01001110
Octal 375 200 116
Decimal 253 128 78
Hex FD 80 4E

RGB Percentages of Color #fd804e

%55.12
%27.89
%16.99

CMYK Percentages of Color #fd804e

%0
%49
%69
%1

Triadic Colors of #fd804e

#fd804e #4efd80 #804efd

Analogous Colors of #fd804e

#fd804e #fdd84e #fd4e74

Monochromatic Colors of #fd804e

#fd804e

Complementary Color

#fd804e #4ecbfd

#fd804e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd804e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd804e Color CSS Codes

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

#fd804e Text Font Color

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

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


#fd804e Background Color

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

This div background color is #fd804e


#fd804e Border Color

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

This div border color is #fd804e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,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 #fd804e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd804e


Comments

No comments written yet.

Please login to write comment.