color codes Logo

#fb720c color codes

#FB720C
(251,114,12)
0 Favorites   0 Comments

Color spaces of #fb720c

RGB 25111412
HSL0.070.970.52
HSV26°95°98°
CMYK 0.000.550.95   0.02
XYZ45.867332.57044.2171
Yxy32.57040.55490.3941
Hunter Lab57.070543.586335.5682
CIE-Lab63.811548.170369.9384

#fb720c color RGB value is (251,114,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01110010 00001100
Octal 373 162 14
Decimal 251 114 12
Hex FB 72 C

RGB Percentages of Color #fb720c

%66.58
%30.24
%3.18

CMYK Percentages of Color #fb720c

%0
%55
%95
%2

Triadic Colors of #fb720c

#fb720c #0cfb72 #720cfb

Analogous Colors of #fb720c

#fb720c #fbea0c #fb0c1d

Monochromatic Colors of #fb720c

#fb720c

Complementary Color

#fb720c #0c95fb

#fb720c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb720c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb720c Color CSS Codes

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

#fb720c Text Font Color

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

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


#fb720c Background Color

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

This div background color is #fb720c


#fb720c Border Color

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

This div border color is #fb720c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb720c

Related Colors


Comments

No comments written yet.

Please login to write comment.