Color Hex Logo

#ffa820 Color Hex

#FFA820
(255,168,32)
0 Favorites   0 Comments

Color spaces of #ffa820

RGB 25516832
HSL0.101.000.56
HSV37°87°100°
CMYK 0.000.340.87   0.00
XYZ55.503349.36957.9704
Yxy49.36950.49190.4375
Hunter Lab70.263418.041842.4588
CIE-Lab75.680622.748474.4064

#ffa820 color RGB value is (255,168,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101000 00100000
Octal 377 250 40
Decimal 255 168 32
Hex FF A8 20

RGB Percentages of Color #ffa820

%56.04
%36.92
%7.03

CMYK Percentages of Color #ffa820

%0
%34
%87
%0

Triadic Colors of #ffa820

#ffa820 #20ffa8 #a820ff

Analogous Colors of #ffa820

#ffa820 #e7ff20 #ff3920

Monochromatic Colors of #ffa820

#ffa820

Complementary Color

#ffa820 #2077ff

#ffa820 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa820 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa820 Color CSS Codes

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

#ffa820 Text Font Color

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

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


#ffa820 Background Color

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

This div background color is #ffa820


#ffa820 Border Color

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

This div border color is #ffa820


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa820

Related Colors


Comments

No comments written yet.

Please login to write comment.