Color Hex Logo

#ffa90c Color Hex

#FFA90C
(255,169,12)
0 Favorites   0 Comments

Color spaces of #ffa90c

RGB 25516912
HSL0.111.000.52
HSV39°95°100°
CMYK 0.000.340.95   0.00
XYZ55.494349.66257.0088
Yxy49.66250.49480.4428
Hunter Lab70.471617.238143.4334
CIE-Lab75.861621.945678.2283

#ffa90c color RGB value is (255,169,12).

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

The process color (four color CMYK) of #ffa90c color hex is 0.00, 0.34, 0.95, 0.00. Web safe color of #ffa90c is #ff9900. Color #ffa90c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101001 00001100
Octal 377 251 14
Decimal 255 169 12
Hex FF A9 C

RGB Percentages of Color #ffa90c

%58.49
%38.76
%2.75

CMYK Percentages of Color #ffa90c

%0
%34
%95
%0

Triadic Colors of #ffa90c

#ffa90c #0cffa9 #a90cff

Analogous Colors of #ffa90c

#ffa90c #dcff0c #ff2f0c

Monochromatic Colors of #ffa90c

#ffa90c

Complementary Color

#ffa90c #0c62ff

#ffa90c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa90c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa90c Color CSS Codes

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

#ffa90c Text Font Color

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

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


#ffa90c Background Color

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

This div background color is #ffa90c


#ffa90c Border Color

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

This div border color is #ffa90c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa90c


Comments

No comments written yet.

Please login to write comment.