Color Hex Logo

#ffa125 Color Hex

#FFA125
(255,161,37)
0 Favorites   0 Comments

Color spaces of #ffa125

RGB 25516137
HSL0.091.000.57
HSV34°85°100°
CMYK 0.000.370.85   0.00
XYZ54.318846.88337.9367
Yxy46.88330.49770.4296
Hunter Lab68.471421.780341.0575
CIE-Lab74.115126.502171.8253

#ffa125 color RGB value is (255,161,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100001 00100101
Octal 377 241 45
Decimal 255 161 37
Hex FF A1 25

RGB Percentages of Color #ffa125

%56.29
%35.54
%8.17

CMYK Percentages of Color #ffa125

%0
%37
%85
%0

Triadic Colors of #ffa125

#ffa125 #25ffa1 #a125ff

Analogous Colors of #ffa125

#ffa125 #f0ff25 #ff3425

Monochromatic Colors of #ffa125

#ffa125

Complementary Color

#ffa125 #2583ff

#ffa125 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa125 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa125 Color CSS Codes

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

#ffa125 Text Font Color

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

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


#ffa125 Background Color

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

This div background color is #ffa125


#ffa125 Border Color

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

This div border color is #ffa125


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa125

Related Colors


Comments

No comments written yet.

Please login to write comment.