Color Hex Logo

#fb520e Color Hex

#FB520E
(251,82,14)
0 Favorites   0 Comments

Color spaces of #fb520e

RGB 2518214
HSL0.050.970.52
HSV17°94°98°
CMYK 0.000.670.94   0.02
XYZ42.880226.57553.2850
Yxy26.57550.58950.3653
Hunter Lab51.551458.260332.3079
CIE-Lab58.579362.017466.3232

#fb520e color RGB value is (251,82,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01010010 00001110
Octal 373 122 16
Decimal 251 82 14
Hex FB 52 E

RGB Percentages of Color #fb520e

%72.33
%23.63
%4.03

CMYK Percentages of Color #fb520e

%0
%67
%94
%2

Triadic Colors of #fb520e

#fb520e #0efb52 #520efb

Analogous Colors of #fb520e

#fb520e #fbc90e #fb0e41

Monochromatic Colors of #fb520e

#fb520e

Complementary Color

#fb520e #0eb7fb

#fb520e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb520e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb520e Color CSS Codes

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

#fb520e Text Font Color

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

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


#fb520e Background Color

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

This div background color is #fb520e


#fb520e Border Color

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

This div border color is #fb520e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb520e

Related Colors


Comments

No comments written yet.

Please login to write comment.