Color Hex Logo

#ffa536 Color Hex

#FFA536
(255,165,54)
0 Favorites   0 Comments

Color spaces of #ffa536

RGB 25516554
HSL0.091.000.61
HSV33°79°100°
CMYK 0.000.350.79   0.00
XYZ55.361048.43669.9214
Yxy48.43660.48680.4259
Hunter Lab69.596420.195540.2653
CIE-Lab75.099524.895967.0698

#ffa536 color RGB value is (255,165,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100101 00110110
Octal 377 245 66
Decimal 255 165 54
Hex FF A5 36

RGB Percentages of Color #ffa536

%53.80
%34.81
%11.39

CMYK Percentages of Color #ffa536

%0
%35
%79
%0

Triadic Colors of #ffa536

#ffa536 #36ffa5 #a536ff

Analogous Colors of #ffa536

#ffa536 #f5ff36 #ff4136

Monochromatic Colors of #ffa536

#ffa536

Complementary Color

#ffa536 #3690ff

#ffa536 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa536 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa536 Color CSS Codes

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

#ffa536 Text Font Color

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

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


#ffa536 Background Color

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

This div background color is #ffa536


#ffa536 Border Color

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

This div border color is #ffa536


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa536


Comments

No comments written yet.

Please login to write comment.