Color Hex Logo

#fc803e Color Hex

#FC803E
(252,128,62)
0 Favorites   0 Comments

Color spaces of #fc803e

RGB 25212862
HSL0.060.970.62
HSV21°75°99°
CMYK 0.000.490.75   0.01
XYZ48.733636.48169.0305
Yxy36.48160.51710.3871
Hunter Lab60.400038.322333.4155
CIE-Lab66.886342.922055.6878

#fc803e color RGB value is (252,128,62).

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

The process color (four color CMYK) of #fc803e color hex is 0.00, 0.49, 0.75, 0.01. Web safe color of #fc803e is #ff9933. Color #fc803e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10000000 00111110
Octal 374 200 76
Decimal 252 128 62
Hex FC 80 3E

RGB Percentages of Color #fc803e

%57.01
%28.96
%14.03

CMYK Percentages of Color #fc803e

%0
%49
%75
%1

Triadic Colors of #fc803e

#fc803e #3efc80 #803efc

Analogous Colors of #fc803e

#fc803e #fcdf3e #fc3e5b

Monochromatic Colors of #fc803e

#fc803e

Complementary Color

#fc803e #3ebafc

#fc803e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc803e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc803e Color CSS Codes

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

#fc803e Text Font Color

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

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


#fc803e Background Color

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

This div background color is #fc803e


#fc803e Border Color

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

This div border color is #fc803e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc803e


Comments

No comments written yet.

Please login to write comment.