Color Hex Logo

#fc825d Color Hex

#FC825D
(252,130,93)
0 Favorites   0 Comments

Color spaces of #fc825d

RGB 25213093
HSL0.040.960.68
HSV14°63°99°
CMYK 0.000.480.63   0.01
XYZ50.103337.451014.9440
Yxy37.45100.48880.3654
Hunter Lab61.197239.046128.3598
CIE-Lab67.614043.499840.9971

#fc825d color RGB value is (252,130,93).

#fc825d hex color red value is 252, green value is 130 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #fc825d hue: 0.04 , saturation: 0.96 and the lightness value of fc825d is 0.68.

The process color (four color CMYK) of #fc825d color hex is 0.00, 0.48, 0.63, 0.01. Web safe color of #fc825d is #ff9966. Color #fc825d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10000010 01011101
Octal 374 202 135
Decimal 252 130 93
Hex FC 82 5D

RGB Percentages of Color #fc825d

%53.05
%27.37
%19.58

CMYK Percentages of Color #fc825d

%0
%48
%63
%1

Triadic Colors of #fc825d

#fc825d #5dfc82 #825dfc

Analogous Colors of #fc825d

#fc825d #fcd25d #fc5d88

Monochromatic Colors of #fc825d

#fc825d

Complementary Color

#fc825d #5dd7fc

#fc825d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc825d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc825d Color CSS Codes

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

#fc825d Text Font Color

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

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


#fc825d Background Color

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

This div background color is #fc825d


#fc825d Border Color

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

This div border color is #fc825d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc825d

Related Colors


Comments

No comments written yet.

Please login to write comment.