Color Hex Logo

#ff824a Color Hex

#FF824A
(255,130,74)
1 Favorites   0 Comments

Color spaces of #ff824a

RGB 25513074
HSL0.051.000.65
HSV19°71°100°
CMYK 0.000.490.71   0.00
XYZ50.458737.719711.0997
Yxy37.71970.50830.3799
Hunter Lab61.416439.174132.2761
CIE-Lab67.813543.592751.0773

#ff824a color RGB value is (255,130,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10000010 01001010
Octal 377 202 112
Decimal 255 130 74
Hex FF 82 4A

RGB Percentages of Color #ff824a

%55.56
%28.32
%16.12

CMYK Percentages of Color #ff824a

%0
%49
%71
%0

Triadic Colors of #ff824a

#ff824a #4aff82 #824aff

Analogous Colors of #ff824a

#ff824a #ffdd4a #ff4a6d

Monochromatic Colors of #ff824a

#ff824a

Complementary Color

#ff824a #4ac7ff

#ff824a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff824a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff824a Color CSS Codes

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

#ff824a Text Font Color

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

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


#ff824a Background Color

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

This div background color is #ff824a


#ff824a Border Color

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

This div border color is #ff824a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff824a

Related Colors

#ff824a Color Palettes


Comments

No comments written yet.

Please login to write comment.