Color Hex Logo

#ffa748 Color Hex

#FFA748
(255,167,72)
0 Favorites   0 Comments

Color spaces of #ffa748

RGB 25516772
HSL0.091.000.64
HSV31°72°100°
CMYK 0.000.350.72   0.00
XYZ56.228449.365312.6958
Yxy49.36530.47530.4173
Hunter Lab70.260419.895138.4688
CIE-Lab75.678024.571760.3576

#ffa748 color RGB value is (255,167,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100111 01001000
Octal 377 247 110
Decimal 255 167 72
Hex FF A7 48

RGB Percentages of Color #ffa748

%51.62
%33.81
%14.57

CMYK Percentages of Color #ffa748

%0
%35
%72
%0

Triadic Colors of #ffa748

#ffa748 #48ffa7 #a748ff

Analogous Colors of #ffa748

#ffa748 #fcff48 #ff4c48

Monochromatic Colors of #ffa748

#ffa748

Complementary Color

#ffa748 #48a0ff

#ffa748 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa748 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa748 Color CSS Codes

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

#ffa748 Text Font Color

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

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


#ffa748 Background Color

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

This div background color is #ffa748


#ffa748 Border Color

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

This div border color is #ffa748


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa748

Related Colors

#ffa748 Color Palettes


Comments

No comments written yet.

Please login to write comment.