Color Hex Logo

#fc6150 Color Hex

#FC6150
(252,97,80)
0 Favorites   0 Comments

Color spaces of #fc6150

RGB 2529780
HSL0.020.970.65
HSV68°99°
CMYK 0.000.620.68   0.01
XYZ45.867529.824010.9285
Yxy29.82400.52950.3443
Hunter Lab54.611454.350426.3632
CIE-Lab61.502158.125540.6784

#fc6150 color RGB value is (252,97,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 01100001 01010000
Octal 374 141 120
Decimal 252 97 80
Hex FC 61 50

RGB Percentages of Color #fc6150

%58.74
%22.61
%18.65

CMYK Percentages of Color #fc6150

%0
%62
%68
%1

Triadic Colors of #fc6150

#fc6150 #50fc61 #6150fc

Analogous Colors of #fc6150

#fc6150 #fcb750 #fc5095

Monochromatic Colors of #fc6150

#fc6150

Complementary Color

#fc6150 #50ebfc

#fc6150 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc6150 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc6150 Color CSS Codes

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

#fc6150 Text Font Color

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

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


#fc6150 Background Color

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

This div background color is #fc6150


#fc6150 Border Color

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

This div border color is #fc6150


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,97,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 #fc6150">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc6150


Comments

No comments written yet.

Please login to write comment.