Color Hex Logo

#ffa23c Color Hex

#FFA23C
(255,162,60)
0 Favorites   0 Comments

Color spaces of #ffa23c

RGB 25516260
HSL0.091.000.62
HSV31°76°100°
CMYK 0.000.360.76   0.00
XYZ54.975947.426910.5317
Yxy47.42690.48680.4200
Hunter Lab68.867221.976939.1400
CIE-Lab74.462026.673164.1619

#ffa23c color RGB value is (255,162,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100010 00111100
Octal 377 242 74
Decimal 255 162 60
Hex FF A2 3C

RGB Percentages of Color #ffa23c

%53.46
%33.96
%12.58

CMYK Percentages of Color #ffa23c

%0
%36
%76
%0

Triadic Colors of #ffa23c

#ffa23c #3cffa2 #a23cff

Analogous Colors of #ffa23c

#ffa23c #fbff3c #ff403c

Monochromatic Colors of #ffa23c

#ffa23c

Complementary Color

#ffa23c #3c99ff

#ffa23c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa23c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa23c Color CSS Codes

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

#ffa23c Text Font Color

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

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


#ffa23c Background Color

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

This div background color is #ffa23c


#ffa23c Border Color

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

This div border color is #ffa23c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa23c

#ffa23c Color Palettes


Comments

No comments written yet.

Please login to write comment.