Color Hex Logo

#fb901c Color Hex

#FB901C
(251,144,28)
0 Favorites   0 Comments

Color spaces of #fb901c

RGB 25114428
HSL0.090.970.55
HSV31°89°98°
CMYK 0.000.430.89   0.02
XYZ49.966540.53966.2900
Yxy40.53960.51620.4188
Hunter Lab63.670728.656738.7123
CIE-Lab69.852133.484870.7066

#fb901c color RGB value is (251,144,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10010000 00011100
Octal 373 220 34
Decimal 251 144 28
Hex FB 90 1C

RGB Percentages of Color #fb901c

%59.34
%34.04
%6.62

CMYK Percentages of Color #fb901c

%0
%43
%89
%2

Triadic Colors of #fb901c

#fb901c #1cfb90 #901cfb

Analogous Colors of #fb901c

#fb901c #f7fb1c #fb211c

Monochromatic Colors of #fb901c

#fb901c

Complementary Color

#fb901c #1c87fb

#fb901c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb901c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb901c Color CSS Codes

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

#fb901c Text Font Color

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

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


#fb901c Background Color

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

This div background color is #fb901c


#fb901c Border Color

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

This div border color is #fb901c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,144,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 #fb901c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb901c


Comments

No comments written yet.

Please login to write comment.