Color Hex Logo

#ffae42 Color Hex Yellow Orange

#FFAE42
(255,174,66)
7 Favorites   0 Comments

Color spaces of #ffae42 Yellow Orange

RGB 25517466
HSL0.101.000.63
HSV34°74°100°
CMYK 0.000.320.74   0.00
XYZ57.359451.925512.1537
Yxy51.92550.47230.4276
Hunter Lab72.059415.982540.4416
CIE-Lab77.236320.650764.4552

#ffae42 color RGB value is (255,174,66). #ffae42 color name is Yellow Orange color.

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10101110 01000010
Octal 377 256 102
Decimal 255 174 66
Hex FF AE 42

RGB Percentages of Color #ffae42

%51.52
%35.15
%13.33

CMYK Percentages of Color #ffae42

%0
%32
%74
%0

Triadic Colors of #ffae42

#ffae42 #42ffae #ae42ff

Analogous Colors of #ffae42

#ffae42 #f2ff42 #ff5042

Monochromatic Colors of #ffae42

#ffae42

Complementary Color

#ffae42 #4293ff

#ffae42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffae42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffae42 Color CSS Codes

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

#ffae42 Text Font Color

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

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


#ffae42 Background Color

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

This div background color is #ffae42


#ffae42 Border Color

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

This div border color is #ffae42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffae42


Comments

No comments written yet.

Please login to write comment.