Color Hex Logo

#fc9474 Color Hex

#FC9474
(252,148,116)
0 Favorites   0 Comments

Color spaces of #fc9474

RGB 252148116
HSL0.040.960.72
HSV14°54°99°
CMYK 0.000.410.54   0.01
XYZ53.887243.136222.0090
Yxy43.13620.45270.3624
Hunter Lab65.678231.517826.1064
CIE-Lab71.647336.037133.7408

#fc9474 color RGB value is (252,148,116).

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

The process color (four color CMYK) of #fc9474 color hex is 0.00, 0.41, 0.54, 0.01. Web safe color of #fc9474 is #ff9966. Color #fc9474 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10010100 01110100
Octal 374 224 164
Decimal 252 148 116
Hex FC 94 74

RGB Percentages of Color #fc9474

%48.84
%28.68
%22.48

CMYK Percentages of Color #fc9474

%0
%41
%54
%1

Triadic Colors of #fc9474

#fc9474 #74fc94 #9474fc

Analogous Colors of #fc9474

#fc9474 #fcd874 #fc7498

Monochromatic Colors of #fc9474

#fc9474

Complementary Color

#fc9474 #74dcfc

#fc9474 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc9474 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc9474 Color CSS Codes

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

#fc9474 Text Font Color

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

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


#fc9474 Background Color

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

This div background color is #fc9474


#fc9474 Border Color

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

This div border color is #fc9474


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc9474

Related Colors


Comments

No comments written yet.

Please login to write comment.