Color Hex Logo

#fc804d Color Hex

#FC804D
(252,128,77)
0 Favorites   0 Comments

Color spaces of #fc804d

RGB 25212877
HSL0.050.970.65
HSV17°69°99°
CMYK 0.000.490.69   0.01
XYZ49.203636.669611.5058
Yxy36.66960.50530.3766
Hunter Lab60.555439.066131.1234
CIE-Lab67.028443.591848.5979

#fc804d color RGB value is (252,128,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10000000 01001101
Octal 374 200 115
Decimal 252 128 77
Hex FC 80 4D

RGB Percentages of Color #fc804d

%55.14
%28.01
%16.85

CMYK Percentages of Color #fc804d

%0
%49
%69
%1

Triadic Colors of #fc804d

#fc804d #4dfc80 #804dfc

Analogous Colors of #fc804d

#fc804d #fcd84d #fc4d72

Monochromatic Colors of #fc804d

#fc804d

Complementary Color

#fc804d #4dc9fc

#fc804d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc804d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc804d Color CSS Codes

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

#fc804d Text Font Color

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

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


#fc804d Background Color

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

This div background color is #fc804d


#fc804d Border Color

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

This div border color is #fc804d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc804d


Comments

No comments written yet.

Please login to write comment.