Color Hex Logo

#fc916d Color Hex

#FC916D
(252,145,109)
0 Favorites   0 Comments

Color spaces of #fc916d

RGB 252145109
HSL0.040.960.71
HSV15°57°99°
CMYK 0.000.420.57   0.01
XYZ53.030642.050419.7895
Yxy42.05040.46170.3661
Hunter Lab64.846332.494427.2985
CIE-Lab70.905737.029436.5482

#fc916d color RGB value is (252,145,109).

#fc916d hex color red value is 252, green value is 145 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #fc916d hue: 0.04 , saturation: 0.96 and the lightness value of fc916d is 0.71.

The process color (four color CMYK) of #fc916d color hex is 0.00, 0.42, 0.57, 0.01. Web safe color of #fc916d is #ff9966. Color #fc916d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010001 01101101
Octal 374 221 155
Decimal 252 145 109
Hex FC 91 6D

RGB Percentages of Color #fc916d

%49.80
%28.66
%21.54

CMYK Percentages of Color #fc916d

%0
%42
%57
%1

Triadic Colors of #fc916d

#fc916d #6dfc91 #916dfc

Analogous Colors of #fc916d

#fc916d #fcd96d #fc6d91

Monochromatic Colors of #fc916d

#fc916d

Complementary Color

#fc916d #6dd8fc

#fc916d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc916d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc916d Color CSS Codes

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

#fc916d Text Font Color

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

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


#fc916d Background Color

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

This div background color is #fc916d


#fc916d Border Color

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

This div border color is #fc916d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc916d


Comments

No comments written yet.

Please login to write comment.