Color Hex Logo

#fb110c Color Hex

#FB110C
(251,17,12)
0 Favorites   0 Comments

Color spaces of #fb110c

RGB 2511712
HSL0.000.970.52
HSV95°98°
CMYK 0.000.930.95   0.02
XYZ40.050520.93672.2781
Yxy20.93670.63310.3309
Hunter Lab45.756676.165829.0778
CIE-Lab52.880177.954863.6484

#fb110c color RGB value is (251,17,12).

#fb110c hex color red value is 251, green value is 17 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #fb110c hue: 0.00 , saturation: 0.97 and the lightness value of fb110c is 0.52.

The process color (four color CMYK) of #fb110c color hex is 0.00, 0.93, 0.95, 0.02. Web safe color of #fb110c is #ff0000. Color #fb110c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00010001 00001100
Octal 373 21 14
Decimal 251 17 12
Hex FB 11 C

RGB Percentages of Color #fb110c

%89.64
%6.07
%4.29

CMYK Percentages of Color #fb110c

%0
%93
%95
%2

Triadic Colors of #fb110c

#fb110c #0cfb11 #110cfb

Analogous Colors of #fb110c

#fb110c #fb890c #fb0c7f

Monochromatic Colors of #fb110c

#fb110c

Complementary Color

#fb110c #0cf6fb

#fb110c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb110c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb110c Color CSS Codes

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

#fb110c Text Font Color

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

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


#fb110c Background Color

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

This div background color is #fb110c


#fb110c Border Color

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

This div border color is #fb110c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb110c


Comments

No comments written yet.

Please login to write comment.