Color Hex Logo

#fc804e Color Hex

#FC804E
(252,128,78)
0 Favorites   0 Comments

Color spaces of #fc804e

RGB 25212878
HSL0.050.970.65
HSV17°69°99°
CMYK 0.000.490.69   0.01
XYZ49.239236.683811.6932
Yxy36.68380.50440.3758
Hunter Lab60.567239.122430.9504
CIE-Lab67.039143.642448.1058

#fc804e color RGB value is (252,128,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10000000 01001110
Octal 374 200 116
Decimal 252 128 78
Hex FC 80 4E

RGB Percentages of Color #fc804e

%55.02
%27.95
%17.03

CMYK Percentages of Color #fc804e

%0
%49
%69
%1

Triadic Colors of #fc804e

#fc804e #4efc80 #804efc

Analogous Colors of #fc804e

#fc804e #fcd74e #fc4e73

Monochromatic Colors of #fc804e

#fc804e

Complementary Color

#fc804e #4ecafc

#fc804e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc804e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc804e Color CSS Codes

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

#fc804e Text Font Color

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

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


#fc804e Background Color

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

This div background color is #fc804e


#fc804e Border Color

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

This div border color is #fc804e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc804e

Related Colors


Comments

No comments written yet.

Please login to write comment.