Color Hex Logo

#ffa31d Color Hex

#FFA31D
(255,163,29)
0 Favorites   0 Comments

Color spaces of #ffa31d

RGB 25516329
HSL0.101.000.56
HSV36°89°100°
CMYK 0.000.360.89   0.00
XYZ54.559047.54317.4636
Yxy47.54310.49800.4339
Hunter Lab68.951520.575941.8483
CIE-Lab74.535825.299274.2449

#ffa31d color RGB value is (255,163,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100011 00011101
Octal 377 243 35
Decimal 255 163 29
Hex FF A3 1D

RGB Percentages of Color #ffa31d

%57.05
%36.47
%6.49

CMYK Percentages of Color #ffa31d

%0
%36
%89
%0

Triadic Colors of #ffa31d

#ffa31d #1dffa3 #a31dff

Analogous Colors of #ffa31d

#ffa31d #eaff1d #ff321d

Monochromatic Colors of #ffa31d

#ffa31d

Complementary Color

#ffa31d #1d79ff

#ffa31d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa31d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa31d Color CSS Codes

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

#ffa31d Text Font Color

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

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


#ffa31d Background Color

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

This div background color is #ffa31d


#ffa31d Border Color

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

This div border color is #ffa31d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa31d

Related Colors


Comments

No comments written yet.

Please login to write comment.