Color Hex Logo

#ff410a Color Hex

#FF410A
(255,65,10)
0 Favorites   0 Comments

Color spaces of #ff410a

RGB 2556510
HSL0.041.000.52
HSV13°96°100°
CMYK 0.000.750.96   0.00
XYZ43.185125.06252.8486
Yxy25.06250.60740.3525
Hunter Lab50.062566.369131.6701
CIE-Lab57.136369.144366.7243

#ff410a color RGB value is (255,65,10).

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

The process color (four color CMYK) of #ff410a color hex is 0.00, 0.75, 0.96, 0.00. Web safe color of #ff410a is #ff3300. Color #ff410a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 01000001 00001010
Octal 377 101 12
Decimal 255 65 10
Hex FF 41 A

RGB Percentages of Color #ff410a

%77.27
%19.70
%3.03

CMYK Percentages of Color #ff410a

%0
%75
%96
%0

Triadic Colors of #ff410a

#ff410a #0aff41 #410aff

Analogous Colors of #ff410a

#ff410a #ffbc0a #ff0a4d

Monochromatic Colors of #ff410a

#ff410a

Complementary Color

#ff410a #0ac8ff

#ff410a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff410a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff410a Color CSS Codes

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

#ff410a Text Font Color

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

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


#ff410a Background Color

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

This div background color is #ff410a


#ff410a Border Color

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

This div border color is #ff410a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff410a

#ff410a Color Palettes


Comments

No comments written yet.

Please login to write comment.