Color Hex Logo

#ffa73c Color Hex

#FFA73C
(255,167,60)
0 Favorites   0 Comments

Color spaces of #ffa73c

RGB 25516760
HSL0.091.000.62
HSV33°76°100°
CMYK 0.000.350.76   0.00
XYZ55.874349.223710.8312
Yxy49.22370.48200.4246
Hunter Lab70.159619.376039.9586
CIE-Lab75.590324.066965.2451

#ffa73c color RGB value is (255,167,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100111 00111100
Octal 377 247 74
Decimal 255 167 60
Hex FF A7 3C

RGB Percentages of Color #ffa73c

%52.90
%34.65
%12.45

CMYK Percentages of Color #ffa73c

%0
%35
%76
%0

Triadic Colors of #ffa73c

#ffa73c #3cffa7 #a73cff

Analogous Colors of #ffa73c

#ffa73c #f6ff3c #ff453c

Monochromatic Colors of #ffa73c

#ffa73c

Complementary Color

#ffa73c #3c94ff

#ffa73c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa73c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa73c Color CSS Codes

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

#ffa73c Text Font Color

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

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


#ffa73c Background Color

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

This div background color is #ffa73c


#ffa73c Border Color

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

This div border color is #ffa73c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa73c


Comments

No comments written yet.

Please login to write comment.