Color Hex Logo

#fc523d Color Hex

#FC523D
(252,82,61)
0 Favorites   0 Comments

Color spaces of #fc523d

RGB 2528261
HSL0.020.970.61
HSV76°99°
CMYK 0.000.670.76   0.01
XYZ44.004527.06707.3200
Yxy27.06700.56130.3453
Hunter Lab52.026059.933128.0761
CIE-Lab59.036363.370548.0499

#fc523d color RGB value is (252,82,61).

#fc523d hex color red value is 252, green value is 82 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #fc523d hue: 0.02 , saturation: 0.97 and the lightness value of fc523d is 0.61.

The process color (four color CMYK) of #fc523d color hex is 0.00, 0.67, 0.76, 0.01. Web safe color of #fc523d is #ff6633. Color #fc523d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010010 00111101
Octal 374 122 75
Decimal 252 82 61
Hex FC 52 3D

RGB Percentages of Color #fc523d

%63.80
%20.76
%15.44

CMYK Percentages of Color #fc523d

%0
%67
%76
%1

Triadic Colors of #fc523d

#fc523d #3dfc52 #523dfc

Analogous Colors of #fc523d

#fc523d #fcb23d #fc3d88

Monochromatic Colors of #fc523d

#fc523d

Complementary Color

#fc523d #3de7fc

#fc523d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc523d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc523d Color CSS Codes

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

#fc523d Text Font Color

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

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


#fc523d Background Color

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

This div background color is #fc523d


#fc523d Border Color

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

This div border color is #fc523d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc523d

Related Colors


Comments

No comments written yet.

Please login to write comment.