Color Hex Logo

#ff8241 Color Hex

#FF8241
(255,130,65)
1 Favorites   0 Comments

Color spaces of #ff8241

RGB 25513065
HSL0.061.000.63
HSV21°75°100°
CMYK 0.000.490.75   0.00
XYZ50.176837.60699.6153
Yxy37.60690.51520.3861
Hunter Lab61.324538.734233.6308
CIE-Lab67.729943.197855.2988

#ff8241 color RGB value is (255,130,65).

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

The process color (four color CMYK) of #ff8241 color hex is 0.00, 0.49, 0.75, 0.00. Web safe color of #ff8241 is #ff9933. Color #ff8241 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10000010 01000001
Octal 377 202 101
Decimal 255 130 65
Hex FF 82 41

RGB Percentages of Color #ff8241

%56.67
%28.89
%14.44

CMYK Percentages of Color #ff8241

%0
%49
%75
%0

Triadic Colors of #ff8241

#ff8241 #41ff82 #8241ff

Analogous Colors of #ff8241

#ff8241 #ffe141 #ff415f

Monochromatic Colors of #ff8241

#ff8241

Complementary Color

#ff8241 #41beff

#ff8241 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff8241 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff8241 Color CSS Codes

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

#ff8241 Text Font Color

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

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


#ff8241 Background Color

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

This div background color is #ff8241


#ff8241 Border Color

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

This div border color is #ff8241


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff8241

Related Colors

#ff8241 Color Palettes


Comments

No comments written yet.

Please login to write comment.