Color Hex Logo

#fb952f Color Hex

#FB952F
(251,149,47)
0 Favorites   0 Comments

Color spaces of #fb952f

RGB 25114947
HSL0.080.960.58
HSV30°81°98°
CMYK 0.000.410.81   0.02
XYZ51.044242.20948.1462
Yxy42.20940.50340.4163
Hunter Lab64.968826.547338.0440
CIE-Lab71.015131.352965.7517

#fb952f color RGB value is (251,149,47).

#fb952f hex color red value is 251, green value is 149 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #fb952f hue: 0.08 , saturation: 0.96 and the lightness value of fb952f is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10010101 00101111
Octal 373 225 57
Decimal 251 149 47
Hex FB 95 2F

RGB Percentages of Color #fb952f

%56.15
%33.33
%10.51

CMYK Percentages of Color #fb952f

%0
%41
%81
%2

Triadic Colors of #fb952f

#fb952f #2ffb95 #952ffb

Analogous Colors of #fb952f

#fb952f #fbfb2f #fb2f2f

Monochromatic Colors of #fb952f

#fb952f

Complementary Color

#fb952f #2f95fb

#fb952f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb952f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb952f Color CSS Codes

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

#fb952f Text Font Color

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

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


#fb952f Background Color

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

This div background color is #fb952f


#fb952f Border Color

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

This div border color is #fb952f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb952f


Comments

No comments written yet.

Please login to write comment.