Color Hex Logo

#fb950f Color Hex

#FB950F
(251,149,15)
0 Favorites   0 Comments

Color spaces of #fb950f

RGB 25114915
HSL0.090.970.52
HSV34°94°98°
CMYK 0.000.410.94   0.02
XYZ50.617342.03865.8984
Yxy42.03860.51360.4266
Hunter Lab64.837225.886939.9923
CIE-Lab70.897530.723374.1479

#fb950f color RGB value is (251,149,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10010101 00001111
Octal 373 225 17
Decimal 251 149 15
Hex FB 95 F

RGB Percentages of Color #fb950f

%60.48
%35.90
%3.61

CMYK Percentages of Color #fb950f

%0
%41
%94
%2

Triadic Colors of #fb950f

#fb950f #0ffb95 #950ffb

Analogous Colors of #fb950f

#fb950f #ebfb0f #fb1f0f

Monochromatic Colors of #fb950f

#fb950f

Complementary Color

#fb950f #0f75fb

#fb950f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb950f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb950f Color CSS Codes

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

#fb950f Text Font Color

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

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


#fb950f Background Color

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

This div background color is #fb950f


#fb950f Border Color

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

This div border color is #fb950f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb950f


Comments

No comments written yet.

Please login to write comment.