Color Hex Logo

#fc843e Color Hex

#FC843E
(252,132,62)
0 Favorites   0 Comments

Color spaces of #fc843e

RGB 25213262
HSL0.060.970.62
HSV22°75°99°
CMYK 0.000.480.75   0.01
XYZ49.265637.54589.2079
Yxy37.54580.51310.3910
Hunter Lab61.274636.285733.9826
CIE-Lab67.684540.932356.4967

#fc843e color RGB value is (252,132,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10000100 00111110
Octal 374 204 76
Decimal 252 132 62
Hex FC 84 3E

RGB Percentages of Color #fc843e

%56.50
%29.60
%13.90

CMYK Percentages of Color #fc843e

%0
%48
%75
%1

Triadic Colors of #fc843e

#fc843e #3efc84 #843efc

Analogous Colors of #fc843e

#fc843e #fce33e #fc3e57

Monochromatic Colors of #fc843e

#fc843e

Complementary Color

#fc843e #3eb6fc

#fc843e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc843e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc843e Color CSS Codes

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

#fc843e Text Font Color

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

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


#fc843e Background Color

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

This div background color is #fc843e


#fc843e Border Color

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

This div border color is #fc843e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc843e


Comments

No comments written yet.

Please login to write comment.