Color Hex Logo

#ff822f Color Hex

#FF822F
(255,130,47)
0 Favorites   0 Comments

Color spaces of #ff822f

RGB 25513047
HSL0.071.000.59
HSV24°82°100°
CMYK 0.000.490.82   0.00
XYZ49.735737.43057.2928
Yxy37.43050.52650.3963
Hunter Lab61.180538.042935.7589
CIE-Lab67.598842.575362.9136

#ff822f color RGB value is (255,130,47).

#ff822f hex color red value is 255, green value is 130 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ff822f hue: 0.07 , saturation: 1.00 and the lightness value of ff822f is 0.59.

The process color (four color CMYK) of #ff822f color hex is 0.00, 0.49, 0.82, 0.00. Web safe color of #ff822f is #ff9933. Color #ff822f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10000010 00101111
Octal 377 202 57
Decimal 255 130 47
Hex FF 82 2F

RGB Percentages of Color #ff822f

%59.03
%30.09
%10.88

CMYK Percentages of Color #ff822f

%0
%49
%82
%0

Triadic Colors of #ff822f

#ff822f #2fff82 #822fff

Analogous Colors of #ff822f

#ff822f #ffea2f #ff2f44

Monochromatic Colors of #ff822f

#ff822f

Complementary Color

#ff822f #2facff

#ff822f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff822f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff822f Color CSS Codes

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

#ff822f Text Font Color

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

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


#ff822f Background Color

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

This div background color is #ff822f


#ff822f Border Color

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

This div border color is #ff822f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff822f

Related Colors


Comments

No comments written yet.

Please login to write comment.