Color Hex Logo

#fb600d Color Hex

#FB600D
(251,96,13)
0 Favorites   0 Comments

Color spaces of #fb600d

RGB 2519613
HSL0.060.970.52
HSV21°95°98°
CMYK 0.000.620.95   0.02
XYZ44.039228.90403.6387
Yxy28.90400.57510.3774
Hunter Lab53.762452.133033.6209
CIE-Lab60.696856.314767.8152

#fb600d color RGB value is (251,96,13).

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

The process color (four color CMYK) of #fb600d color hex is 0.00, 0.62, 0.95, 0.02. Web safe color of #fb600d is #ff6600. Color #fb600d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01100000 00001101
Octal 373 140 15
Decimal 251 96 13
Hex FB 60 D

RGB Percentages of Color #fb600d

%69.72
%26.67
%3.61

CMYK Percentages of Color #fb600d

%0
%62
%95
%2

Triadic Colors of #fb600d

#fb600d #0dfb60 #600dfb

Analogous Colors of #fb600d

#fb600d #fbd70d #fb0d31

Monochromatic Colors of #fb600d

#fb600d

Complementary Color

#fb600d #0da8fb

#fb600d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb600d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb600d Color CSS Codes

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

#fb600d Text Font Color

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

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


#fb600d Background Color

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

This div background color is #fb600d


#fb600d Border Color

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

This div border color is #fb600d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb600d

Related Colors


Comments

No comments written yet.

Please login to write comment.