Color Hex Logo

#fb520a Color Hex

#FB520A
(251,82,10)
0 Favorites   0 Comments

Color spaces of #fb520a

RGB 2518210
HSL0.050.970.51
HSV18°96°98°
CMYK 0.000.670.96   0.02
XYZ42.855726.56573.1561
Yxy26.56570.59050.3660
Hunter Lab51.541958.219532.4488
CIE-Lab58.570261.983967.1327

#fb520a color RGB value is (251,82,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01010010 00001010
Octal 373 122 12
Decimal 251 82 10
Hex FB 52 A

RGB Percentages of Color #fb520a

%73.18
%23.91
%2.92

CMYK Percentages of Color #fb520a

%0
%67
%96
%2

Triadic Colors of #fb520a

#fb520a #0afb52 #520afb

Analogous Colors of #fb520a

#fb520a #fbcb0a #fb0a3b

Monochromatic Colors of #fb520a

#fb520a

Complementary Color

#fb520a #0ab3fb

#fb520a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb520a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb520a Color CSS Codes

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

#fb520a Text Font Color

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

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


#fb520a Background Color

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

This div background color is #fb520a


#fb520a Border Color

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

This div border color is #fb520a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb520a


Comments

No comments written yet.

Please login to write comment.