Color Hex Logo

#ffa544 Color Hex

#FFA544
(255,165,68)
0 Favorites   0 Comments

Color spaces of #ffa544

RGB 25516568
HSL0.091.000.63
HSV31°73°100°
CMYK 0.000.350.73   0.00
XYZ55.738548.587611.9095
Yxy48.58760.47950.4180
Hunter Lab69.704820.751738.6633
CIE-Lab75.194025.435261.5834

#ffa544 color RGB value is (255,165,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100101 01000100
Octal 377 245 104
Decimal 255 165 68
Hex FF A5 44

RGB Percentages of Color #ffa544

%52.25
%33.81
%13.93

CMYK Percentages of Color #ffa544

%0
%35
%73
%0

Triadic Colors of #ffa544

#ffa544 #44ffa5 #a544ff

Analogous Colors of #ffa544

#ffa544 #fcff44 #ff4844

Monochromatic Colors of #ffa544

#ffa544

Complementary Color

#ffa544 #449eff

#ffa544 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa544 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa544 Color CSS Codes

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

#ffa544 Text Font Color

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

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


#ffa544 Background Color

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

This div background color is #ffa544


#ffa544 Border Color

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

This div border color is #ffa544


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa544

Related Colors


Comments

No comments written yet.

Please login to write comment.