Color Hex Logo

#fb932d Color Hex

#FB932D
(251,147,45)
0 Favorites   0 Comments

Color spaces of #fb932d

RGB 25114745
HSL0.080.960.58
HSV30°82°98°
CMYK 0.000.410.82   0.02
XYZ50.691041.56617.8340
Yxy41.56610.50640.4153
Hunter Lab64.471827.520237.9259
CIE-Lab70.570732.328566.0763

#fb932d color RGB value is (251,147,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10010011 00101101
Octal 373 223 55
Decimal 251 147 45
Hex FB 93 2D

RGB Percentages of Color #fb932d

%56.66
%33.18
%10.16

CMYK Percentages of Color #fb932d

%0
%41
%82
%2

Triadic Colors of #fb932d

#fb932d #2dfb93 #932dfb

Analogous Colors of #fb932d

#fb932d #fbfa2d #fb2d2e

Monochromatic Colors of #fb932d

#fb932d

Complementary Color

#fb932d #2d95fb

#fb932d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb932d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb932d Color CSS Codes

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

#fb932d Text Font Color

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

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


#fb932d Background Color

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

This div background color is #fb932d


#fb932d Border Color

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

This div border color is #fb932d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb932d

Related Colors


Comments

No comments written yet.

Please login to write comment.