Color Hex Logo

#fb721d Color Hex

#FB721D
(251,114,29)
0 Favorites   0 Comments

Color spaces of #fb721d

RGB 25111429
HSL0.060.970.55
HSV23°88°98°
CMYK 0.000.550.88   0.02
XYZ46.022732.63265.0354
Yxy32.63260.54990.3899
Hunter Lab57.125043.839834.7612
CIE-Lab63.862348.393965.9052

#fb721d color RGB value is (251,114,29).

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

The process color (four color CMYK) of #fb721d color hex is 0.00, 0.55, 0.88, 0.02. Web safe color of #fb721d is #ff6633. Color #fb721d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01110010 00011101
Octal 373 162 35
Decimal 251 114 29
Hex FB 72 1D

RGB Percentages of Color #fb721d

%63.71
%28.93
%7.36

CMYK Percentages of Color #fb721d

%0
%55
%88
%2

Triadic Colors of #fb721d

#fb721d #1dfb72 #721dfb

Analogous Colors of #fb721d

#fb721d #fbe11d #fb1d37

Monochromatic Colors of #fb721d

#fb721d

Complementary Color

#fb721d #1da6fb

#fb721d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb721d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb721d Color CSS Codes

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

#fb721d Text Font Color

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

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


#fb721d Background Color

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

This div background color is #fb721d


#fb721d Border Color

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

This div border color is #fb721d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb721d

Related Colors


Comments

No comments written yet.

Please login to write comment.