Color Hex Logo

#ffa426 Color Hex

#FFA426
(255,164,38)
0 Favorites   0 Comments

Color spaces of #ffa426

RGB 25516438
HSL0.101.000.57
HSV35°85°100°
CMYK 0.000.360.85   0.00
XYZ54.865347.95098.1974
Yxy47.95090.49420.4319
Hunter Lab69.246620.247241.4539
CIE-Lab74.793924.962872.0908

#ffa426 color RGB value is (255,164,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100100 00100110
Octal 377 244 46
Decimal 255 164 38
Hex FF A4 26

RGB Percentages of Color #ffa426

%55.80
%35.89
%8.32

CMYK Percentages of Color #ffa426

%0
%36
%85
%0

Triadic Colors of #ffa426

#ffa426 #26ffa4 #a426ff

Analogous Colors of #ffa426

#ffa426 #eeff26 #ff3726

Monochromatic Colors of #ffa426

#ffa426

Complementary Color

#ffa426 #2681ff

#ffa426 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa426 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa426 Color CSS Codes

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

#ffa426 Text Font Color

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

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


#ffa426 Background Color

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

This div background color is #ffa426


#ffa426 Border Color

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

This div border color is #ffa426


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa426

Related Colors


Comments

No comments written yet.

Please login to write comment.