Color Hex Logo

#ffa648 Color Hex

#FFA648
(255,166,72)
0 Favorites   0 Comments

Color spaces of #ffa648

RGB 25516672
HSL0.091.000.64
HSV31°72°100°
CMYK 0.000.350.72   0.00
XYZ56.045949.000312.6350
Yxy49.00030.47630.4164
Hunter Lab70.000220.416238.2983
CIE-Lab75.451525.093460.1233

#ffa648 color RGB value is (255,166,72).

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

The process color (four color CMYK) of #ffa648 color hex is 0.00, 0.35, 0.72, 0.00. Web safe color of #ffa648 is #ff9933. Color #ffa648 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100110 01001000
Octal 377 246 110
Decimal 255 166 72
Hex FF A6 48

RGB Percentages of Color #ffa648

%51.72
%33.67
%14.60

CMYK Percentages of Color #ffa648

%0
%35
%72
%0

Triadic Colors of #ffa648

#ffa648 #48ffa6 #a648ff

Analogous Colors of #ffa648

#ffa648 #fdff48 #ff4b48

Monochromatic Colors of #ffa648

#ffa648

Complementary Color

#ffa648 #48a1ff

#ffa648 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa648 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa648 Color CSS Codes

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

#ffa648 Text Font Color

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

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


#ffa648 Background Color

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

This div background color is #ffa648


#ffa648 Border Color

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

This div border color is #ffa648


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa648


Comments

No comments written yet.

Please login to write comment.