Color Hex Logo

#fc0711 Color Hex

#FC0711
(252,7,17)
0 Favorites   0 Comments

Color spaces of #fc0711

RGB 252717
HSL0.990.980.51
HSV358°97°99°
CMYK 0.000.970.93   0.01
XYZ40.322020.88792.4369
Yxy20.88790.63350.3282
Hunter Lab45.703377.502028.8310
CIE-Lab52.826679.030862.3042

#fc0711 color RGB value is (252,7,17).

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

The process color (four color CMYK) of #fc0711 color hex is 0.00, 0.97, 0.93, 0.01. Web safe color of #fc0711 is #ff0000. Color #fc0711 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00000111 00010001
Octal 374 7 21
Decimal 252 7 17
Hex FC 7 11

RGB Percentages of Color #fc0711

%91.30
%2.54
%6.16

CMYK Percentages of Color #fc0711

%0
%97
%93
%1

Triadic Colors of #fc0711

#fc0711 #11fc07 #0711fc

Analogous Colors of #fc0711

#fc0711 #fc7807 #fc078c

Monochromatic Colors of #fc0711

#fc0711

Complementary Color

#fc0711 #07fcf2

#fc0711 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc0711 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc0711 Color CSS Codes

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

#fc0711 Text Font Color

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

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


#fc0711 Background Color

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

This div background color is #fc0711


#fc0711 Border Color

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

This div border color is #fc0711


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc0711

Related Colors


Comments

No comments written yet.

Please login to write comment.