Color Hex Logo

#fc832d Color Hex

#FC832D
(252,131,45)
0 Favorites   0 Comments

Color spaces of #fc832d

RGB 25213145
HSL0.070.970.58
HSV25°82°99°
CMYK 0.000.480.82   0.01
XYZ48.734837.11757.0784
Yxy37.11750.52440.3994
Hunter Lab60.924136.169635.7584
CIE-Lab67.365140.861463.3146

#fc832d color RGB value is (252,131,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10000011 00101101
Octal 374 203 55
Decimal 252 131 45
Hex FC 83 2D

RGB Percentages of Color #fc832d

%58.88
%30.61
%10.51

CMYK Percentages of Color #fc832d

%0
%48
%82
%1

Triadic Colors of #fc832d

#fc832d #2dfc83 #832dfc

Analogous Colors of #fc832d

#fc832d #fceb2d #fc2d3f

Monochromatic Colors of #fc832d

#fc832d

Complementary Color

#fc832d #2da6fc

#fc832d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc832d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc832d Color CSS Codes

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

#fc832d Text Font Color

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

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


#fc832d Background Color

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

This div background color is #fc832d


#fc832d Border Color

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

This div border color is #fc832d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc832d


Comments

No comments written yet.

Please login to write comment.