Color Hex Logo

#ffa625 Color Hex

#FFA625
(255,166,37)
0 Favorites   0 Comments

Color spaces of #ffa625

RGB 25516637
HSL0.101.000.57
HSV36°85°100°
CMYK 0.000.350.85   0.00
XYZ55.210148.66608.2339
Yxy48.66600.49250.4341
Hunter Lab69.761019.186341.8347
CIE-Lab75.243123.897272.7400

#ffa625 color RGB value is (255,166,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100110 00100101
Octal 377 246 45
Decimal 255 166 37
Hex FF A6 25

RGB Percentages of Color #ffa625

%55.68
%36.24
%8.08

CMYK Percentages of Color #ffa625

%0
%35
%85
%0

Triadic Colors of #ffa625

#ffa625 #25ffa6 #a625ff

Analogous Colors of #ffa625

#ffa625 #ebff25 #ff3925

Monochromatic Colors of #ffa625

#ffa625

Complementary Color

#ffa625 #257eff

#ffa625 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa625 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa625 Color CSS Codes

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

#ffa625 Text Font Color

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

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


#ffa625 Background Color

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

This div background color is #ffa625


#ffa625 Border Color

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

This div border color is #ffa625


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa625


Comments

No comments written yet.

Please login to write comment.