Color Hex Logo

#ffa567 Color Hex

#FFA567
(255,165,103)
2 Favorites   0 Comments

Color spaces of #ffa567

RGB 255165103
HSL0.071.000.70
HSV24°60°100°
CMYK 0.000.350.60   0.00
XYZ57.143349.149519.3070
Yxy49.14950.45500.3913
Hunter Lab70.106722.806932.7466
CIE-Lab75.544227.412645.4741

#ffa567 color RGB value is (255,165,103).

#ffa567 hex color red value is 255, green value is 165 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #ffa567 hue: 0.07 , saturation: 1.00 and the lightness value of ffa567 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100101 01100111
Octal 377 245 147
Decimal 255 165 103
Hex FF A5 67

RGB Percentages of Color #ffa567

%48.76
%31.55
%19.69

CMYK Percentages of Color #ffa567

%0
%35
%60
%0

Triadic Colors of #ffa567

#ffa567 #67ffa5 #a567ff

Analogous Colors of #ffa567

#ffa567 #fff167 #ff6775

Monochromatic Colors of #ffa567

#ffa567

Complementary Color

#ffa567 #67c1ff

#ffa567 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa567 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa567 Color CSS Codes

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

#ffa567 Text Font Color

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

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


#ffa567 Background Color

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

This div background color is #ffa567


#ffa567 Border Color

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

This div border color is #ffa567


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa567

#ffa567 Color Palettes


Comments

No comments written yet.

Please login to write comment.