Color Hex Logo

#fb801d Color Hex

#FB801D
(251,128,29)
0 Favorites   0 Comments

Color spaces of #fb801d

RGB 25112829
HSL0.070.970.55
HSV27°88°98°
CMYK 0.000.490.88   0.02
XYZ47.724636.03635.6027
Yxy36.03630.53400.4033
Hunter Lab60.030236.856236.4876
CIE-Lab66.547741.600467.9345

#fb801d color RGB value is (251,128,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 10000000 00011101
Octal 373 200 35
Decimal 251 128 29
Hex FB 80 1D

RGB Percentages of Color #fb801d

%61.52
%31.37
%7.11

CMYK Percentages of Color #fb801d

%0
%49
%88
%2

Triadic Colors of #fb801d

#fb801d #1dfb80 #801dfb

Analogous Colors of #fb801d

#fb801d #fbef1d #fb1d29

Monochromatic Colors of #fb801d

#fb801d

Complementary Color

#fb801d #1d98fb

#fb801d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb801d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb801d Color CSS Codes

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

#fb801d Text Font Color

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

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


#fb801d Background Color

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

This div background color is #fb801d


#fb801d Border Color

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

This div border color is #fb801d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb801d


Comments

No comments written yet.

Please login to write comment.