Color Hex Logo

#ffa72f Color Hex

#FFA72F
(255,167,47)
0 Favorites   0 Comments

Color spaces of #ffa72f

RGB 25516747
HSL0.101.000.59
HSV35°82°100°
CMYK 0.000.350.82   0.00
XYZ55.571849.10279.2381
Yxy49.10270.48780.4311
Hunter Lab70.073318.931541.2348
CIE-Lab75.515223.633469.9019

#ffa72f color RGB value is (255,167,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100111 00101111
Octal 377 247 57
Decimal 255 167 47
Hex FF A7 2F

RGB Percentages of Color #ffa72f

%54.37
%35.61
%10.02

CMYK Percentages of Color #ffa72f

%0
%35
%82
%0

Triadic Colors of #ffa72f

#ffa72f #2fffa7 #a72fff

Analogous Colors of #ffa72f

#ffa72f #efff2f #ff3f2f

Monochromatic Colors of #ffa72f

#ffa72f

Complementary Color

#ffa72f #2f87ff

#ffa72f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa72f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa72f Color CSS Codes

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

#ffa72f Text Font Color

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

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


#ffa72f Background Color

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

This div background color is #ffa72f


#ffa72f Border Color

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

This div border color is #ffa72f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa72f

Related Colors


Comments

No comments written yet.

Please login to write comment.