Color Hex Logo

#ffa44a Color Hex

#FFA44A
(255,164,74)
0 Favorites   0 Comments

Color spaces of #ffa44a

RGB 25516474
HSL0.081.000.65
HSV30°71°100°
CMYK 0.000.360.71   0.00
XYZ55.751548.305312.8640
Yxy48.30530.47680.4131
Hunter Lab69.502021.556437.6775
CIE-Lab75.017126.230558.7884

#ffa44a color RGB value is (255,164,74).

#ffa44a hex color red value is 255, green value is 164 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #ffa44a hue: 0.08 , saturation: 1.00 and the lightness value of ffa44a is 0.65.

The process color (four color CMYK) of #ffa44a color hex is 0.00, 0.36, 0.71, 0.00. Web safe color of #ffa44a is #ff9933. Color #ffa44a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100100 01001010
Octal 377 244 112
Decimal 255 164 74
Hex FF A4 4A

RGB Percentages of Color #ffa44a

%51.72
%33.27
%15.01

CMYK Percentages of Color #ffa44a

%0
%36
%71
%0

Triadic Colors of #ffa44a

#ffa44a #4affa4 #a44aff

Analogous Colors of #ffa44a

#ffa44a #ffff4a #ff4a4b

Monochromatic Colors of #ffa44a

#ffa44a

Complementary Color

#ffa44a #4aa5ff

#ffa44a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa44a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa44a Color CSS Codes

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

#ffa44a Text Font Color

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

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


#ffa44a Background Color

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

This div background color is #ffa44a


#ffa44a Border Color

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

This div border color is #ffa44a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa44a

#ffa44a Color Palettes


Comments

No comments written yet.

Please login to write comment.