Color Hex Logo

#ffa912 Color Hex

#FFA912
(255,169,18)
0 Favorites   0 Comments

Color spaces of #ffa912

RGB 25516918
HSL0.111.000.54
HSV38°93°100°
CMYK 0.000.340.93   0.00
XYZ55.537149.67967.2343
Yxy49.67960.49390.4418
Hunter Lab70.483817.301043.2532
CIE-Lab75.872222.007677.3959

#ffa912 color RGB value is (255,169,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101001 00010010
Octal 377 251 22
Decimal 255 169 18
Hex FF A9 12

RGB Percentages of Color #ffa912

%57.69
%38.24
%4.07

CMYK Percentages of Color #ffa912

%0
%34
%93
%0

Triadic Colors of #ffa912

#ffa912 #12ffa9 #a912ff

Analogous Colors of #ffa912

#ffa912 #dfff12 #ff3312

Monochromatic Colors of #ffa912

#ffa912

Complementary Color

#ffa912 #1268ff

#ffa912 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa912 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa912 Color CSS Codes

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

#ffa912 Text Font Color

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

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


#ffa912 Background Color

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

This div background color is #ffa912


#ffa912 Border Color

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

This div border color is #ffa912


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa912

Related Colors


Comments

No comments written yet.

Please login to write comment.