Color Hex Logo

#fb7505 Color Hex

#FB7505
(251,117,5)
0 Favorites   0 Comments

Color spaces of #fb7505

RGB 2511175
HSL0.080.970.50
HSV27°98°98°
CMYK 0.000.530.98   0.02
XYZ46.172333.24284.1265
Yxy33.24280.55270.3979
Hunter Lab57.656642.046636.1162
CIE-Lab64.357046.686471.3670

#fb7505 color RGB value is (251,117,5).

#fb7505 hex color red value is 251, green value is 117 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #fb7505 hue: 0.08 , saturation: 0.97 and the lightness value of fb7505 is 0.50.

The process color (four color CMYK) of #fb7505 color hex is 0.00, 0.53, 0.98, 0.02. Web safe color of #fb7505 is #ff6600. Color #fb7505 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01110101 00000101
Octal 373 165 5
Decimal 251 117 5
Hex FB 75 5

RGB Percentages of Color #fb7505

%67.29
%31.37
%1.34

CMYK Percentages of Color #fb7505

%0
%53
%98
%2

Triadic Colors of #fb7505

#fb7505 #05fb75 #7505fb

Analogous Colors of #fb7505

#fb7505 #fbf005 #fb0510

Monochromatic Colors of #fb7505

#fb7505

Complementary Color

#fb7505 #058bfb

#fb7505 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb7505 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb7505 Color CSS Codes

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

#fb7505 Text Font Color

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

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


#fb7505 Background Color

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

This div background color is #fb7505


#fb7505 Border Color

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

This div border color is #fb7505


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb7505


Comments

No comments written yet.

Please login to write comment.