Color Hex Logo

#ffa84a Color Hex

#FFA84A
(255,168,74)
0 Favorites   0 Comments

Color spaces of #ffa84a

RGB 25516874
HSL0.091.000.65
HSV31°71°100°
CMYK 0.000.340.71   0.00
XYZ56.478749.759713.1064
Yxy49.75970.47320.4169
Hunter Lab70.540619.471138.3623
CIE-Lab75.921524.144059.7352

#ffa84a color RGB value is (255,168,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101000 01001010
Octal 377 250 112
Decimal 255 168 74
Hex FF A8 4A

RGB Percentages of Color #ffa84a

%51.31
%33.80
%14.89

CMYK Percentages of Color #ffa84a

%0
%34
%71
%0

Triadic Colors of #ffa84a

#ffa84a #4affa8 #a84aff

Analogous Colors of #ffa84a

#ffa84a #fcff4a #ff4d4a

Monochromatic Colors of #ffa84a

#ffa84a

Complementary Color

#ffa84a #4aa1ff

#ffa84a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa84a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa84a Color CSS Codes

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

#ffa84a Text Font Color

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

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


#ffa84a Background Color

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

This div background color is #ffa84a


#ffa84a Border Color

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

This div border color is #ffa84a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa84a

#ffa84a Color Palettes


Comments

No comments written yet.

Please login to write comment.