Color Hex Logo

#fc632a Color Hex

#FC632A
(252,99,42)
0 Favorites   0 Comments

Color spaces of #fc632a

RGB 2529942
HSL0.050.970.58
HSV16°83°99°
CMYK 0.000.610.83   0.01
XYZ45.024629.78635.5668
Yxy29.78630.56020.3706
Hunter Lab54.576851.748932.1562
CIE-Lab61.469455.849159.3381

#fc632a color RGB value is (252,99,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01100011 00101010
Octal 374 143 52
Decimal 252 99 42
Hex FC 63 2A

RGB Percentages of Color #fc632a

%64.12
%25.19
%10.69

CMYK Percentages of Color #fc632a

%0
%61
%83
%1

Triadic Colors of #fc632a

#fc632a #2afc63 #632afc

Analogous Colors of #fc632a

#fc632a #fccc2a #fc2a5a

Monochromatic Colors of #fc632a

#fc632a

Complementary Color

#fc632a #2ac3fc

#fc632a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc632a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc632a Color CSS Codes

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

#fc632a Text Font Color

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

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


#fc632a Background Color

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

This div background color is #fc632a


#fc632a Border Color

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

This div border color is #fc632a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc632a


Comments

No comments written yet.

Please login to write comment.