Color Hex Logo

#fb6016 Color Hex

#FB6016
(251,96,22)
0 Favorites   0 Comments

Color spaces of #fb6016

RGB 2519622
HSL0.050.970.54
HSV19°91°98°
CMYK 0.000.620.91   0.02
XYZ44.111428.93294.0187
Yxy28.93290.57240.3754
Hunter Lab53.789352.252533.2229
CIE-Lab60.722456.415965.6905

#fb6016 color RGB value is (251,96,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01100000 00010110
Octal 373 140 26
Decimal 251 96 22
Hex FB 60 16

RGB Percentages of Color #fb6016

%68.02
%26.02
%5.96

CMYK Percentages of Color #fb6016

%0
%62
%91
%2

Triadic Colors of #fb6016

#fb6016 #16fb60 #6016fb

Analogous Colors of #fb6016

#fb6016 #fbd316 #fb163e

Monochromatic Colors of #fb6016

#fb6016

Complementary Color

#fb6016 #16b1fb

#fb6016 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb6016 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb6016 Color CSS Codes

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

#fb6016 Text Font Color

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

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


#fb6016 Background Color

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

This div background color is #fb6016


#fb6016 Border Color

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

This div border color is #fb6016


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb6016


Comments

No comments written yet.

Please login to write comment.