Color Hex Logo

#ffa242 Color Hex

#FFA242
(255,162,66)
1 Favorites   0 Comments

Color spaces of #ffa242

RGB 25516266
HSL0.081.000.63
HSV30°74°100°
CMYK 0.000.360.74   0.00
XYZ55.143747.494011.4151
Yxy47.49400.48350.4164
Hunter Lab68.915922.225638.4204
CIE-Lab74.504726.912761.7371

#ffa242 color RGB value is (255,162,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10100010 01000010
Octal 377 242 102
Decimal 255 162 66
Hex FF A2 42

RGB Percentages of Color #ffa242

%52.80
%33.54
%13.66

CMYK Percentages of Color #ffa242

%0
%36
%74
%0

Triadic Colors of #ffa242

#ffa242 #42ffa2 #a242ff

Analogous Colors of #ffa242

#ffa242 #feff42 #ff4442

Monochromatic Colors of #ffa242

#ffa242

Complementary Color

#ffa242 #429fff

#ffa242 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffa242 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffa242 Color CSS Codes

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

#ffa242 Text Font Color

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

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


#ffa242 Background Color

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

This div background color is #ffa242


#ffa242 Border Color

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

This div border color is #ffa242


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffa242

Related Colors

#ffa242 Color Palettes


Comments

No comments written yet.

Please login to write comment.