Color Hex Logo

#fb523e Color Hex

#FB523E
(251,82,62)
0 Favorites   0 Comments

Color spaces of #fb523e

RGB 2518262
HSL0.020.960.61
HSV75°98°
CMYK 0.000.670.75   0.02
XYZ43.670526.89167.4463
Yxy26.89160.55980.3447
Hunter Lab51.857159.570527.7864
CIE-Lab58.873963.089547.3048

#fb523e color RGB value is (251,82,62).

#fb523e hex color red value is 251, green value is 82 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #fb523e hue: 0.02 , saturation: 0.96 and the lightness value of fb523e is 0.61.

The process color (four color CMYK) of #fb523e color hex is 0.00, 0.67, 0.75, 0.02. Web safe color of #fb523e is #ff6633. Color #fb523e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01010010 00111110
Octal 373 122 76
Decimal 251 82 62
Hex FB 52 3E

RGB Percentages of Color #fb523e

%63.54
%20.76
%15.70

CMYK Percentages of Color #fb523e

%0
%67
%75
%2

Triadic Colors of #fb523e

#fb523e #3efb52 #523efb

Analogous Colors of #fb523e

#fb523e #fbb13e #fb3e89

Monochromatic Colors of #fb523e

#fb523e

Complementary Color

#fb523e #3ee7fb

#fb523e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb523e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb523e Color CSS Codes

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

#fb523e Text Font Color

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

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


#fb523e Background Color

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

This div background color is #fb523e


#fb523e Border Color

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

This div border color is #fb523e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb523e


Comments

No comments written yet.

Please login to write comment.