Color Hex Logo

#fc553d Color Hex

#FC553D
(252,85,61)
0 Favorites   0 Comments

Color spaces of #fc553d

RGB 2528561
HSL0.020.970.61
HSV76°99°
CMYK 0.000.660.76   0.01
XYZ44.235727.52947.3971
Yxy27.52940.55880.3478
Hunter Lab52.468558.672028.3691
CIE-Lab59.461262.215348.4979

#fc553d color RGB value is (252,85,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010101 00111101
Octal 374 125 75
Decimal 252 85 61
Hex FC 55 3D

RGB Percentages of Color #fc553d

%63.32
%21.36
%15.33

CMYK Percentages of Color #fc553d

%0
%66
%76
%1

Triadic Colors of #fc553d

#fc553d #3dfc55 #553dfc

Analogous Colors of #fc553d

#fc553d #fcb53d #fc3d85

Monochromatic Colors of #fc553d

#fc553d

Complementary Color

#fc553d #3de4fc

#fc553d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc553d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc553d Color CSS Codes

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

#fc553d Text Font Color

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

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


#fc553d Background Color

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

This div background color is #fc553d


#fc553d Border Color

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

This div border color is #fc553d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,85,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 #fc553d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc553d


Comments

No comments written yet.

Please login to write comment.