Color Hex Logo

#fc632e Color Hex

#FC632E
(252,99,46)
0 Favorites   0 Comments

Color spaces of #fc632e

RGB 2529946
HSL0.040.970.58
HSV15°82°99°
CMYK 0.000.610.82   0.01
XYZ45.099929.81645.9629
Yxy29.81640.55760.3687
Hunter Lab54.604451.872431.7485
CIE-Lab61.495555.953857.6627

#fc632e color RGB value is (252,99,46).

#fc632e hex color red value is 252, green value is 99 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #fc632e hue: 0.04 , saturation: 0.97 and the lightness value of fc632e is 0.58.

The process color (four color CMYK) of #fc632e color hex is 0.00, 0.61, 0.82, 0.01. Web safe color of #fc632e is #ff6633. Color #fc632e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01100011 00101110
Octal 374 143 56
Decimal 252 99 46
Hex FC 63 2E

RGB Percentages of Color #fc632e

%63.48
%24.94
%11.59

CMYK Percentages of Color #fc632e

%0
%61
%82
%1

Triadic Colors of #fc632e

#fc632e #2efc63 #632efc

Analogous Colors of #fc632e

#fc632e #fcca2e #fc2e60

Monochromatic Colors of #fc632e

#fc632e

Complementary Color

#fc632e #2ec7fc

#fc632e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc632e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc632e Color CSS Codes

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

#fc632e Text Font Color

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

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


#fc632e Background Color

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

This div background color is #fc632e


#fc632e Border Color

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

This div border color is #fc632e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc632e

Related Colors


Comments

No comments written yet.

Please login to write comment.