Color Hex Logo

#ff840f Color Hex

#FF840F
(255,132,15)
0 Favorites   0 Comments

Color spaces of #ff840f

RGB 25513215
HSL0.081.000.53
HSV29°94°100°
CMYK 0.000.480.94   0.00
XYZ49.577537.79705.1345
Yxy37.79700.53590.4086
Hunter Lab61.479336.355538.0838
CIE-Lab67.870740.975472.3484

#ff840f color RGB value is (255,132,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10000100 00001111
Octal 377 204 17
Decimal 255 132 15
Hex FF 84 F

RGB Percentages of Color #ff840f

%63.43
%32.84
%3.73

CMYK Percentages of Color #ff840f

%0
%48
%94
%0

Triadic Colors of #ff840f

#ff840f #0fff84 #840fff

Analogous Colors of #ff840f

#ff840f #fffc0f #ff0f12

Monochromatic Colors of #ff840f

#ff840f

Complementary Color

#ff840f #0f8aff

#ff840f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff840f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff840f Color CSS Codes

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

#ff840f Text Font Color

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

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


#ff840f Background Color

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

This div background color is #ff840f


#ff840f Border Color

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

This div border color is #ff840f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff840f


Comments

No comments written yet.

Please login to write comment.