Color Hex Logo

#ff880c Color Hex

#FF880C
(255,136,12)
0 Favorites   0 Comments

Color spaces of #ff880c

RGB 25513612
HSL0.091.000.52
HSV31°95°100°
CMYK 0.000.470.95   0.00
XYZ50.110538.89495.2142
Yxy38.89490.53180.4128
Hunter Lab62.365834.283538.6990
CIE-Lab68.675138.945773.3632

#ff880c color RGB value is (255,136,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10001000 00001100
Octal 377 210 14
Decimal 255 136 12
Hex FF 88 C

RGB Percentages of Color #ff880c

%63.28
%33.75
%2.98

CMYK Percentages of Color #ff880c

%0
%47
%95
%0

Triadic Colors of #ff880c

#ff880c #0cff88 #880cff

Analogous Colors of #ff880c

#ff880c #fdff0c #ff0e0c

Monochromatic Colors of #ff880c

#ff880c

Complementary Color

#ff880c #0c83ff

#ff880c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff880c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff880c Color CSS Codes

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

#ff880c Text Font Color

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

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


#ff880c Background Color

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

This div background color is #ff880c


#ff880c Border Color

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

This div border color is #ff880c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff880c

#ff880c Color Palettes


Comments

No comments written yet.

Please login to write comment.