Color Hex Logo

#ffa612 Color Hex

#FFA612
(255,166,18)
0 Favorites   0 Comments

Color spaces of #ffa612

RGB 25516618
HSL0.101.000.54
HSV37°93°100°
CMYK 0.000.350.93   0.00
XYZ54.985448.57617.0503
Yxy48.57610.49710.4392
Hunter Lab69.696618.854342.7900
CIE-Lab75.186823.572876.9069

#ffa612 color RGB value is (255,166,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100110 00010010
Octal 377 246 22
Decimal 255 166 18
Hex FF A6 12

RGB Percentages of Color #ffa612

%58.09
%37.81
%4.10

CMYK Percentages of Color #ffa612

%0
%35
%93
%0

Triadic Colors of #ffa612

#ffa612 #12ffa6 #a612ff

Analogous Colors of #ffa612

#ffa612 #e2ff12 #ff3012

Monochromatic Colors of #ffa612

#ffa612

Complementary Color

#ffa612 #126bff

#ffa612 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa612 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa612 Color CSS Codes

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

#ffa612 Text Font Color

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

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


#ffa612 Background Color

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

This div background color is #ffa612


#ffa612 Border Color

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

This div border color is #ffa612


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,166,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 #ffa612">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa612


Comments

No comments written yet.

Please login to write comment.