Color Hex Logo

#fc813e Color Hex

#FC813E
(252,129,62)
0 Favorites   0 Comments

Color spaces of #fc813e

RGB 25212962
HSL0.060.970.62
HSV21°75°99°
CMYK 0.000.490.75   0.01
XYZ48.864636.74389.0742
Yxy36.74380.51610.3881
Hunter Lab60.616737.814133.5561
CIE-Lab67.084442.426455.8889

#fc813e color RGB value is (252,129,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10000001 00111110
Octal 374 201 76
Decimal 252 129 62
Hex FC 81 3E

RGB Percentages of Color #fc813e

%56.88
%29.12
%14.00

CMYK Percentages of Color #fc813e

%0
%49
%75
%1

Triadic Colors of #fc813e

#fc813e #3efc81 #813efc

Analogous Colors of #fc813e

#fc813e #fce03e #fc3e5a

Monochromatic Colors of #fc813e

#fc813e

Complementary Color

#fc813e #3eb9fc

#fc813e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc813e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc813e Color CSS Codes

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

#fc813e Text Font Color

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

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


#fc813e Background Color

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

This div background color is #fc813e


#fc813e Border Color

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

This div border color is #fc813e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc813e


Comments

No comments written yet.

Please login to write comment.