Color Hex Logo

#ffa046 Color Hex

#FFA046
(255,160,70)
0 Favorites   0 Comments

Color spaces of #ffa046

RGB 25516070
HSL0.081.000.64
HSV29°73°100°
CMYK 0.000.370.73   0.00
XYZ54.916346.843811.9417
Yxy46.84380.48300.4120
Hunter Lab68.442523.448837.5650
CIE-Lab74.089728.127159.5933

#ffa046 color RGB value is (255,160,70).

#ffa046 hex color red value is 255, green value is 160 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #ffa046 hue: 0.08 , saturation: 1.00 and the lightness value of ffa046 is 0.64.

The process color (four color CMYK) of #ffa046 color hex is 0.00, 0.37, 0.73, 0.00. Web safe color of #ffa046 is #ff9933. Color #ffa046 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100000 01000110
Octal 377 240 106
Decimal 255 160 70
Hex FF A0 46

RGB Percentages of Color #ffa046

%52.58
%32.99
%14.43

CMYK Percentages of Color #ffa046

%0
%37
%73
%0

Triadic Colors of #ffa046

#ffa046 #46ffa0 #a046ff

Analogous Colors of #ffa046

#ffa046 #fffd46 #ff4648

Monochromatic Colors of #ffa046

#ffa046

Complementary Color

#ffa046 #46a5ff

#ffa046 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa046 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa046 Color CSS Codes

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

#ffa046 Text Font Color

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

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


#ffa046 Background Color

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

This div background color is #ffa046


#ffa046 Border Color

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

This div border color is #ffa046


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa046

Related Colors

#ffa046 Color Palettes


Comments

No comments written yet.

Please login to write comment.