Color Hex Logo

#ffa72b Color Hex

#FFA72B
(255,167,43)
0 Favorites   0 Comments

Color spaces of #ffa72b

RGB 25516743
HSL0.101.000.58
HSV35°83°100°
CMYK 0.000.350.83   0.00
XYZ55.494849.07198.8324
Yxy49.07190.48940.4327
Hunter Lab70.051318.818241.5604
CIE-Lab75.496023.522771.1747

#ffa72b color RGB value is (255,167,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100111 00101011
Octal 377 247 53
Decimal 255 167 43
Hex FF A7 2B

RGB Percentages of Color #ffa72b

%54.84
%35.91
%9.25

CMYK Percentages of Color #ffa72b

%0
%35
%83
%0

Triadic Colors of #ffa72b

#ffa72b #2bffa7 #a72bff

Analogous Colors of #ffa72b

#ffa72b #edff2b #ff3d2b

Monochromatic Colors of #ffa72b

#ffa72b

Complementary Color

#ffa72b #2b83ff

#ffa72b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa72b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa72b Color CSS Codes

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

#ffa72b Text Font Color

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

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


#ffa72b Background Color

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

This div background color is #ffa72b


#ffa72b Border Color

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

This div border color is #ffa72b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa72b

Related Colors


Comments

No comments written yet.

Please login to write comment.