Color Hex Logo

#ffa716 Color Hex

#FFA716
(255,167,22)
0 Favorites   0 Comments

Color spaces of #ffa716

RGB 25516722
HSL0.101.000.54
HSV37°91°100°
CMYK 0.000.350.91   0.00
XYZ55.203548.95547.2988
Yxy48.95540.49530.4392
Hunter Lab69.968118.388842.7928
CIE-Lab75.423623.102676.3824

#ffa716 color RGB value is (255,167,22).

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

The process color (four color CMYK) of #ffa716 color hex is 0.00, 0.35, 0.91, 0.00. Web safe color of #ffa716 is #ff9900. Color #ffa716 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100111 00010110
Octal 377 247 26
Decimal 255 167 22
Hex FF A7 16

RGB Percentages of Color #ffa716

%57.43
%37.61
%4.95

CMYK Percentages of Color #ffa716

%0
%35
%91
%0

Triadic Colors of #ffa716

#ffa716 #16ffa7 #a716ff

Analogous Colors of #ffa716

#ffa716 #e3ff16 #ff3216

Monochromatic Colors of #ffa716

#ffa716

Complementary Color

#ffa716 #166eff

#ffa716 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa716 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa716 Color CSS Codes

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

#ffa716 Text Font Color

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

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


#ffa716 Background Color

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

This div background color is #ffa716


#ffa716 Border Color

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

This div border color is #ffa716


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa716


Comments

No comments written yet.

Please login to write comment.