Color Hex Logo

#fb500a Color Hex

#FB500A
(251,80,10)
0 Favorites   0 Comments

Color spaces of #fb500a

RGB 2518010
HSL0.050.970.51
HSV17°96°98°
CMYK 0.000.680.96   0.02
XYZ42.707126.26853.1066
Yxy26.26850.59250.3644
Hunter Lab51.252859.045232.2832
CIE-Lab58.291062.743466.9743

#fb500a color RGB value is (251,80,10).

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

The process color (four color CMYK) of #fb500a color hex is 0.00, 0.68, 0.96, 0.02. Web safe color of #fb500a is #ff6600. Color #fb500a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01010000 00001010
Octal 373 120 12
Decimal 251 80 10
Hex FB 50 A

RGB Percentages of Color #fb500a

%73.61
%23.46
%2.93

CMYK Percentages of Color #fb500a

%0
%68
%96
%2

Triadic Colors of #fb500a

#fb500a #0afb50 #500afb

Analogous Colors of #fb500a

#fb500a #fbc90a #fb0a3d

Monochromatic Colors of #fb500a

#fb500a

Complementary Color

#fb500a #0ab5fb

#fb500a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb500a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb500a Color CSS Codes

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

#fb500a Text Font Color

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

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


#fb500a Background Color

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

This div background color is #fb500a


#fb500a Border Color

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

This div border color is #fb500a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb500a


Comments

No comments written yet.

Please login to write comment.