Color Hex Logo

#fb5217 Color Hex

#FB5217
(251,82,23)
0 Favorites   0 Comments

Color spaces of #fb5217

RGB 2518223
HSL0.040.970.54
HSV16°91°98°
CMYK 0.000.670.91   0.02
XYZ42.955626.60573.6820
Yxy26.60570.58650.3633
Hunter Lab51.580758.385731.8742
CIE-Lab58.607662.120463.9585

#fb5217 color RGB value is (251,82,23).

#fb5217 hex color red value is 251, green value is 82 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #fb5217 hue: 0.04 , saturation: 0.97 and the lightness value of fb5217 is 0.54.

The process color (four color CMYK) of #fb5217 color hex is 0.00, 0.67, 0.91, 0.02. Web safe color of #fb5217 is #ff6600. Color #fb5217 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01010010 00010111
Octal 373 122 27
Decimal 251 82 23
Hex FB 52 17

RGB Percentages of Color #fb5217

%70.51
%23.03
%6.46

CMYK Percentages of Color #fb5217

%0
%67
%91
%2

Triadic Colors of #fb5217

#fb5217 #17fb52 #5217fb

Analogous Colors of #fb5217

#fb5217 #fbc417 #fb174e

Monochromatic Colors of #fb5217

#fb5217

Complementary Color

#fb5217 #17c0fb

#fb5217 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb5217 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb5217 Color CSS Codes

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

#fb5217 Text Font Color

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

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


#fb5217 Background Color

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

This div background color is #fb5217


#fb5217 Border Color

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

This div border color is #fb5217


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb5217


Comments

No comments written yet.

Please login to write comment.