Color Hex Logo

#fb602d Color Hex

#FB602D
(251,96,45)
0 Favorites   0 Comments

Color spaces of #fb602d

RGB 2519645
HSL0.040.960.58
HSV15°82°98°
CMYK 0.000.620.82   0.02
XYZ44.440229.06445.7504
Yxy29.06440.56070.3667
Hunter Lab53.911452.796031.4139
CIE-Lab60.838456.875157.4429

#fb602d color RGB value is (251,96,45).

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

The process color (four color CMYK) of #fb602d color hex is 0.00, 0.62, 0.82, 0.02. Web safe color of #fb602d is #ff6633. Color #fb602d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01100000 00101101
Octal 373 140 55
Decimal 251 96 45
Hex FB 60 2D

RGB Percentages of Color #fb602d

%64.03
%24.49
%11.48

CMYK Percentages of Color #fb602d

%0
%62
%82
%2

Triadic Colors of #fb602d

#fb602d #2dfb60 #602dfb

Analogous Colors of #fb602d

#fb602d #fbc72d #fb2d61

Monochromatic Colors of #fb602d

#fb602d

Complementary Color

#fb602d #2dc8fb

#fb602d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb602d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb602d Color CSS Codes

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

#fb602d Text Font Color

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

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


#fb602d Background Color

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

This div background color is #fb602d


#fb602d Border Color

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

This div border color is #fb602d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb602d

Related Colors


Comments

No comments written yet.

Please login to write comment.