Color Hex Logo

#ffa016 Color Hex

#FFA016
(255,160,22)
0 Favorites   0 Comments

Color spaces of #ffa016

RGB 25516022
HSL0.101.000.54
HSV36°91°100°
CMYK 0.000.370.91   0.00
XYZ53.955646.45956.8829
Yxy46.45950.50290.4330
Hunter Lab68.161222.016441.7258
CIE-Lab73.842726.749275.2302

#ffa016 color RGB value is (255,160,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100000 00010110
Octal 377 240 26
Decimal 255 160 22
Hex FF A0 16

RGB Percentages of Color #ffa016

%58.35
%36.61
%5.03

CMYK Percentages of Color #ffa016

%0
%37
%91
%0

Triadic Colors of #ffa016

#ffa016 #16ffa0 #a016ff

Analogous Colors of #ffa016

#ffa016 #eaff16 #ff2c16

Monochromatic Colors of #ffa016

#ffa016

Complementary Color

#ffa016 #1675ff

#ffa016 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa016 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa016 Color CSS Codes

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

#ffa016 Text Font Color

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

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


#ffa016 Background Color

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

This div background color is #ffa016


#ffa016 Border Color

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

This div border color is #ffa016


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,160,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 #ffa016">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa016

Related Colors


Comments

No comments written yet.

Please login to write comment.