Color Hex Logo

#fb600c Color Hex

#FB600C
(251,96,12)
0 Favorites   0 Comments

Color spaces of #fb600c

RGB 2519612
HSL0.060.970.52
HSV21°95°98°
CMYK 0.000.620.95   0.02
XYZ44.032928.90153.6056
Yxy28.90150.57530.3776
Hunter Lab53.760152.122533.6556
CIE-Lab60.694656.305868.0073

#fb600c color RGB value is (251,96,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01100000 00001100
Octal 373 140 14
Decimal 251 96 12
Hex FB 60 C

RGB Percentages of Color #fb600c

%69.92
%26.74
%3.34

CMYK Percentages of Color #fb600c

%0
%62
%95
%2

Triadic Colors of #fb600c

#fb600c #0cfb60 #600cfb

Analogous Colors of #fb600c

#fb600c #fbd80c #fb0c30

Monochromatic Colors of #fb600c

#fb600c

Complementary Color

#fb600c #0ca7fb

#fb600c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb600c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb600c Color CSS Codes

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

#fb600c Text Font Color

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

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


#fb600c Background Color

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

This div background color is #fb600c


#fb600c Border Color

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

This div border color is #fb600c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb600c

Related Colors


Comments

No comments written yet.

Please login to write comment.