Color Hex Logo

#fb941f Color Hex

#FB941F
(251,148,31)
0 Favorites   0 Comments

Color spaces of #fb941f

RGB 25114831
HSL0.090.960.55
HSV32°88°98°
CMYK 0.000.410.88   0.02
XYZ50.620941.78806.6942
Yxy41.78800.51080.4217
Hunter Lab64.643626.652739.1107
CIE-Lab70.724531.478670.5888

#fb941f color RGB value is (251,148,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10010100 00011111
Octal 373 224 37
Decimal 251 148 31
Hex FB 94 1F

RGB Percentages of Color #fb941f

%58.37
%34.42
%7.21

CMYK Percentages of Color #fb941f

%0
%41
%88
%2

Triadic Colors of #fb941f

#fb941f #1ffb94 #941ffb

Analogous Colors of #fb941f

#fb941f #f4fb1f #fb261f

Monochromatic Colors of #fb941f

#fb941f

Complementary Color

#fb941f #1f86fb

#fb941f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb941f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb941f Color CSS Codes

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

#fb941f Text Font Color

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

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


#fb941f Background Color

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

This div background color is #fb941f


#fb941f Border Color

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

This div border color is #fb941f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb941f

Related Colors


Comments

No comments written yet.

Please login to write comment.