Color Hex Logo

#fb931d Color Hex

#FB931D
(251,147,29)
0 Favorites   0 Comments

Color spaces of #fb931d

RGB 25114729
HSL0.090.970.55
HSV32°88°98°
CMYK 0.000.410.88   0.02
XYZ50.439241.46546.5076
Yxy41.46540.51250.4213
Hunter Lab64.393627.129339.0837
CIE-Lab70.500831.957670.9434

#fb931d color RGB value is (251,147,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10010011 00011101
Octal 373 223 35
Decimal 251 147 29
Hex FB 93 1D

RGB Percentages of Color #fb931d

%58.78
%34.43
%6.79

CMYK Percentages of Color #fb931d

%0
%41
%88
%2

Triadic Colors of #fb931d

#fb931d #1dfb93 #931dfb

Analogous Colors of #fb931d

#fb931d #f4fb1d #fb241d

Monochromatic Colors of #fb931d

#fb931d

Complementary Color

#fb931d #1d85fb

#fb931d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb931d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb931d Color CSS Codes

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

#fb931d Text Font Color

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

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


#fb931d Background Color

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

This div background color is #fb931d


#fb931d Border Color

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

This div border color is #fb931d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb931d


Comments

No comments written yet.

Please login to write comment.