Color Hex Logo

#ffa913 Color Hex

#FFA913
(255,169,19)
0 Favorites   0 Comments

Color spaces of #ffa913

RGB 25516919
HSL0.111.000.54
HSV38°93°100°
CMYK 0.000.340.93   0.00
XYZ55.545549.68307.2783
Yxy49.68300.49370.4416
Hunter Lab70.486217.313343.2181
CIE-Lab75.874322.019677.2356

#ffa913 color RGB value is (255,169,19).

#ffa913 hex color red value is 255, green value is 169 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #ffa913 hue: 0.11 , saturation: 1.00 and the lightness value of ffa913 is 0.54.

The process color (four color CMYK) of #ffa913 color hex is 0.00, 0.34, 0.93, 0.00. Web safe color of #ffa913 is #ff9900. Color #ffa913 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101001 00010011
Octal 377 251 23
Decimal 255 169 19
Hex FF A9 13

RGB Percentages of Color #ffa913

%57.56
%38.15
%4.29

CMYK Percentages of Color #ffa913

%0
%34
%93
%0

Triadic Colors of #ffa913

#ffa913 #13ffa9 #a913ff

Analogous Colors of #ffa913

#ffa913 #dfff13 #ff3313

Monochromatic Colors of #ffa913

#ffa913

Complementary Color

#ffa913 #1369ff

#ffa913 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa913 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa913 Color CSS Codes

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

#ffa913 Text Font Color

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

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


#ffa913 Background Color

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

This div background color is #ffa913


#ffa913 Border Color

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

This div border color is #ffa913


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa913

Related Colors


Comments

No comments written yet.

Please login to write comment.