Color Hex Logo

#fb702c Color Hex

#FB702C
(251,112,44)
0 Favorites   0 Comments

Color spaces of #fb702c

RGB 25111244
HSL0.050.960.58
HSV20°82°98°
CMYK 0.000.550.82   0.02
XYZ46.032532.27946.1872
Yxy32.27940.54480.3820
Hunter Lab56.815045.197733.3137
CIE-Lab63.573149.668260.3042

#fb702c color RGB value is (251,112,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01110000 00101100
Octal 373 160 54
Decimal 251 112 44
Hex FB 70 2C

RGB Percentages of Color #fb702c

%61.67
%27.52
%10.81

CMYK Percentages of Color #fb702c

%0
%55
%82
%2

Triadic Colors of #fb702c

#fb702c #2cfb70 #702cfb

Analogous Colors of #fb702c

#fb702c #fbd82c #fb2c50

Monochromatic Colors of #fb702c

#fb702c

Complementary Color

#fb702c #2cb7fb

#fb702c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb702c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb702c Color CSS Codes

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

#fb702c Text Font Color

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

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


#fb702c Background Color

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

This div background color is #fb702c


#fb702c Border Color

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

This div border color is #fb702c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb702c

Related Colors


Comments

No comments written yet.

Please login to write comment.