Color Hex Logo

#fb3c11 Color Hex

#FB3C11
(251,60,17)
0 Favorites   0 Comments

Color spaces of #fb3c11

RGB 2516017
HSL0.030.970.53
HSV11°93°98°
CMYK 0.000.760.93   0.02
XYZ41.500723.78142.9333
Yxy23.78140.60840.3486
Hunter Lab48.766266.565230.5700
CIE-Lab55.868369.545963.9553

#fb3c11 color RGB value is (251,60,17).

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

The process color (four color CMYK) of #fb3c11 color hex is 0.00, 0.76, 0.93, 0.02. Web safe color of #fb3c11 is #ff3300. Color #fb3c11 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00111100 00010001
Octal 373 74 21
Decimal 251 60 17
Hex FB 3C 11

RGB Percentages of Color #fb3c11

%76.52
%18.29
%5.18

CMYK Percentages of Color #fb3c11

%0
%76
%93
%2

Triadic Colors of #fb3c11

#fb3c11 #11fb3c #3c11fb

Analogous Colors of #fb3c11

#fb3c11 #fbb111 #fb115b

Monochromatic Colors of #fb3c11

#fb3c11

Complementary Color

#fb3c11 #11d0fb

#fb3c11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb3c11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb3c11 Color CSS Codes

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

#fb3c11 Text Font Color

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

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


#fb3c11 Background Color

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

This div background color is #fb3c11


#fb3c11 Border Color

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

This div border color is #fb3c11


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,60,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 #fb3c11">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb3c11


Comments

No comments written yet.

Please login to write comment.