Color Hex Logo

#ffa844 Color Hex

#FFA844
(255,168,68)
0 Favorites   0 Comments

Color spaces of #ffa844

RGB 25516868
HSL0.091.000.63
HSV32°73°100°
CMYK 0.000.340.73   0.00
XYZ56.286049.682612.0920
Yxy49.68260.47680.4208
Hunter Lab70.485919.189639.1688
CIE-Lab75.874023.870162.2697

#ffa844 color RGB value is (255,168,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101000 01000100
Octal 377 250 104
Decimal 255 168 68
Hex FF A8 44

RGB Percentages of Color #ffa844

%51.93
%34.22
%13.85

CMYK Percentages of Color #ffa844

%0
%34
%73
%0

Triadic Colors of #ffa844

#ffa844 #44ffa8 #a844ff

Analogous Colors of #ffa844

#ffa844 #f9ff44 #ff4b44

Monochromatic Colors of #ffa844

#ffa844

Complementary Color

#ffa844 #449bff

#ffa844 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa844 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa844 Color CSS Codes

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

#ffa844 Text Font Color

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

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


#ffa844 Background Color

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

This div background color is #ffa844


#ffa844 Border Color

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

This div border color is #ffa844


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa844


Comments

No comments written yet.

Please login to write comment.