Color Hex Logo

#ffa750 Color Hex

#FFA750
(255,167,80)
0 Favorites   0 Comments

Color spaces of #ffa750

RGB 25516780
HSL0.081.000.66
HSV30°69°100°
CMYK 0.000.350.69   0.00
XYZ56.506749.476614.1611
Yxy49.47660.47030.4118
Hunter Lab70.339620.302137.3012
CIE-Lab75.746924.966356.8533

#ffa750 color RGB value is (255,167,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100111 01010000
Octal 377 247 120
Decimal 255 167 80
Hex FF A7 50

RGB Percentages of Color #ffa750

%50.80
%33.27
%15.94

CMYK Percentages of Color #ffa750

%0
%35
%69
%0

Triadic Colors of #ffa750

#ffa750 #50ffa7 #a750ff

Analogous Colors of #ffa750

#ffa750 #ffff50 #ff5051

Monochromatic Colors of #ffa750

#ffa750

Complementary Color

#ffa750 #50a8ff

#ffa750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa750 Color CSS Codes

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

#ffa750 Text Font Color

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

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


#ffa750 Background Color

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

This div background color is #ffa750


#ffa750 Border Color

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

This div border color is #ffa750


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa750


Comments

No comments written yet.

Please login to write comment.