Color Hex Logo

#ffa925 Color Hex

#FFA925
(255,169,37)
0 Favorites   0 Comments

Color spaces of #ffa925

RGB 25516937
HSL0.101.000.57
HSV36°85°100°
CMYK 0.000.340.85   0.00
XYZ55.761949.76958.4178
Yxy49.76950.48940.4368
Hunter Lab70.547517.631242.3087
CIE-Lab75.927622.332173.2952

#ffa925 color RGB value is (255,169,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101001 00100101
Octal 377 251 45
Decimal 255 169 37
Hex FF A9 25

RGB Percentages of Color #ffa925

%55.31
%36.66
%8.03

CMYK Percentages of Color #ffa925

%0
%34
%85
%0

Triadic Colors of #ffa925

#ffa925 #25ffa9 #a925ff

Analogous Colors of #ffa925

#ffa925 #e8ff25 #ff3c25

Monochromatic Colors of #ffa925

#ffa925

Complementary Color

#ffa925 #257bff

#ffa925 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa925 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa925 Color CSS Codes

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

#ffa925 Text Font Color

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

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


#ffa925 Background Color

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

This div background color is #ffa925


#ffa925 Border Color

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

This div border color is #ffa925


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa925

Related Colors


Comments

No comments written yet.

Please login to write comment.