Color Hex Logo

#ffa367 Color Hex

#FFA367
(255,163,103)
0 Favorites   0 Comments

Color spaces of #ffa367

RGB 255163103
HSL0.071.000.70
HSV24°60°100°
CMYK 0.000.360.60   0.00
XYZ56.785448.433719.1877
Yxy48.43370.45640.3893
Hunter Lab69.594323.856832.3693
CIE-Lab75.097728.454744.9360

#ffa367 color RGB value is (255,163,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100011 01100111
Octal 377 243 147
Decimal 255 163 103
Hex FF A3 67

RGB Percentages of Color #ffa367

%48.94
%31.29
%19.77

CMYK Percentages of Color #ffa367

%0
%36
%60
%0

Triadic Colors of #ffa367

#ffa367 #67ffa3 #a367ff

Analogous Colors of #ffa367

#ffa367 #ffef67 #ff6777

Monochromatic Colors of #ffa367

#ffa367

Complementary Color

#ffa367 #67c3ff

#ffa367 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa367 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa367 Color CSS Codes

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

#ffa367 Text Font Color

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

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


#ffa367 Background Color

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

This div background color is #ffa367


#ffa367 Border Color

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

This div border color is #ffa367


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa367


Comments

No comments written yet.

Please login to write comment.