Color Hex Logo

#ff840a Color Hex

#FF840A
(255,132,10)
0 Favorites   0 Comments

Color spaces of #ff840a

RGB 25513210
HSL0.081.000.52
HSV30°96°100°
CMYK 0.000.480.96   0.00
XYZ49.546137.78444.9689
Yxy37.78440.53680.4094
Hunter Lab61.469036.306238.2356
CIE-Lab67.861440.930673.1176

#ff840a color RGB value is (255,132,10).

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

The process color (four color CMYK) of #ff840a color hex is 0.00, 0.48, 0.96, 0.00. Web safe color of #ff840a is #ff9900. Color #ff840a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10000100 00001010
Octal 377 204 12
Decimal 255 132 10
Hex FF 84 A

RGB Percentages of Color #ff840a

%64.23
%33.25
%2.52

CMYK Percentages of Color #ff840a

%0
%48
%96
%0

Triadic Colors of #ff840a

#ff840a #0aff84 #840aff

Analogous Colors of #ff840a

#ff840a #ffff0a #ff0a0a

Monochromatic Colors of #ff840a

#ff840a

Complementary Color

#ff840a #0a85ff

#ff840a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff840a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff840a Color CSS Codes

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

#ff840a Text Font Color

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

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


#ff840a Background Color

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

This div background color is #ff840a


#ff840a Border Color

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

This div border color is #ff840a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,132,10, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff840a


Comments

No comments written yet.

Please login to write comment.