Color Hex Logo

#ffa148 Color Hex

#FFA148
(255,161,72)
0 Favorites   0 Comments

Color spaces of #ffa148

RGB 25516172
HSL0.081.000.64
HSV29°72°100°
CMYK 0.000.370.72   0.00
XYZ55.154647.217612.3378
Yxy47.21760.48080.4116
Hunter Lab68.715123.022837.4550
CIE-Lab74.328727.698458.9584

#ffa148 color RGB value is (255,161,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100001 01001000
Octal 377 241 110
Decimal 255 161 72
Hex FF A1 48

RGB Percentages of Color #ffa148

%52.25
%32.99
%14.75

CMYK Percentages of Color #ffa148

%0
%37
%72
%0

Triadic Colors of #ffa148

#ffa148 #48ffa1 #a148ff

Analogous Colors of #ffa148

#ffa148 #fffd48 #ff484a

Monochromatic Colors of #ffa148

#ffa148

Complementary Color

#ffa148 #48a6ff

#ffa148 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa148 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa148 Color CSS Codes

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

#ffa148 Text Font Color

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

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


#ffa148 Background Color

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

This div background color is #ffa148


#ffa148 Border Color

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

This div border color is #ffa148


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa148

Related Colors

#ffa148 Color Palettes


Comments

No comments written yet.

Please login to write comment.