Color Hex Logo

#fb530e Color Hex

#FB530E
(251,83,14)
0 Favorites   0 Comments

Color spaces of #fb530e

RGB 2518314
HSL0.050.970.52
HSV17°94°98°
CMYK 0.000.670.94   0.02
XYZ42.956226.72743.3103
Yxy26.72740.58850.3662
Hunter Lab51.698557.842832.3926
CIE-Lab58.721261.632666.4083

#fb530e color RGB value is (251,83,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01010011 00001110
Octal 373 123 16
Decimal 251 83 14
Hex FB 53 E

RGB Percentages of Color #fb530e

%72.13
%23.85
%4.02

CMYK Percentages of Color #fb530e

%0
%67
%94
%2

Triadic Colors of #fb530e

#fb530e #0efb53 #530efb

Analogous Colors of #fb530e

#fb530e #fbca0e #fb0e3f

Monochromatic Colors of #fb530e

#fb530e

Complementary Color

#fb530e #0eb6fb

#fb530e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb530e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb530e Color CSS Codes

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

#fb530e Text Font Color

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

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


#fb530e Background Color

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

This div background color is #fb530e


#fb530e Border Color

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

This div border color is #fb530e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,83,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 #fb530e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb530e


Comments

No comments written yet.

Please login to write comment.