Color Hex Logo

#ffa026 Color Hex

#FFA026
(255,160,38)
0 Favorites   0 Comments

Color spaces of #ffa026

RGB 25516038
HSL0.091.000.57
HSV34°85°100°
CMYK 0.000.370.85   0.00
XYZ54.160746.54167.9626
Yxy46.54160.49840.4283
Hunter Lab68.221422.323040.8348
CIE-Lab73.895627.045171.3561

#ffa026 color RGB value is (255,160,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100000 00100110
Octal 377 240 46
Decimal 255 160 38
Hex FF A0 26

RGB Percentages of Color #ffa026

%56.29
%35.32
%8.39

CMYK Percentages of Color #ffa026

%0
%37
%85
%0

Triadic Colors of #ffa026

#ffa026 #26ffa0 #a026ff

Analogous Colors of #ffa026

#ffa026 #f2ff26 #ff3326

Monochromatic Colors of #ffa026

#ffa026

Complementary Color

#ffa026 #2685ff

#ffa026 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa026 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa026 Color CSS Codes

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

#ffa026 Text Font Color

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

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


#ffa026 Background Color

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

This div background color is #ffa026


#ffa026 Border Color

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

This div border color is #ffa026


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa026

Related Colors


Comments

No comments written yet.

Please login to write comment.