Color Hex Logo

#ff890c Color Hex

#FF890C
(255,137,12)
0 Favorites   0 Comments

Color spaces of #ff890c

RGB 25513712
HSL0.091.000.52
HSV31°95°100°
CMYK 0.000.460.95   0.00
XYZ50.252039.17795.2613
Yxy39.17790.53070.4137
Hunter Lab62.592333.771738.8309
CIE-Lab68.879938.442573.4984

#ff890c color RGB value is (255,137,12).

#ff890c hex color red value is 255, green value is 137 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #ff890c hue: 0.09 , saturation: 1.00 and the lightness value of ff890c is 0.52.

The process color (four color CMYK) of #ff890c color hex is 0.00, 0.46, 0.95, 0.00. Web safe color of #ff890c is #ff9900. Color #ff890c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10001001 00001100
Octal 377 211 14
Decimal 255 137 12
Hex FF 89 C

RGB Percentages of Color #ff890c

%63.12
%33.91
%2.97

CMYK Percentages of Color #ff890c

%0
%46
%95
%0

Triadic Colors of #ff890c

#ff890c #0cff89 #890cff

Analogous Colors of #ff890c

#ff890c #fcff0c #ff0f0c

Monochromatic Colors of #ff890c

#ff890c

Complementary Color

#ff890c #0c82ff

#ff890c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff890c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff890c Color CSS Codes

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

#ff890c Text Font Color

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

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


#ff890c Background Color

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

This div background color is #ff890c


#ff890c Border Color

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

This div border color is #ff890c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff890c


Comments

No comments written yet.

Please login to write comment.