Color Hex Logo

#fb592a Color Hex

#FB592A
(251,89,42)
0 Favorites   0 Comments

Color spaces of #fb592a

RGB 2518942
HSL0.040.960.57
HSV13°83°98°
CMYK 0.000.650.83   0.02
XYZ43.774027.82125.2534
Yxy27.82120.56960.3620
Hunter Lab52.745855.832931.0169
CIE-Lab59.726959.717357.7537

#fb592a color RGB value is (251,89,42).

#fb592a hex color red value is 251, green value is 89 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #fb592a hue: 0.04 , saturation: 0.96 and the lightness value of fb592a is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01011001 00101010
Octal 373 131 52
Decimal 251 89 42
Hex FB 59 2A

RGB Percentages of Color #fb592a

%65.71
%23.30
%10.99

CMYK Percentages of Color #fb592a

%0
%65
%83
%2

Triadic Colors of #fb592a

#fb592a #2afb59 #592afb

Analogous Colors of #fb592a

#fb592a #fbc22a #fb2a63

Monochromatic Colors of #fb592a

#fb592a

Complementary Color

#fb592a #2accfb

#fb592a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb592a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb592a Color CSS Codes

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

#fb592a Text Font Color

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

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


#fb592a Background Color

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

This div background color is #fb592a


#fb592a Border Color

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

This div border color is #fb592a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb592a


Comments

No comments written yet.

Please login to write comment.