Color Hex Logo

#fc6550 Color Hex

#FC6550
(252,101,80)
0 Favorites   0 Comments

Color spaces of #fc6550

RGB 25210180
HSL0.020.970.65
HSV68°99°
CMYK 0.000.600.68   0.01
XYZ46.246530.582011.0549
Yxy30.58200.52620.3480
Hunter Lab55.301052.497326.8584
CIE-Lab62.153256.396241.4440

#fc6550 color RGB value is (252,101,80).

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

The process color (four color CMYK) of #fc6550 color hex is 0.00, 0.60, 0.68, 0.01. Web safe color of #fc6550 is #ff6666. Color #fc6550 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01100101 01010000
Octal 374 145 120
Decimal 252 101 80
Hex FC 65 50

RGB Percentages of Color #fc6550

%58.20
%23.33
%18.48

CMYK Percentages of Color #fc6550

%0
%60
%68
%1

Triadic Colors of #fc6550

#fc6550 #50fc65 #6550fc

Analogous Colors of #fc6550

#fc6550 #fcbb50 #fc5091

Monochromatic Colors of #fc6550

#fc6550

Complementary Color

#fc6550 #50e7fc

#fc6550 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc6550 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc6550 Color CSS Codes

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

#fc6550 Text Font Color

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

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


#fc6550 Background Color

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

This div background color is #fc6550


#fc6550 Border Color

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

This div border color is #fc6550


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc6550


Comments

No comments written yet.

Please login to write comment.