Color Hex Logo

#ffa546 Color Hex

#FFA546
(255,165,70)
1 Favorites   0 Comments

Color spaces of #ffa546

RGB 25516570
HSL0.091.000.64
HSV31°73°100°
CMYK 0.000.350.73   0.00
XYZ55.800648.612512.2365
Yxy48.61250.47840.4167
Hunter Lab69.722720.842938.4003
CIE-Lab75.209625.523560.7428

#ffa546 color RGB value is (255,165,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100101 01000110
Octal 377 245 106
Decimal 255 165 70
Hex FF A5 46

RGB Percentages of Color #ffa546

%52.04
%33.67
%14.29

CMYK Percentages of Color #ffa546

%0
%35
%73
%0

Triadic Colors of #ffa546

#ffa546 #46ffa5 #a546ff

Analogous Colors of #ffa546

#ffa546 #fdff46 #ff4946

Monochromatic Colors of #ffa546

#ffa546

Complementary Color

#ffa546 #46a0ff

#ffa546 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa546 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa546 Color CSS Codes

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

#ffa546 Text Font Color

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

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


#ffa546 Background Color

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

This div background color is #ffa546


#ffa546 Border Color

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

This div border color is #ffa546


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa546

Related Colors


Comments

No comments written yet.

Please login to write comment.