Color Hex Logo

#ffa649 Color Hex

#FFA649
(255,166,73)
0 Favorites   0 Comments

Color spaces of #ffa649

RGB 25516673
HSL0.091.000.64
HSV31°71°100°
CMYK 0.000.350.71   0.00
XYZ56.078849.013512.8082
Yxy49.01350.47560.4157
Hunter Lab70.009620.464438.1597
CIE-Lab75.459725.140059.6937

#ffa649 color RGB value is (255,166,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100110 01001001
Octal 377 246 111
Decimal 255 166 73
Hex FF A6 49

RGB Percentages of Color #ffa649

%51.62
%33.60
%14.78

CMYK Percentages of Color #ffa649

%0
%35
%71
%0

Triadic Colors of #ffa649

#ffa649 #49ffa6 #a649ff

Analogous Colors of #ffa649

#ffa649 #fdff49 #ff4b49

Monochromatic Colors of #ffa649

#ffa649

Complementary Color

#ffa649 #49a2ff

#ffa649 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa649 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa649 Color CSS Codes

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

#ffa649 Text Font Color

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

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


#ffa649 Background Color

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

This div background color is #ffa649


#ffa649 Border Color

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

This div border color is #ffa649


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa649

Related Colors

#ffa649 Color Palettes


Comments

No comments written yet.

Please login to write comment.