Color Hex Logo

#fb572e Color Hex

#FB572E
(251,87,46)
0 Favorites   0 Comments

Color spaces of #fb572e

RGB 2518746
HSL0.030.960.58
HSV12°82°98°
CMYK 0.000.650.82   0.02
XYZ43.685027.52295.5948
Yxy27.52290.56880.3584
Hunter Lab52.462356.826830.4007
CIE-Lab59.455260.626355.7412

#fb572e color RGB value is (251,87,46).

#fb572e hex color red value is 251, green value is 87 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #fb572e hue: 0.03 , saturation: 0.96 and the lightness value of fb572e is 0.58.

The process color (four color CMYK) of #fb572e color hex is 0.00, 0.65, 0.82, 0.02. Web safe color of #fb572e is #ff6633. Color #fb572e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01010111 00101110
Octal 373 127 56
Decimal 251 87 46
Hex FB 57 2E

RGB Percentages of Color #fb572e

%65.36
%22.66
%11.98

CMYK Percentages of Color #fb572e

%0
%65
%82
%2

Triadic Colors of #fb572e

#fb572e #2efb57 #572efb

Analogous Colors of #fb572e

#fb572e #fbbe2e #fb2e6c

Monochromatic Colors of #fb572e

#fb572e

Complementary Color

#fb572e #2ed2fb

#fb572e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb572e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb572e Color CSS Codes

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

#fb572e Text Font Color

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

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


#fb572e Background Color

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

This div background color is #fb572e


#fb572e Border Color

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

This div border color is #fb572e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb572e


Comments

No comments written yet.

Please login to write comment.