Color Hex Logo

#fc072a Color Hex

#FC072A
(252,7,42)
0 Favorites   0 Comments

Color spaces of #fc072a

RGB 252742
HSL0.980.980.51
HSV351°97°99°
CMYK 0.000.970.83   0.01
XYZ40.638821.01464.1048
Yxy21.01460.61800.3196
Hunter Lab45.841778.017926.7802
CIE-Lab52.965579.413551.8444

#fc072a color RGB value is (252,7,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 00000111 00101010
Octal 374 7 52
Decimal 252 7 42
Hex FC 7 2A

RGB Percentages of Color #fc072a

%83.72
%2.33
%13.95

CMYK Percentages of Color #fc072a

%0
%97
%83
%1

Triadic Colors of #fc072a

#fc072a #2afc07 #072afc

Analogous Colors of #fc072a

#fc072a #fc5f07 #fc07a5

Monochromatic Colors of #fc072a

#fc072a

Complementary Color

#fc072a #07fcd9

#fc072a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc072a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc072a Color CSS Codes

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

#fc072a Text Font Color

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

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


#fc072a Background Color

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

This div background color is #fc072a


#fc072a Border Color

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

This div border color is #fc072a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc072a

Related Colors


Comments

No comments written yet.

Please login to write comment.