Color Hex Logo

#fb700c Color Hex

#FB700C
(251,112,12)
0 Favorites   0 Comments

Color spaces of #fb700c

RGB 25111212
HSL0.070.970.52
HSV25°95°98°
CMYK 0.000.550.95   0.02
XYZ45.644232.12414.1427
Yxy32.12410.55720.3922
Hunter Lab56.678144.563435.3411
CIE-Lab63.445349.111969.7073

#fb700c color RGB value is (251,112,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01110000 00001100
Octal 373 160 14
Decimal 251 112 12
Hex FB 70 C

RGB Percentages of Color #fb700c

%66.93
%29.87
%3.20

CMYK Percentages of Color #fb700c

%0
%55
%95
%2

Triadic Colors of #fb700c

#fb700c #0cfb70 #700cfb

Analogous Colors of #fb700c

#fb700c #fbe80c #fb0c1f

Monochromatic Colors of #fb700c

#fb700c

Complementary Color

#fb700c #0c97fb

#fb700c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb700c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb700c Color CSS Codes

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

#fb700c Text Font Color

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

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


#fb700c Background Color

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

This div background color is #fb700c


#fb700c Border Color

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

This div border color is #fb700c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb700c


Comments

No comments written yet.

Please login to write comment.