Color Hex Logo

#fb5005 Color Hex

#FB5005
(251,80,5)
0 Favorites   0 Comments

Color spaces of #fb5005

RGB 251805
HSL0.050.970.50
HSV18°98°98°
CMYK 0.000.680.98   0.02
XYZ42.679726.25752.9623
Yxy26.25750.59360.3652
Hunter Lab51.242158.999632.4419
CIE-Lab58.280762.706267.9177

#fb5005 color RGB value is (251,80,5).

#fb5005 hex color red value is 251, green value is 80 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #fb5005 hue: 0.05 , saturation: 0.97 and the lightness value of fb5005 is 0.50.

The process color (four color CMYK) of #fb5005 color hex is 0.00, 0.68, 0.98, 0.02. Web safe color of #fb5005 is #ff6600. Color #fb5005 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01010000 00000101
Octal 373 120 5
Decimal 251 80 5
Hex FB 50 5

RGB Percentages of Color #fb5005

%74.70
%23.81
%1.49

CMYK Percentages of Color #fb5005

%0
%68
%98
%2

Triadic Colors of #fb5005

#fb5005 #05fb50 #5005fb

Analogous Colors of #fb5005

#fb5005 #fbcb05 #fb0535

Monochromatic Colors of #fb5005

#fb5005

Complementary Color

#fb5005 #05b0fb

#fb5005 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb5005 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb5005 Color CSS Codes

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

#fb5005 Text Font Color

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

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


#fb5005 Background Color

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

This div background color is #fb5005


#fb5005 Border Color

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

This div border color is #fb5005


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb5005

Related Colors


Comments

No comments written yet.

Please login to write comment.