Color Hex Logo

#fb9315 Color Hex

#FB9315
(251,147,21)
0 Favorites   0 Comments

Color spaces of #fb9315

RGB 25114721
HSL0.090.970.53
HSV33°92°98°
CMYK 0.000.410.92   0.02
XYZ50.352741.43086.0525
Yxy41.43080.51470.4235
Hunter Lab64.366826.994839.4816
CIE-Lab70.476731.829872.7690

#fb9315 color RGB value is (251,147,21).

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

The process color (four color CMYK) of #fb9315 color hex is 0.00, 0.41, 0.92, 0.02. Web safe color of #fb9315 is #ff9900. Color #fb9315 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10010011 00010101
Octal 373 223 25
Decimal 251 147 21
Hex FB 93 15

RGB Percentages of Color #fb9315

%59.90
%35.08
%5.01

CMYK Percentages of Color #fb9315

%0
%41
%92
%2

Triadic Colors of #fb9315

#fb9315 #15fb93 #9315fb

Analogous Colors of #fb9315

#fb9315 #f0fb15 #fb2015

Monochromatic Colors of #fb9315

#fb9315

Complementary Color

#fb9315 #157dfb

#fb9315 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb9315 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb9315 Color CSS Codes

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

#fb9315 Text Font Color

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

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


#fb9315 Background Color

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

This div background color is #fb9315


#fb9315 Border Color

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

This div border color is #fb9315


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb9315


Comments

No comments written yet.

Please login to write comment.