Color Hex Logo

#fc072e Color Hex

#FC072E
(252,7,46)
0 Favorites   0 Comments

Color spaces of #fc072e

RGB 252746
HSL0.970.980.51
HSV350°97°99°
CMYK 0.000.970.82   0.01
XYZ40.714021.04474.5009
Yxy21.04470.61450.3176
Hunter Lab45.874578.139826.2950
CIE-Lab52.998479.503949.8099

#fc072e color RGB value is (252,7,46).

#fc072e hex color red value is 252, green value is 7 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #fc072e hue: 0.97 , saturation: 0.98 and the lightness value of fc072e is 0.51.

The process color (four color CMYK) of #fc072e color hex is 0.00, 0.97, 0.82, 0.01. Web safe color of #fc072e is #ff0033. Color #fc072e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00000111 00101110
Octal 374 7 56
Decimal 252 7 46
Hex FC 7 2E

RGB Percentages of Color #fc072e

%82.62
%2.30
%15.08

CMYK Percentages of Color #fc072e

%0
%97
%82
%1

Triadic Colors of #fc072e

#fc072e #2efc07 #072efc

Analogous Colors of #fc072e

#fc072e #fc5a07 #fc07a9

Monochromatic Colors of #fc072e

#fc072e

Complementary Color

#fc072e #07fcd5

#fc072e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc072e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc072e Color CSS Codes

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

#fc072e Text Font Color

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

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


#fc072e Background Color

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

This div background color is #fc072e


#fc072e Border Color

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

This div border color is #fc072e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc072e

Related Colors


Comments

No comments written yet.

Please login to write comment.