Color Hex Logo

#fb523f Color Hex

#FB523F
(251,82,63)
0 Favorites   0 Comments

Color spaces of #fb523f

RGB 2518263
HSL0.020.960.62
HSV75°98°
CMYK 0.000.670.75   0.02
XYZ43.698226.90277.5922
Yxy26.90270.55880.3441
Hunter Lab51.867859.616127.6288
CIE-Lab58.884263.126746.7918

#fb523f color RGB value is (251,82,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01010010 00111111
Octal 373 122 77
Decimal 251 82 63
Hex FB 52 3F

RGB Percentages of Color #fb523f

%63.38
%20.71
%15.91

CMYK Percentages of Color #fb523f

%0
%67
%75
%2

Triadic Colors of #fb523f

#fb523f #3ffb52 #523ffb

Analogous Colors of #fb523f

#fb523f #fbb03f #fb3f8a

Monochromatic Colors of #fb523f

#fb523f

Complementary Color

#fb523f #3fe8fb

#fb523f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb523f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb523f Color CSS Codes

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

#fb523f Text Font Color

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

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


#fb523f Background Color

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

This div background color is #fb523f


#fb523f Border Color

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

This div border color is #fb523f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb523f

Related Colors


Comments

No comments written yet.

Please login to write comment.