Color Hex Logo

#fc832e Color Hex

#FC832E
(252,131,46)
0 Favorites   0 Comments

Color spaces of #fc832e

RGB 25213146
HSL0.070.970.58
HSV25°82°99°
CMYK 0.000.480.82   0.01
XYZ48.754337.12537.1810
Yxy37.12530.52390.3989
Hunter Lab60.930536.200535.6637
CIE-Lab67.370940.889662.9380

#fc832e color RGB value is (252,131,46).

#fc832e hex color red value is 252, green value is 131 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #fc832e hue: 0.07 , saturation: 0.97 and the lightness value of fc832e is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10000011 00101110
Octal 374 203 56
Decimal 252 131 46
Hex FC 83 2E

RGB Percentages of Color #fc832e

%58.74
%30.54
%10.72

CMYK Percentages of Color #fc832e

%0
%48
%82
%1

Triadic Colors of #fc832e

#fc832e #2efc83 #832efc

Analogous Colors of #fc832e

#fc832e #fcea2e #fc2e40

Monochromatic Colors of #fc832e

#fc832e

Complementary Color

#fc832e #2ea7fc

#fc832e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc832e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc832e Color CSS Codes

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

#fc832e Text Font Color

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

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


#fc832e Background Color

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

This div background color is #fc832e


#fc832e Border Color

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

This div border color is #fc832e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc832e


Comments

No comments written yet.

Please login to write comment.