Color Hex Logo

#ff400a Color Hex

#FF400A
(255,64,10)
0 Favorites   0 Comments

Color spaces of #ff400a

RGB 2556410
HSL0.041.000.52
HSV13°96°100°
CMYK 0.000.750.96   0.00
XYZ43.128224.94872.8296
Yxy24.94870.60820.3519
Hunter Lab49.948766.715731.6053
CIE-Lab57.025469.453366.6654

#ff400a color RGB value is (255,64,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 01000000 00001010
Octal 377 100 12
Decimal 255 64 10
Hex FF 40 A

RGB Percentages of Color #ff400a

%77.51
%19.45
%3.04

CMYK Percentages of Color #ff400a

%0
%75
%96
%0

Triadic Colors of #ff400a

#ff400a #0aff40 #400aff

Analogous Colors of #ff400a

#ff400a #ffbb0a #ff0a4e

Monochromatic Colors of #ff400a

#ff400a

Complementary Color

#ff400a #0ac9ff

#ff400a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff400a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff400a Color CSS Codes

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

#ff400a Text Font Color

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

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


#ff400a Background Color

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

This div background color is #ff400a


#ff400a Border Color

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

This div border color is #ff400a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff400a

Related Colors


Comments

No comments written yet.

Please login to write comment.