Color Hex Logo

#fb951c Color Hex

#FB951C
(251,149,28)
0 Favorites   0 Comments

Color spaces of #fb951c

RGB 25114928
HSL0.090.970.55
HSV33°89°98°
CMYK 0.000.410.89   0.02
XYZ50.740742.08806.5481
Yxy42.08800.51060.4235
Hunter Lab64.875326.078039.4283
CIE-Lab70.931530.905771.5243

#fb951c color RGB value is (251,149,28).

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

The process color (four color CMYK) of #fb951c color hex is 0.00, 0.41, 0.89, 0.02. Web safe color of #fb951c is #ff9933. Color #fb951c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 10010101 00011100
Octal 373 225 34
Decimal 251 149 28
Hex FB 95 1C

RGB Percentages of Color #fb951c

%58.64
%34.81
%6.54

CMYK Percentages of Color #fb951c

%0
%41
%89
%2

Triadic Colors of #fb951c

#fb951c #1cfb95 #951cfb

Analogous Colors of #fb951c

#fb951c #f2fb1c #fb261c

Monochromatic Colors of #fb951c

#fb951c

Complementary Color

#fb951c #1c82fb

#fb951c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb951c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb951c Color CSS Codes

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

#fb951c Text Font Color

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

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


#fb951c Background Color

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

This div background color is #fb951c


#fb951c Border Color

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

This div border color is #fb951c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb951c


Comments

No comments written yet.

Please login to write comment.