color codes Logo

#fc824e color codes

#FC824E
(252,130,78)
0 Favorites   0 Comments

Color spaces of #fc824e

RGB 25213078
HSL0.050.970.65
HSV18°69°99°
CMYK 0.000.480.69   0.01
XYZ49.502737.210811.7810
Yxy37.21080.50260.3778
Hunter Lab61.000738.103631.2498
CIE-Lab67.434942.651648.5508

#fc824e color RGB value is (252,130,78).

#fc824e hex color red value is 252, green value is 130 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #fc824e hue: 0.05 , saturation: 0.97 and the lightness value of fc824e is 0.65.

The process color (four color CMYK) of #fc824e color code is 0.00, 0.48, 0.69, 0.01. Web safe color of #fc824e is #ff9966. Color #fc824e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10000010 01001110
Octal 374 202 116
Decimal 252 130 78
Hex FC 82 4E

RGB Percentages of Color #fc824e

%54.78
%28.26
%16.96

CMYK Percentages of Color #fc824e

%0
%48
%69
%1

Triadic Colors of #fc824e

#fc824e #4efc82 #824efc

Analogous Colors of #fc824e

#fc824e #fcd94e #fc4e71

Monochromatic Colors of #fc824e

#fc824e

Complementary Color

#fc824e #4ec8fc

#fc824e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc824e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc824e Color CSS Codes

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

#fc824e Text Font Color

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

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


#fc824e Background Color

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

This div background color is #fc824e


#fc824e Border Color

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

This div border color is #fc824e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc824e

Related Colors


Comments

No comments written yet.

Please login to write comment.