Color Hex Logo

#fb730a Color Hex

#FB730A
(251,115,10)
0 Favorites   0 Comments

Color spaces of #fb730a

RGB 25111510
HSL0.070.970.51
HSV26°96°98°
CMYK 0.000.540.96   0.02
XYZ45.969232.79264.1939
Yxy32.79260.55410.3953
Hunter Lab57.264843.077035.7432
CIE-Lab63.992647.680070.3750

#fb730a color RGB value is (251,115,10).

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

The process color (four color CMYK) of #fb730a color hex is 0.00, 0.54, 0.96, 0.02. Web safe color of #fb730a is #ff6600. Color #fb730a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01110011 00001010
Octal 373 163 12
Decimal 251 115 10
Hex FB 73 A

RGB Percentages of Color #fb730a

%66.76
%30.59
%2.66

CMYK Percentages of Color #fb730a

%0
%54
%96
%2

Triadic Colors of #fb730a

#fb730a #0afb73 #730afb

Analogous Colors of #fb730a

#fb730a #fbec0a #fb0a19

Monochromatic Colors of #fb730a

#fb730a

Complementary Color

#fb730a #0a92fb

#fb730a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb730a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb730a Color CSS Codes

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

#fb730a Text Font Color

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

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


#fb730a Background Color

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

This div background color is #fb730a


#fb730a Border Color

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

This div border color is #fb730a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb730a


Comments

No comments written yet.

Please login to write comment.