Color Hex Logo

#fc4849 Color Hex

#FC4849
(252,72,73)
0 Favorites   0 Comments

Color spaces of #fc4849

RGB 2527273
HSL1.000.970.64
HSV360°71°99°
CMYK 0.000.710.71   0.01
XYZ43.664825.81128.9840
Yxy25.81120.55650.3290
Hunter Lab50.804764.505925.0788
CIE-Lab57.857467.454040.2708

#fc4849 color RGB value is (252,72,73).

#fc4849 hex color red value is 252, green value is 72 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #fc4849 hue: 1.00 , saturation: 0.97 and the lightness value of fc4849 is 0.64.

The process color (four color CMYK) of #fc4849 color hex is 0.00, 0.71, 0.71, 0.01. Web safe color of #fc4849 is #ff3333. Color #fc4849 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 01001000 01001001
Octal 374 110 111
Decimal 252 72 73
Hex FC 48 49

RGB Percentages of Color #fc4849

%63.48
%18.14
%18.39

CMYK Percentages of Color #fc4849

%0
%71
%71
%1

Triadic Colors of #fc4849

#fc4849 #49fc48 #4849fc

Analogous Colors of #fc4849

#fc4849 #fca148 #fc48a3

Monochromatic Colors of #fc4849

#fc4849

Complementary Color

#fc4849 #48fcfb

#fc4849 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc4849 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc4849 Color CSS Codes

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

#fc4849 Text Font Color

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

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


#fc4849 Background Color

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

This div background color is #fc4849


#fc4849 Border Color

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

This div border color is #fc4849


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc4849


Comments

No comments written yet.

Please login to write comment.