Color Hex Logo

#ffa406 Color Hex

#FFA406
(255,164,6)
0 Favorites   0 Comments

Color spaces of #ffa406

RGB 2551646
HSL0.111.000.51
HSV38°98°100°
CMYK 0.000.360.98   0.00
XYZ54.548347.82416.5283
Yxy47.82410.50090.4392
Hunter Lab69.155019.776742.8114
CIE-Lab74.713824.504778.1245

#ffa406 color RGB value is (255,164,6).

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

The process color (four color CMYK) of #ffa406 color hex is 0.00, 0.36, 0.98, 0.00. Web safe color of #ffa406 is #ff9900. Color #ffa406 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100100 00000110
Octal 377 244 6
Decimal 255 164 6
Hex FF A4 6

RGB Percentages of Color #ffa406

%60.00
%38.59
%1.41

CMYK Percentages of Color #ffa406

%0
%36
%98
%0

Triadic Colors of #ffa406

#ffa406 #06ffa4 #a406ff

Analogous Colors of #ffa406

#ffa406 #deff06 #ff2806

Monochromatic Colors of #ffa406

#ffa406

Complementary Color

#ffa406 #0661ff

#ffa406 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa406 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa406 Color CSS Codes

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

#ffa406 Text Font Color

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

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


#ffa406 Background Color

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

This div background color is #ffa406


#ffa406 Border Color

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

This div border color is #ffa406


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa406


Comments

No comments written yet.

Please login to write comment.