Color Hex Logo

#ffa72a Color Hex

#FFA72A
(255,167,42)
0 Favorites   0 Comments

Color spaces of #ffa72a

RGB 25516742
HSL0.101.000.58
HSV35°84°100°
CMYK 0.000.350.84   0.00
XYZ55.476649.06468.7370
Yxy49.06460.48970.4331
Hunter Lab70.046118.791441.6369
CIE-Lab75.491523.496671.4797

#ffa72a color RGB value is (255,167,42).

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

The process color (four color CMYK) of #ffa72a color hex is 0.00, 0.35, 0.84, 0.00. Web safe color of #ffa72a is #ff9933. Color #ffa72a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100111 00101010
Octal 377 247 52
Decimal 255 167 42
Hex FF A7 2A

RGB Percentages of Color #ffa72a

%54.96
%35.99
%9.05

CMYK Percentages of Color #ffa72a

%0
%35
%84
%0

Triadic Colors of #ffa72a

#ffa72a #2affa7 #a72aff

Analogous Colors of #ffa72a

#ffa72a #edff2a #ff3d2a

Monochromatic Colors of #ffa72a

#ffa72a

Complementary Color

#ffa72a #2a82ff

#ffa72a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa72a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa72a Color CSS Codes

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

#ffa72a Text Font Color

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

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


#ffa72a Background Color

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

This div background color is #ffa72a


#ffa72a Border Color

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

This div border color is #ffa72a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa72a

Related Colors


Comments

No comments written yet.

Please login to write comment.