Color Hex Logo

#fc632c Color Hex

#FC632C
(252,99,44)
0 Favorites   0 Comments

Color spaces of #fc632c

RGB 2529944
HSL0.040.970.58
HSV16°83°99°
CMYK 0.000.610.83   0.01
XYZ45.061329.80105.7600
Yxy29.80100.55890.3696
Hunter Lab54.590351.809031.9573
CIE-Lab61.482155.900058.5111

#fc632c color RGB value is (252,99,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01100011 00101100
Octal 374 143 54
Decimal 252 99 44
Hex FC 63 2C

RGB Percentages of Color #fc632c

%63.80
%25.06
%11.14

CMYK Percentages of Color #fc632c

%0
%61
%83
%1

Triadic Colors of #fc632c

#fc632c #2cfc63 #632cfc

Analogous Colors of #fc632c

#fc632c #fccb2c #fc2c5d

Monochromatic Colors of #fc632c

#fc632c

Complementary Color

#fc632c #2cc5fc

#fc632c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc632c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc632c Color CSS Codes

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

#fc632c Text Font Color

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

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


#fc632c Background Color

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

This div background color is #fc632c


#fc632c Border Color

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

This div border color is #fc632c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc632c

Related Colors


Comments

No comments written yet.

Please login to write comment.