Color Hex Logo

#ffa950 Color Hex

#FFA950
(255,169,80)
0 Favorites   0 Comments

Color spaces of #ffa950

RGB 25516980
HSL0.081.000.66
HSV31°69°100°
CMYK 0.000.340.69   0.00
XYZ56.875950.215114.2842
Yxy50.21510.46860.4137
Hunter Lab70.862619.258537.6524
CIE-Lab76.201123.922157.3436

#ffa950 color RGB value is (255,169,80).

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

The process color (four color CMYK) of #ffa950 color hex is 0.00, 0.34, 0.69, 0.00. Web safe color of #ffa950 is #ff9966. Color #ffa950 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101001 01010000
Octal 377 251 120
Decimal 255 169 80
Hex FF A9 50

RGB Percentages of Color #ffa950

%50.60
%33.53
%15.87

CMYK Percentages of Color #ffa950

%0
%34
%69
%0

Triadic Colors of #ffa950

#ffa950 #50ffa9 #a950ff

Analogous Colors of #ffa950

#ffa950 #feff50 #ff5250

Monochromatic Colors of #ffa950

#ffa950

Complementary Color

#ffa950 #50a6ff

#ffa950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa950 Color CSS Codes

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

#ffa950 Text Font Color

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

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


#ffa950 Background Color

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

This div background color is #ffa950


#ffa950 Border Color

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

This div border color is #ffa950


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa950

#ffa950 Color Palettes


Comments

No comments written yet.

Please login to write comment.