Color Hex Logo

#ffa028 Color Hex

#FFA028
(255,160,40)
0 Favorites   0 Comments

Color spaces of #ffa028

RGB 25516040
HSL0.091.000.58
HSV33°84°100°
CMYK 0.000.370.84   0.00
XYZ54.193846.55488.1371
Yxy46.55480.49770.4276
Hunter Lab68.231122.372640.6909
CIE-Lab73.904127.092970.7642

#ffa028 color RGB value is (255,160,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100000 00101000
Octal 377 240 50
Decimal 255 160 40
Hex FF A0 28

RGB Percentages of Color #ffa028

%56.04
%35.16
%8.79

CMYK Percentages of Color #ffa028

%0
%37
%84
%0

Triadic Colors of #ffa028

#ffa028 #28ffa0 #a028ff

Analogous Colors of #ffa028

#ffa028 #f3ff28 #ff3428

Monochromatic Colors of #ffa028

#ffa028

Complementary Color

#ffa028 #2887ff

#ffa028 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa028 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa028 Color CSS Codes

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

#ffa028 Text Font Color

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

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


#ffa028 Background Color

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

This div background color is #ffa028


#ffa028 Border Color

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

This div border color is #ffa028


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa028

Related Colors

#ffa028 Color Palettes


Comments

No comments written yet.

Please login to write comment.