Color Hex Logo

#fb6505 Color Hex

#FB6505
(251,101,5)
0 Favorites   0 Comments

Color spaces of #fb6505

RGB 2511015
HSL0.070.970.50
HSV23°98°98°
CMYK 0.000.600.98   0.02
XYZ44.464729.82753.5573
Yxy29.82750.57120.3831
Hunter Lab54.614649.751134.3684
CIE-Lab61.505154.072869.6928

#fb6505 color RGB value is (251,101,5).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01100101 00000101
Octal 373 145 5
Decimal 251 101 5
Hex FB 65 5

RGB Percentages of Color #fb6505

%70.31
%28.29
%1.40

CMYK Percentages of Color #fb6505

%0
%60
%98
%2

Triadic Colors of #fb6505

#fb6505 #05fb65 #6505fb

Analogous Colors of #fb6505

#fb6505 #fbe005 #fb0520

Monochromatic Colors of #fb6505

#fb6505

Complementary Color

#fb6505 #059bfb

#fb6505 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb6505 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb6505 Color CSS Codes

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

#fb6505 Text Font Color

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

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


#fb6505 Background Color

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

This div background color is #fb6505


#fb6505 Border Color

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

This div border color is #fb6505


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb6505

Related Colors


Comments

No comments written yet.

Please login to write comment.