color codes Logo

#fc643b color codes

#FC643B
(252,100,59)
0 Favorites   0 Comments

Color spaces of #fc643b

RGB 25210059
HSL0.040.970.61
HSV13°77°99°
CMYK 0.000.600.77   0.01
XYZ45.491530.12567.5548
Yxy30.12560.54700.3622
Hunter Lab54.886851.893230.2599
CIE-Lab61.762455.928651.8897

#fc643b color RGB value is (252,100,59).

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

The process color (four color CMYK) of #fc643b color code is 0.00, 0.60, 0.77, 0.01. Web safe color of #fc643b is #ff6633. Color #fc643b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01100100 00111011
Octal 374 144 73
Decimal 252 100 59
Hex FC 64 3B

RGB Percentages of Color #fc643b

%61.31
%24.33
%14.36

CMYK Percentages of Color #fc643b

%0
%60
%77
%1

Triadic Colors of #fc643b

#fc643b #3bfc64 #643bfc

Analogous Colors of #fc643b

#fc643b #fcc53b #fc3b73

Monochromatic Colors of #fc643b

#fc643b

Complementary Color

#fc643b #3bd3fc

#fc643b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc643b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc643b Color CSS Codes

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

#fc643b Text Font Color

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

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


#fc643b Background Color

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

This div background color is #fc643b


#fc643b Border Color

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

This div border color is #fc643b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc643b


Comments

No comments written yet.

Please login to write comment.