Color Hex Logo

#ffa259 Color Hex

#FFA259
(255,162,89)
0 Favorites   0 Comments

Color spaces of #ffa259

RGB 25516289
HSL0.071.000.67
HSV26°65°100°
CMYK 0.000.360.65   0.00
XYZ55.963547.821915.7322
Yxy47.82190.46820.4001
Hunter Lab69.153423.435634.9191
CIE-Lab74.712528.073451.4530

#ffa259 color RGB value is (255,162,89).

#ffa259 hex color red value is 255, green value is 162 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #ffa259 hue: 0.07 , saturation: 1.00 and the lightness value of ffa259 is 0.67.

The process color (four color CMYK) of #ffa259 color hex is 0.00, 0.36, 0.65, 0.00. Web safe color of #ffa259 is #ff9966. Color #ffa259 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100010 01011001
Octal 377 242 131
Decimal 255 162 89
Hex FF A2 59

RGB Percentages of Color #ffa259

%50.40
%32.02
%17.59

CMYK Percentages of Color #ffa259

%0
%36
%65
%0

Triadic Colors of #ffa259

#ffa259 #59ffa2 #a259ff

Analogous Colors of #ffa259

#ffa259 #fff559 #ff5963

Monochromatic Colors of #ffa259

#ffa259

Complementary Color

#ffa259 #59b6ff

#ffa259 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa259 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa259 Color CSS Codes

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

#ffa259 Text Font Color

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

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


#ffa259 Background Color

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

This div background color is #ffa259


#ffa259 Border Color

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

This div border color is #ffa259


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa259


Comments

No comments written yet.

Please login to write comment.