Color Hex Logo

#ffa822 Color Hex

#FFA822
(255,168,34)
0 Favorites   0 Comments

Color spaces of #ffa822

RGB 25516834
HSL0.101.000.57
HSV36°87°100°
CMYK 0.000.340.87   0.00
XYZ55.531449.38088.1180
Yxy49.38080.49130.4369
Hunter Lab70.271518.082942.3406
CIE-Lab75.687622.788873.9052

#ffa822 color RGB value is (255,168,34).

#ffa822 hex color red value is 255, green value is 168 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #ffa822 hue: 0.10 , saturation: 1.00 and the lightness value of ffa822 is 0.57.

The process color (four color CMYK) of #ffa822 color hex is 0.00, 0.34, 0.87, 0.00. Web safe color of #ffa822 is #ff9933. Color #ffa822 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101000 00100010
Octal 377 250 42
Decimal 255 168 34
Hex FF A8 22

RGB Percentages of Color #ffa822

%55.80
%36.76
%7.44

CMYK Percentages of Color #ffa822

%0
%34
%87
%0

Triadic Colors of #ffa822

#ffa822 #22ffa8 #a822ff

Analogous Colors of #ffa822

#ffa822 #e8ff22 #ff3a22

Monochromatic Colors of #ffa822

#ffa822

Complementary Color

#ffa822 #2279ff

#ffa822 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa822 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa822 Color CSS Codes

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

#ffa822 Text Font Color

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

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


#ffa822 Background Color

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

This div background color is #ffa822


#ffa822 Border Color

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

This div border color is #ffa822


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa822

Related Colors


Comments

No comments written yet.

Please login to write comment.