Color Hex Logo

#ffa344 Color Hex

#FFA344
(255,163,68)
0 Favorites   0 Comments

Color spaces of #ffa344

RGB 25516368
HSL0.081.000.63
HSV30°73°100°
CMYK 0.000.360.73   0.00
XYZ55.380647.871711.7901
Yxy47.87170.48140.4161
Hunter Lab69.189421.793738.3294
CIE-Lab74.743926.477761.1281

#ffa344 color RGB value is (255,163,68).

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

The process color (four color CMYK) of #ffa344 color hex is 0.00, 0.36, 0.73, 0.00. Web safe color of #ffa344 is #ff9933. Color #ffa344 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100011 01000100
Octal 377 243 104
Decimal 255 163 68
Hex FF A3 44

RGB Percentages of Color #ffa344

%52.47
%33.54
%13.99

CMYK Percentages of Color #ffa344

%0
%36
%73
%0

Triadic Colors of #ffa344

#ffa344 #44ffa3 #a344ff

Analogous Colors of #ffa344

#ffa344 #feff44 #ff4544

Monochromatic Colors of #ffa344

#ffa344

Complementary Color

#ffa344 #44a0ff

#ffa344 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa344 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa344 Color CSS Codes

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

#ffa344 Text Font Color

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

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


#ffa344 Background Color

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

This div background color is #ffa344


#ffa344 Border Color

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

This div border color is #ffa344


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa344


Comments

No comments written yet.

Please login to write comment.