Color Hex Logo

#ff8a05 Color Hex

#FF8A05
(255,138,5)
1 Favorites   0 Comments

Color spaces of #ff8a05

RGB 2551385
HSL0.091.000.51
HSV32°98°100°
CMYK 0.000.460.98   0.00
XYZ50.355939.44795.1037
Yxy39.44790.53060.4156
Hunter Lab62.807633.199039.1474
CIE-Lab69.074537.882474.5686

#ff8a05 color RGB value is (255,138,5).

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

The process color (four color CMYK) of #ff8a05 color hex is 0.00, 0.46, 0.98, 0.00. Web safe color of #ff8a05 is #ff9900. Color #ff8a05 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10001010 00000101
Octal 377 212 5
Decimal 255 138 5
Hex FF 8A 5

RGB Percentages of Color #ff8a05

%64.07
%34.67
%1.26

CMYK Percentages of Color #ff8a05

%0
%46
%98
%0

Triadic Colors of #ff8a05

#ff8a05 #05ff8a #8a05ff

Analogous Colors of #ff8a05

#ff8a05 #f7ff05 #ff0d05

Monochromatic Colors of #ff8a05

#ff8a05

Complementary Color

#ff8a05 #057aff

#ff8a05 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff8a05 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff8a05 Color CSS Codes

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

#ff8a05 Text Font Color

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

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


#ff8a05 Background Color

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

This div background color is #ff8a05


#ff8a05 Border Color

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

This div border color is #ff8a05


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff8a05

Related Colors

#ff8a05 Color Palettes


Comments

No comments written yet.

Please login to write comment.