Color Hex Logo

#ff8001 Color Hex

#FF8001
(255,128,1)
3 Favorites   1 Comments

Color spaces of #ff8001

RGB 2551281
HSL0.081.000.50
HSV30°100°100°
CMYK 0.000.501.00   0.00
XYZ48.964736.70054.5319
Yxy36.70050.54290.4069
Hunter Lab60.580938.256437.9713
CIE-Lab67.051742.840473.8814

#ff8001 color RGB value is (255,128,1).

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

The process color (four color CMYK) of #ff8001 color hex is 0.00, 0.50, 1.00, 0.00. Web safe color of #ff8001 is #ff9900. Color #ff8001 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10000000 00000001
Octal 377 200 1
Decimal 255 128 1
Hex FF 80 1

RGB Percentages of Color #ff8001

%66.41
%33.33
%0.26

CMYK Percentages of Color #ff8001

%0
%50
%100
%0

Triadic Colors of #ff8001

#ff8001 #01ff80 #8001ff

Analogous Colors of #ff8001

#ff8001 #ffff01 #ff0101

Monochromatic Colors of #ff8001

#ff8001

Complementary Color

#ff8001 #0180ff

#ff8001 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff8001 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff8001 Color CSS Codes

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

#ff8001 Text Font Color

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

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


#ff8001 Background Color

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

This div background color is #ff8001


#ff8001 Border Color

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

This div border color is #ff8001


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff8001


Comments

25 Mar 2021, 15:25 Bit125

Imperfect orange.

Please login to write comment.