Color Hex Logo

#fc533e Color Hex

#FC533E
(252,83,62)
0 Favorites   0 Comments

Color spaces of #fc533e

RGB 2528362
HSL0.020.970.62
HSV75°99°
CMYK 0.000.670.75   0.01
XYZ44.107627.22987.4886
Yxy27.22980.55960.3454
Hunter Lab52.182259.560428.0189
CIE-Lab59.186463.025247.6891

#fc533e color RGB value is (252,83,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01010011 00111110
Octal 374 123 76
Decimal 252 83 62
Hex FC 53 3E

RGB Percentages of Color #fc533e

%63.48
%20.91
%15.62

CMYK Percentages of Color #fc533e

%0
%67
%75
%1

Triadic Colors of #fc533e

#fc533e #3efc53 #533efc

Analogous Colors of #fc533e

#fc533e #fcb23e #fc3e88

Monochromatic Colors of #fc533e

#fc533e

Complementary Color

#fc533e #3ee7fc

#fc533e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc533e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc533e Color CSS Codes

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

#fc533e Text Font Color

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

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


#fc533e Background Color

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

This div background color is #fc533e


#fc533e Border Color

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

This div border color is #fc533e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc533e


Comments

No comments written yet.

Please login to write comment.