Color Hex Logo

#ffa534 Color Hex

#FFA534
(255,165,52)
0 Favorites   0 Comments

Color spaces of #ffa534

RGB 25516552
HSL0.091.000.60
HSV33°80°100°
CMYK 0.000.350.80   0.00
XYZ55.315048.41829.6790
Yxy48.41820.48770.4269
Hunter Lab69.583220.127640.4610
CIE-Lab75.087924.829967.7889

#ffa534 color RGB value is (255,165,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100101 00110100
Octal 377 245 64
Decimal 255 165 52
Hex FF A5 34

RGB Percentages of Color #ffa534

%54.03
%34.96
%11.02

CMYK Percentages of Color #ffa534

%0
%35
%80
%0

Triadic Colors of #ffa534

#ffa534 #34ffa5 #a534ff

Analogous Colors of #ffa534

#ffa534 #f4ff34 #ff3f34

Monochromatic Colors of #ffa534

#ffa534

Complementary Color

#ffa534 #348eff

#ffa534 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa534 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa534 Color CSS Codes

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

#ffa534 Text Font Color

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

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


#ffa534 Background Color

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

This div background color is #ffa534


#ffa534 Border Color

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

This div border color is #ffa534


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa534

Related Colors

#ffa534 Color Palettes


Comments

No comments written yet.

Please login to write comment.