Color Hex Logo

#fc6959 Color Hex

#FC6959
(252,105,89)
0 Favorites   0 Comments

Color spaces of #fc6959

RGB 25210589
HSL0.020.960.67
HSV65°99°
CMYK 0.000.580.65   0.01
XYZ46.999631.519913.0580
Yxy31.51990.51320.3442
Hunter Lab56.142651.181225.5098
CIE-Lab62.944155.110337.4820

#fc6959 color RGB value is (252,105,89).

#fc6959 hex color red value is 252, green value is 105 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #fc6959 hue: 0.02 , saturation: 0.96 and the lightness value of fc6959 is 0.67.

The process color (four color CMYK) of #fc6959 color hex is 0.00, 0.58, 0.65, 0.01. Web safe color of #fc6959 is #ff6666. Color #fc6959 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01101001 01011001
Octal 374 151 131
Decimal 252 105 89
Hex FC 69 59

RGB Percentages of Color #fc6959

%56.50
%23.54
%19.96

CMYK Percentages of Color #fc6959

%0
%58
%65
%1

Triadic Colors of #fc6959

#fc6959 #59fc69 #6959fc

Analogous Colors of #fc6959

#fc6959 #fcbb59 #fc599b

Monochromatic Colors of #fc6959

#fc6959

Complementary Color

#fc6959 #59ecfc

#fc6959 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc6959 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc6959 Color CSS Codes

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

#fc6959 Text Font Color

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

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


#fc6959 Background Color

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

This div background color is #fc6959


#fc6959 Border Color

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

This div border color is #fc6959


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc6959


Comments

No comments written yet.

Please login to write comment.