Color Hex Logo

#fc100b Color Hex

#FC100B
(252,16,11)
0 Favorites   0 Comments

Color spaces of #fc100b

RGB 2521611
HSL0.000.980.52
HSV96°99°
CMYK 0.000.940.96   0.01
XYZ40.390621.09022.2586
Yxy21.09020.63370.3309
Hunter Lab45.924176.625129.2309
CIE-Lab53.048178.289164.0956

#fc100b color RGB value is (252,16,11).

#fc100b hex color red value is 252, green value is 16 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #fc100b hue: 0.00 , saturation: 0.98 and the lightness value of fc100b is 0.52.

The process color (four color CMYK) of #fc100b color hex is 0.00, 0.94, 0.96, 0.01. Web safe color of #fc100b is #ff0000. Color #fc100b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 00010000 00001011
Octal 374 20 13
Decimal 252 16 11
Hex FC 10 B

RGB Percentages of Color #fc100b

%90.32
%5.73
%3.94

CMYK Percentages of Color #fc100b

%0
%94
%96
%1

Triadic Colors of #fc100b

#fc100b #0bfc10 #100bfc

Analogous Colors of #fc100b

#fc100b #fc890b #fc0b7f

Monochromatic Colors of #fc100b

#fc100b

Complementary Color

#fc100b #0bf7fc

#fc100b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc100b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc100b Color CSS Codes

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

#fc100b Text Font Color

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

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


#fc100b Background Color

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

This div background color is #fc100b


#fc100b Border Color

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

This div border color is #fc100b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc100b


Comments

No comments written yet.

Please login to write comment.