Color Hex Logo

#ffa541 Color Hex

#FFA541
(255,165,65)
0 Favorites   0 Comments

Color spaces of #ffa541

RGB 25516565
HSL0.091.000.63
HSV32°75°100°
CMYK 0.000.350.75   0.00
XYZ55.649348.551911.4394
Yxy48.55190.48120.4199
Hunter Lab69.679220.620539.0417
CIE-Lab75.171725.308262.8203

#ffa541 color RGB value is (255,165,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100101 01000001
Octal 377 245 101
Decimal 255 165 65
Hex FF A5 41

RGB Percentages of Color #ffa541

%52.58
%34.02
%13.40

CMYK Percentages of Color #ffa541

%0
%35
%75
%0

Triadic Colors of #ffa541

#ffa541 #41ffa5 #a541ff

Analogous Colors of #ffa541

#ffa541 #faff41 #ff4641

Monochromatic Colors of #ffa541

#ffa541

Complementary Color

#ffa541 #419bff

#ffa541 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa541 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa541 Color CSS Codes

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

#ffa541 Text Font Color

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

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


#ffa541 Background Color

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

This div background color is #ffa541


#ffa541 Border Color

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

This div border color is #ffa541


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa541


Comments

No comments written yet.

Please login to write comment.